#EEA7CA

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

Shades of Lavender Pink #EEA7CA

Tints of Lavender Pink #EEA7CA

Color information

#EEA7CA (or 0xEEA7CA) is unknown color: approx Lavender Pink. HEX triplet: EE, A7 and CA. RGB value is (238,167,202). Sum of RGB (Red+Green+Blue) = 238+167+202=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA7CA is #115835. Grayscale: #C0C0C0. Windows color (decimal): -1136694 or 13281262. OLE color: 13281262.

HSL color Cylindrical-coordinate representation of color #EEA7CA: hue angle of 330.42º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA7CA is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238167202-
CMYK00.300.150.07
HSL330.42º67.62%79.41%-
HSV(B)330.42º29.83%93.33%-
XYZ59.7450.0862.39-
YUV192.22133.52160.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 167 (65.62% from 255) = 27.51%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=39.21%
G=27.51%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816720200.300.150.07330.4267.6279.41
HexEEA7CA01EF714a444f
Octal356247312036177512104117
Binary111011101010011111001010011110111111110100101010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA7CA; }

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

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

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

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

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

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

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

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