#EEAACA

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

Shades of Lavender Pink #EEAACA

Tints of Lavender Pink #EEAACA

Color information

#EEAACA (or 0xEEAACA) is unknown color: approx Lavender Pink. HEX triplet: EE, AA and CA. RGB value is (238,170,202). Sum of RGB (Red+Green+Blue) = 238+170+202=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAACA is #115535. Grayscale: #C1C1C1. Windows color (decimal): -1135926 or 13282030. OLE color: 13282030.

HSL color Cylindrical-coordinate representation of color #EEAACA: hue angle of 331.76º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEAACA is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238170202-
CMYK00.290.150.07
HSL331.76º66.67%80%-
HSV(B)331.76º28.57%93.33%-
XYZ60.351.1962.58-
YUV193.98132.53159.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=39.02%
G=27.87%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817020200.290.150.07331.7666.6780
HexEEAACA01DF714c4350
Octal356252312035177514103120
Binary111011101010101011001010011101111111110100110010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAACA; }

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

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

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

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

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

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

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

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