#EEA0F2

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

Shades of Plum #EEA0F2

Tints of Plum #EEA0F2

Color information

#EEA0F2 (or 0xEEA0F2) is unknown color: approx Plum. HEX triplet: EE, A0 and F2. RGB value is (238,160,242). Sum of RGB (Red+Green+Blue) = 238+160+242=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 160 (62.89% from 255 or 25% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEA0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0F2 is #115F0D. Grayscale: #C0C0C0. Windows color (decimal): -1138446 or 15900910. OLE color: 15900910.

HSL color Cylindrical-coordinate representation of color #EEA0F2: hue angle of 297.07º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEA0F2 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238160242-
CMYK0.020.3400.05
HSL297.07º75.93%78.82%-
HSV(B)297.07º33.88%94.9%-
XYZ63.8649.7390.24-
YUV192.67155.84160.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 160 (62.89% from 255) = 25%
BLUE value IS 242 (94.92% from 255) = 37.81%
R=37.19%
G=25%
B=37.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381602420.020.3400.05297.0775.9378.82
HexEEA0F2222051294c4f
Octal35624036224205451114117
Binary11101110101000001111001010100010010110010100110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA0F2; }

 p { color: rgb(238,160,242); }

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

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

 a { background-color: rgb(238,160,242); }

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

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

 span { border-color: rgb(238,160,242); }

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