#EEAECA

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

Shades of Lavender Pink #EEAECA

Tints of Lavender Pink #EEAECA

Color information

#EEAECA (or 0xEEAECA) is unknown color: approx Lavender Pink. HEX triplet: EE, AE and CA. RGB value is (238,174,202). Sum of RGB (Red+Green+Blue) = 238+174+202=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAECA is #115135. Grayscale: #C4C4C4. Windows color (decimal): -1134902 or 13283054. OLE color: 13283054.

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

Color convert

RGB238174202-
CMYK00.270.150.07
HSL333.75º65.31%80.78%-
HSV(B)333.75º26.89%93.33%-
XYZ61.0652.7162.83-
YUV196.33131.2157.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=38.76%
G=28.34%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817420200.270.150.07333.7565.3180.78
HexEEAECA01BF714e4151
Octal356256312033177516101121
Binary111011101010111011001010011011111111110100111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAECA; }

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

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

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

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

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

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

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

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