COLOR #E399D4

HEX: #E399D4
RGB: (227,153,212)

Renk bilgisi

#E399D4 contains mainly red and blue colors. #E399D4 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E399D4 color RGB value is (227,153,212).

  • kırmız ton 227;
  • yeşil ton 153;
  • mavi ton 212.
RGB:
(227,153,212)
(89%,60%,83%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 153 of 255 = 60%
B 212 of 255 = 83%

227
153
212

R + G + B ~ 77%. #E399D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 153 + 212 = 592 (100%)
R 227 of 592 ~ 38.34%
G 153 of 592 ~ 25.84%
B 212 of 592 ~ 35.81%

%38.34
%25.84
%35.81

CMYK RENK MODELİ

#E399D4 rengi CMYK tonu (0,33,7,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.60%
  • sarı tonu 6.61%
  • ana renk tonu 10.98%
CMYK:
(0,33,7,11)
C0M33Y7K11 
(0%,33%,7%,11%)
(0.00/0.33/0.07/0.11)	

CMYK yüzdeleri

%0
%32.6
%6.61
%10.98

Codes

Color #E399D4 in popluar color models

E399D4
RGB227153212
HSL312°56.92%74.51%
HSB/HSV312°32.60%89.02%
CMYK0.00%32.60%6.61%
10.98%

Color #E399D4 in popluar number systems.

HEXE399D4
Decimal227153212
Binary111000111001100111010100
Octal343231324

Shades and tints

Shades of #E399D4

#E399D4
(227,153,212)
#CF8CC1
(207,140,193)
#BB7FAE
(187,127,174)
#A7729B
(167,114,155)
#936588
(147,101,136)
#7F5875
(127,88,117)
#6B4B62
(107,75,98)
#573E4F
(87,62,79)
#43313C
(67,49,60)
#2F2429
(47,36,41)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #E399D4

#E399D4
(227,153,212)
#E5A2D7
(229,162,215)
#E7ABDA
(231,171,218)
#E9B4DD
(233,180,221)
#EBBDE0
(235,189,224)
#EDC6E3
(237,198,227)
#EFCFE6
(239,207,230)
#F1D8E9
(241,216,233)
#F3E1EC
(243,225,236)
#F5EAEF
(245,234,239)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E399D4 color. Also use rgb(227,153,212) instead hex code.

Text Font Color

.myTextColor { color: #E399D4; }

<p style="color:#E399D4">This sample text font color is #E399D4.</p>

This text font color is #E399D4.


Background Color

.myBgColor { background-color: #E399D4; }

<div style="background-color:#E399D4">Inner text</div>

This div background color is #E399D4.


Border color

.myBorderColor { border: 1px solid #E399D4; }

<div style="border:3px solid #E399D4">Div</div>

This div border color is #E399D4.


Opacity

.myOpacity80 { color: #E399D4; opacity: 0.8; }

<p style="color:#E399D4;opacity:0.8;">80%</p>

Text with #E399D4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E399D4;}

<p style="text-shadow: 3px 3px 1px #E399D4">Text here.</p>

This text has shadow with #E399D4 color.

.textShadow {text-shadow: 3px 3px 1px #E399D4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E399D4, 5px 5px 20px red">Text here.</p>

This text has shadow with #E399D4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E399D4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E399D4, Direction=45, Strength=4)">Text</p>

This text has shadow with #E399D4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E399D4;
  -webkit-box-shadow:	1px 1px 3px 2px #E399D4;
  box-shadow:		1px 1px 3px 2px #E399D4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E399D4;
-webkit-box-shadow: 1px 1px 3px 2px #E399D4;
box-shadow:1px 1px 3px 2px #E399D4;">
Div content here</div>
This div box has shadow with color #E399D4.

Preview

Color preview on black background

This text has color #E399D4 on black background.


Color preview on white background

This text has color #E399D4 on white background.



Black color preview on #E399D4 background

This text has black color on #E399D4 background.


White color preview on #E399D4 background

This text has white color on #E399D4 background.