Html Css Color HEX #E596DD Plum

📋 copy color: '#E596DD'

red 229 ◦ green 150 ◦ blue 221

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

Shades of Plum #E596DD

Tints of Plum #E596DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 38.17%
G = 25%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E596DD (or 0xE596DD) is known color: Plum. HEX triplet: E5, 96 and DD. RGB value is (229,150,221). Sum of RGB (Red+Green+Blue) = 229+150+221=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E596DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596DD is #1A6922. Grayscale: #B5B5B5. Windows color (decimal): -1730851 or 14522085. OLE color: 14522085.

HSL color Cylindrical-coordinate representation of color #E596DD: hue angle of 306.08º 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 #E596DD is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 150 221 -
CMYK 0 0.34 0.03 0.10
HSL 306.08º 0.6% 0.74% -
HSV(B) 306.08º 0.34% 0.9% -
XYZ 56.27 43.69 73.87 -
YUV 181.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 229 150 221 0 0.34 0.03 0.10 306.08 0.6 0.74
Hex E5 96 DD 0 22 3 A 132 3C 4A
Octal 345 226 335 0 42 3 12 462 74 112
Binary 11100101 10010110 11011101 0 100010 11 1010 100110010 111100 1001010

Color Harmonies of #E596DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596DD

Black with #E596DD

Text Example


Text Example

White with #E596DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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