#EEA5CB

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

Shades of Lavender Pink #EEA5CB

Tints of Lavender Pink #EEA5CB

Color information

#EEA5CB (or 0xEEA5CB) is unknown color: approx Lavender Pink. HEX triplet: EE, A5 and CB. RGB value is (238,165,203). Sum of RGB (Red+Green+Blue) = 238+165+203=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5CB is #115A34. Grayscale: #BFBFBF. Windows color (decimal): -1137205 or 13346286. OLE color: 13346286.

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

Color convert

RGB238165203-
CMYK00.310.150.07
HSL328.77º68.22%79.02%-
HSV(B)328.77º30.67%93.33%-
XYZ59.4949.462.9-
YUV191.16134.68161.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.27%
GREEN value IS 165 (64.84% from 255) = 27.23%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=39.27%
G=27.23%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816520300.310.150.07328.7768.2279.02
HexEEA5CB01FF7149444f
Octal356245313037177511104117
Binary111011101010010111001011011111111111110100100110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5CB; }

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

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

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

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

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

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

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

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