#EEAEF1

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

Shades of Plum #EEAEF1

Tints of Plum #EEAEF1

Color information

#EEAEF1 (or 0xEEAEF1) is unknown color: approx Plum. HEX triplet: EE, AE and F1. RGB value is (238,174,241). Sum of RGB (Red+Green+Blue) = 238+174+241=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEAEF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAEF1 is #11510E. Grayscale: #C8C8C8. Windows color (decimal): -1134863 or 15838958. OLE color: 15838958.

HSL color Cylindrical-coordinate representation of color #EEAEF1: hue angle of 297.31º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEAEF1 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238174241-
CMYK0.010.2800.05
HSL297.31º70.53%81.37%-
HSV(B)297.31º27.8%94.51%-
XYZ66.2754.890.3-
YUV200.77150.7154.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 174 (68.36% from 255) = 26.65%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=36.45%
G=26.65%
B=36.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381742410.010.2800.05297.3170.5381.37
HexEEAEF111C051294751
Octal35625636113405451107121
Binary111011101010111011110001111100010110010100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEF1; }

 p { color: rgb(238,174,241); }

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

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

 a { background-color: rgb(238,174,241); }

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

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

 span { border-color: rgb(238,174,241); }

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