#EA9DE2

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

Shades of Plum #EA9DE2

Tints of Plum #EA9DE2

Color information

#EA9DE2 (or 0xEA9DE2) is unknown color: approx Plum. HEX triplet: EA, 9D and E2. RGB value is (234,157,226). Sum of RGB (Red+Green+Blue) = 234+157+226=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DE2 is #15621D. Grayscale: #BBBBBB. Windows color (decimal): -1401374 or 14851562. OLE color: 14851562.

HSL color Cylindrical-coordinate representation of color #EA9DE2: hue angle of 306.23º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9DE2 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234157226-
CMYK00.330.030.08
HSL306.23º64.71%76.67%-
HSV(B)306.23º32.91%91.76%-
XYZ59.7247.177.89-
YUV187.89149.51160.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 157 (61.72% from 255) = 25.45%
BLUE value IS 226 (88.67% from 255) = 36.63%
R=37.93%
G=25.45%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415722600.330.030.08306.2364.7176.67
HexEA9DE202138132414d
Octal352235342041310462101115
Binary111010101001110111100010010000111100010011001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DE2; }

 p { color: rgb(234,157,226); }

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

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

 a { background-color: rgb(234,157,226); }

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

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

 span { border-color: rgb(234,157,226); }

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