#EEAEEB

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

Shades of Plum #EEAEEB

Tints of Plum #EEAEEB

Color information

#EEAEEB (or 0xEEAEEB) is unknown color: approx Plum. HEX triplet: EE, AE and EB. RGB value is (238,174,235). Sum of RGB (Red+Green+Blue) = 238+174+235=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAEEB is #115114. Grayscale: #C7C7C7. Windows color (decimal): -1134869 or 15445742. OLE color: 15445742.

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

Color convert

RGB238174235-
CMYK00.270.010.07
HSL302.81º65.31%80.78%-
HSV(B)302.81º26.89%93.33%-
XYZ65.3954.4585.66-
YUV200.09147.7155.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.79%
GREEN value IS 174 (68.36% from 255) = 26.89%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=36.79%
G=26.89%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817423500.270.010.07302.8165.3180.78
HexEEAEEB01B1712f4151
Octal35625635303317457101121
Binary111011101010111011101011011011111110010111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEEB; }

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

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

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

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

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

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

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

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