#EAABCE

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

Shades of Lavender Pink #EAABCE

Tints of Lavender Pink #EAABCE

Color information

#EAABCE (or 0xEAABCE) is unknown color: approx Lavender Pink. HEX triplet: EA, AB and CE. RGB value is (234,171,206). Sum of RGB (Red+Green+Blue) = 234+171+206=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABCE is #155431. Grayscale: #C1C1C1. Windows color (decimal): -1397810 or 13544426. OLE color: 13544426.

HSL color Cylindrical-coordinate representation of color #EAABCE: hue angle of 326.67º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABCE is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234171206-
CMYK00.270.120.08
HSL326.67º60%79.41%-
HSV(B)326.67º26.92%91.76%-
XYZ59.6451.0765.11-
YUV193.83134.87156.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 171 (67.19% from 255) = 27.99%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=38.30%
G=27.99%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417120600.270.120.08326.676079.41
HexEAABCE01BC81473c4f
Octal352253316033141050774117
Binary111010101010101111001110011011110010001010001111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABCE; }

 p { color: rgb(234,171,206); }

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

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

 a { background-color: rgb(234,171,206); }

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

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

 span { border-color: rgb(234,171,206); }

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