#EEA7CE

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

Shades of Lavender Pink #EEA7CE

Tints of Lavender Pink #EEA7CE

Color information

#EEA7CE (or 0xEEA7CE) is unknown color: approx Lavender Pink. HEX triplet: EE, A7 and CE. RGB value is (238,167,206). Sum of RGB (Red+Green+Blue) = 238+167+206=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA7CE is #115831. Grayscale: #C0C0C0. Windows color (decimal): -1136690 or 13543406. OLE color: 13543406.

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

Color convert

RGB238167206-
CMYK00.300.130.07
HSL327.04º67.62%79.41%-
HSV(B)327.04º29.83%93.33%-
XYZ60.2250.2764.92-
YUV192.68135.52160.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 167 (65.62% from 255) = 27.33%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=38.95%
G=27.33%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816720600.300.130.07327.0467.6279.41
HexEEA7CE01ED7147444f
Octal356247316036157507104117
Binary111011101010011111001110011110110111110100011110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA7CE; }

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

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

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

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

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

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

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

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