#EEAFEE

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

Shades of Plum #EEAFEE

Tints of Plum #EEAFEE

Color information

#EEAFEE (or 0xEEAFEE) is unknown color: approx Plum. HEX triplet: EE, AF and EE. RGB value is (238,175,238). Sum of RGB (Red+Green+Blue) = 238+175+238=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEAFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAFEE is #115011. Grayscale: #C8C8C8. Windows color (decimal): -1134610 or 15642606. OLE color: 15642606.

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

Color convert

RGB238175238-
CMYK00.2600.07
HSL300º64.95%80.98%-
HSV(B)300º26.47%93.33%-
XYZ66.0255.0188.03-
YUV201.02148.87154.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 175 (68.75% from 255) = 26.88%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=36.56%
G=26.88%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817523800.2600.0730064.9580.98
HexEEAFEE01A0712c4151
Octal35625735603207454101121
Binary111011101010111111101110011010011110010110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFEE; }

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

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

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

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

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

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

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

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