#EEA9CB

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

Shades of Lavender Pink #EEA9CB

Tints of Lavender Pink #EEA9CB

Color information

#EEA9CB (or 0xEEA9CB) is unknown color: approx Lavender Pink. HEX triplet: EE, A9 and CB. RGB value is (238,169,203). Sum of RGB (Red+Green+Blue) = 238+169+203=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9CB is #115634. Grayscale: #C1C1C1. Windows color (decimal): -1136181 or 13347310. OLE color: 13347310.

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

Color convert

RGB238169203-
CMYK00.290.150.07
HSL330.43º66.99%79.8%-
HSV(B)330.43º28.99%93.33%-
XYZ60.2350.8663.14-
YUV193.51133.36159.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 169 (66.41% from 255) = 27.70%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=39.02%
G=27.70%
B=33.28%

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
Decimal23816920300.290.150.07330.4366.9979.8
HexEEA9CB01DF714a4350
Octal356251313035177512103120
Binary111011101010100111001011011101111111110100101010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9CB; }

 p { color: rgb(238,169,203); }

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

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

 a { background-color: rgb(238,169,203); }

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

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

 span { border-color: rgb(238,169,203); }

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