#EEAEEE

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

Shades of Plum #EEAEEE

Tints of Plum #EEAEEE

Color information

#EEAEEE (or 0xEEAEEE) is unknown color: approx Plum. HEX triplet: EE, AE and EE. RGB value is (238,174,238). Sum of RGB (Red+Green+Blue) = 238+174+238=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAEEE is #115111. Grayscale: #C8C8C8. Windows color (decimal): -1134866 or 15642350. OLE color: 15642350.

HSL color Cylindrical-coordinate representation of color #EEAEEE: 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.27%. Process color model (Four color, CMYK) of #EEAEEE is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB238174238-
CMYK00.2700.07
HSL300º65.31%80.78%-
HSV(B)300º26.89%93.33%-
XYZ65.8354.6287.96-
YUV200.43149.2154.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 174 (68.36% from 255) = 26.77%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=36.62%
G=26.77%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817423800.2700.0730065.3180.78
HexEEAEEE01B0712c4151
Octal35625635603307454101121
Binary111011101010111011101110011011011110010110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEEE; }

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

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

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

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

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

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

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

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