#EEAFED

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

Shades of Plum #EEAFED

Tints of Plum #EEAFED

Color information

#EEAFED (or 0xEEAFED) is unknown color: approx Plum. HEX triplet: EE, AF and ED. RGB value is (238,175,237). Sum of RGB (Red+Green+Blue) = 238+175+237=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAFED is #115012. Grayscale: #C8C8C8. Windows color (decimal): -1134611 or 15577070. OLE color: 15577070.

HSL color Cylindrical-coordinate representation of color #EEAFED: hue angle of 300.95º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEAFED is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238175237-
CMYK00.260.000.07
HSL300.95º64.95%80.98%-
HSV(B)300.95º26.47%93.33%-
XYZ65.8854.9587.26-
YUV200.9148.37154.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 175 (68.75% from 255) = 26.92%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=36.62%
G=26.92%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817523700.260.000.07300.9564.9580.98
HexEEAFED01A0712d4151
Octal35625735503207455101121
Binary111011101010111111101101011010011110010110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFED; }

 p { color: rgb(238,175,237); }

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

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

 a { background-color: rgb(238,175,237); }

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

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

 span { border-color: rgb(238,175,237); }

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