#EEA4EA

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

Shades of Plum #EEA4EA

Tints of Plum #EEA4EA

Color information

#EEA4EA (or 0xEEA4EA) is unknown color: approx Plum. HEX triplet: EE, A4 and EA. RGB value is (238,164,234). Sum of RGB (Red+Green+Blue) = 238+164+234=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA4EA is #115B15. Grayscale: #C1C1C1. Windows color (decimal): -1137430 or 15377646. OLE color: 15377646.

HSL color Cylindrical-coordinate representation of color #EEA4EA: hue angle of 303.24º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA4EA is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238164234-
CMYK00.310.020.07
HSL303.24º68.52%78.82%-
HSV(B)303.24º31.09%93.33%-
XYZ63.3950.6784.28-
YUV194.11150.52159.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 164 (64.45% from 255) = 25.79%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=37.42%
G=25.79%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816423400.310.020.07303.2468.5278.82
HexEEA4EA01F2712f454f
Octal35624435203727457105117
Binary1110111010100100111010100111111011110010111110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4EA; }

 p { color: rgb(238,164,234); }

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

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

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

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

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

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

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