#EAABCA

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

Shades of Lavender Pink #EAABCA

Tints of Lavender Pink #EAABCA

Color information

#EAABCA (or 0xEAABCA) is unknown color: approx Lavender Pink. HEX triplet: EA, AB and CA. RGB value is (234,171,202). Sum of RGB (Red+Green+Blue) = 234+171+202=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABCA is #155435. Grayscale: #C1C1C1. Windows color (decimal): -1397814 or 13282282. OLE color: 13282282.

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

Color convert

RGB234171202-
CMYK00.270.140.08
HSL330.48º60%79.41%-
HSV(B)330.48º26.92%91.76%-
XYZ59.1650.8862.58-
YUV193.37132.87156.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=38.55%
G=28.17%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417120200.270.140.08330.486079.41
HexEAABCA01BE814a3c4f
Octal352253312033161051274117
Binary111010101010101111001010011011111010001010010101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABCA; }

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

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

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

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

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

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

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

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