#EEA7CD

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

Shades of Lavender Pink #EEA7CD

Tints of Lavender Pink #EEA7CD

Color information

#EEA7CD (or 0xEEA7CD) is unknown color: approx Lavender Pink. HEX triplet: EE, A7 and CD. RGB value is (238,167,205). Sum of RGB (Red+Green+Blue) = 238+167+205=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA7CD is #115832. Grayscale: #C0C0C0. Windows color (decimal): -1136691 or 13477870. OLE color: 13477870.

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

Color convert

RGB238167205-
CMYK00.300.140.07
HSL327.89º67.62%79.41%-
HSV(B)327.89º29.83%93.33%-
XYZ60.150.2264.28-
YUV192.56135.02160.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 167 (65.62% from 255) = 27.38%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=39.02%
G=27.38%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816720500.300.140.07327.8967.6279.41
HexEEA7CD01EE7148444f
Octal356247315036167510104117
Binary111011101010011111001101011110111011110100100010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA7CD; }

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

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

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

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

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

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

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

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