#EE9BEA

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

Shades of Plum #EE9BEA

Tints of Plum #EE9BEA

Color information

#EE9BEA (or 0xEE9BEA) is unknown color: approx Plum. HEX triplet: EE, 9B and EA. RGB value is (238,155,234). Sum of RGB (Red+Green+Blue) = 238+155+234=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 155 (60.94% from 255 or 24.72% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BEA is #116415. Grayscale: #BCBCBC. Windows color (decimal): -1139734 or 15375342. OLE color: 15375342.

HSL color Cylindrical-coordinate representation of color #EE9BEA: hue angle of 302.89º 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 #EE9BEA is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238155234-
CMYK00.350.020.07
HSL302.89º70.94%77.06%-
HSV(B)302.89º34.87%93.33%-
XYZ61.8347.5683.76-
YUV188.82153.5163.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 155 (60.94% from 255) = 24.72%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=37.96%
G=24.72%
B=37.32%

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
Decimal23815523400.350.020.07302.8970.9477.06
HexEE9BEA0232712f474d
Octal35623335204327457107115
Binary11101110100110111110101001000111011110010111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9BEA; }

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

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

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

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

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

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

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

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