#EE9AEA

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

Shades of Plum #EE9AEA

Tints of Plum #EE9AEA

Color information

#EE9AEA (or 0xEE9AEA) is unknown color: approx Plum. HEX triplet: EE, 9A and EA. RGB value is (238,154,234). Sum of RGB (Red+Green+Blue) = 238+154+234=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9AEA is #116515. Grayscale: #BCBCBC. Windows color (decimal): -1139990 or 15375086. OLE color: 15375086.

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

Color convert

RGB238154234-
CMYK00.350.020.07
HSL302.86º71.19%76.86%-
HSV(B)302.86º35.29%93.33%-
XYZ61.6747.2383.71-
YUV188.24153.83163.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 154 (60.55% from 255) = 24.60%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=38.02%
G=24.60%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815423400.350.020.07302.8671.1976.86
HexEE9AEA0232712f474d
Octal35623235204327457107115
Binary11101110100110101110101001000111011110010111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9AEA; }

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

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

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

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

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

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

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

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