#EAA2DE

Color #EAA2DE Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #EAA2DE

Tints of Plum #EAA2DE

Color information

#EAA2DE (or 0xEAA2DE) is unknown color: approx Plum. HEX triplet: EA, A2 and DE. RGB value is (234,162,222). Sum of RGB (Red+Green+Blue) = 234+162+222=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA2DE is #155D21. Grayscale: #BEBEBE. Windows color (decimal): -1400098 or 14590698. OLE color: 14590698.

HSL color Cylindrical-coordinate representation of color #EAA2DE: hue angle of 310º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA2DE is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234162222-
CMYK00.310.050.08
HSL310º63.16%77.65%-
HSV(B)310º30.77%91.76%-
XYZ60.0448.6175.33-
YUV190.37145.85159.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 162 (63.67% from 255) = 26.21%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=37.86%
G=26.21%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416222200.310.050.0831063.1677.65
HexEAA2DE01F581363f4e
Octal35224233603751046677116
Binary11101010101000101101111001111110110001001101101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA2DE; }

 p { color: rgb(234,162,222); }

 H1.HeaderClassName
 {
   color: #EAA2DE;
 }
 .AnyTagClassName
 {
   color: #EAA2DE;
 }
</style>
background-color css

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

 a { background-color: rgb(234,162,222); }

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

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

 span { border-color: rgb(234,162,222); }

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