Html Css Color HEX #E596D9 Plum

📋 copy color: '#E596D9'

red 229 ◦ green 150 ◦ blue 217

#E596D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #E596D9

Tints of Plum #E596D9

RGB

 RED value IS 229 (89.84% from 255) = 38.42%

 GREEN value IS 150 (58.98% from 255) = 25.17%

 BLUE value IS 217 (85.16% from 255) = 36.41%

R = 38.42%
G = 25.17%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E596D9 (or 0xE596D9) is known color: Plum. HEX triplet: E5, 96 and D9. RGB value is (229,150,217). Sum of RGB (Red+Green+Blue) = 229+150+217=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E596D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596D9 is #1A6926. Grayscale: #B5B5B5. Windows color (decimal): -1730855 or 14259941. OLE color: 14259941.

HSL color Cylindrical-coordinate representation of color #E596D9: hue angle of 309.11º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E596D9 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 150 217 -
CMYK 0 0.34 0.05 0.10
HSL 309.11º 0.6% 0.74% -
HSV(B) 309.11º 0.34% 0.9% -
XYZ 55.74 43.48 71.1 -
YUV 181.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 229 150 217 0 0.34 0.05 0.10 309.11 0.6 0.74
Hex E5 96 D9 0 22 5 A 135 3C 4A
Octal 345 226 331 0 42 5 12 465 74 112
Binary 11100101 10010110 11011001 0 100010 101 1010 100110101 111100 1001010

Color Harmonies of #E596D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596D9

Black with #E596D9

Text Example


Text Example

White with #E596D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596D9; }

 p { color: rgb(229,150,217); }

 H1.HeaderClassName
 {
   color: #E596D9;
 }
 .AnyTagClassName
 {
   color: #E596D9;
 }
</style>

background-color css

<style>
 a { background-color: #E596D9; }

 a { background-color: rgb(229,150,217); }

 div.DivClassName
 {
   background-color: #E596D9;
 }
 .BgClassName
 {
   background-color: #E596D9;
 }
</style>

border-color css

<style>
 span { border-color: #E596D9; }

 span { border-color: rgb(229,150,217); }

 td.TdClassName
 {
   border-color: #E596D9;
 }
 .TagClassName
 {
   border-color: #E596D9;
 }
</style>