Html Css Color HEX #E59AD2 Plum

📋 copy color: '#E59AD2'

red 229 ◦ green 154 ◦ blue 210

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

Shades of Plum #E59AD2

Tints of Plum #E59AD2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.97%

 BLUE value IS 210 (82.42% from 255) = 35.41%

R = 38.62%
G = 25.97%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E59AD2 (or 0xE59AD2) is known color: Plum. HEX triplet: E5, 9A and D2. RGB value is (229,154,210). Sum of RGB (Red+Green+Blue) = 229+154+210=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59AD2 is #1A652D. Grayscale: #B6B6B6. Windows color (decimal): -1729838 or 13802213. OLE color: 13802213.

HSL color Cylindrical-coordinate representation of color #E59AD2: hue angle of 315.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59AD2 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 154 210 -
CMYK 0 0.33 0.08 0.10
HSL 315.2º 0.59% 0.75% -
HSV(B) 315.2º 0.33% 0.9% -
XYZ 55.5 44.42 66.62 -
YUV 182.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 229 154 210 0 0.33 0.08 0.10 315.2 0.59 0.75
Hex E5 9A D2 0 21 8 A 13B 3B 4B
Octal 345 232 322 0 41 10 12 473 73 113
Binary 11100101 10011010 11010010 0 100001 1000 1010 100111011 111011 1001011

Color Harmonies of #E59AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59AD2

Black with #E59AD2

Text Example


Text Example

White with #E59AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59AD2; }

 p { color: rgb(229,154,210); }

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

background-color css

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

 a { background-color: rgb(229,154,210); }

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

border-color css

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

 span { border-color: rgb(229,154,210); }

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