#EAB0EA

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

Shades of Plum #EAB0EA

Tints of Plum #EAB0EA

Color information

#EAB0EA (or 0xEAB0EA) is unknown color: approx Plum. HEX triplet: EA, B0 and EA. RGB value is (234,176,234). Sum of RGB (Red+Green+Blue) = 234+176+234=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAB0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0EA is #154F15. Grayscale: #C7C7C7. Windows color (decimal): -1396502 or 15380714. OLE color: 15380714.

HSL color Cylindrical-coordinate representation of color #EAB0EA: hue angle of 300º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB0EA is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234176234-
CMYK00.2500.08
HSL300º58%80.39%-
HSV(B)300º24.79%91.76%-
XYZ64.3154.4884.97-
YUV199.95147.22152.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.34%
GREEN value IS 176 (69.14% from 255) = 27.33%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=36.34%
G=27.33%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417623400.2500.083005880.39
HexEAB0EA0190812c3a50
Octal35226035203101045472120
Binary111010101011000011101010011001010001001011001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB0EA; }

 p { color: rgb(234,176,234); }

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

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

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

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

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

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

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