#EE9CF0

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

Shades of Plum #EE9CF0

Tints of Plum #EE9CF0

Color information

#EE9CF0 (or 0xEE9CF0) is unknown color: approx Plum. HEX triplet: EE, 9C and F0. RGB value is (238,156,240). Sum of RGB (Red+Green+Blue) = 238+156+240=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 156 (61.33% from 255 or 24.61% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE9CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9CF0 is #11630F. Grayscale: #BDBDBD. Windows color (decimal): -1139472 or 15768814. OLE color: 15768814.

HSL color Cylindrical-coordinate representation of color #EE9CF0: hue angle of 298.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9CF0 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238156240-
CMYK0.010.3500.06
HSL298.57º73.68%77.65%-
HSV(B)298.57º35%94.12%-
XYZ62.8848.2588.44-
YUV190.09156.17162.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 156 (61.33% from 255) = 24.61%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=37.54%
G=24.61%
B=37.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381562400.010.3500.06298.5773.6877.65
HexEE9CF01230612b4a4e
Octal35623436014306453112116
Binary1110111010011100111100001100011011010010101110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9CF0; }

 p { color: rgb(238,156,240); }

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

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

 a { background-color: rgb(238,156,240); }

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

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

 span { border-color: rgb(238,156,240); }

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