#EAB6D1

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

Shades of Lavender Pink #EAB6D1

Tints of Lavender Pink #EAB6D1

Color information

#EAB6D1 (or 0xEAB6D1) is unknown color: approx Lavender Pink. HEX triplet: EA, B6 and D1. RGB value is (234,182,209). Sum of RGB (Red+Green+Blue) = 234+182+209=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6D1 is #15492E. Grayscale: #C8C8C8. Windows color (decimal): -1394991 or 13743850. OLE color: 13743850.

HSL color Cylindrical-coordinate representation of color #EAB6D1: hue angle of 328.85º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB6D1 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234182209-
CMYK00.220.110.08
HSL328.85º55.32%81.57%-
HSV(B)328.85º22.22%91.76%-
XYZ62.1755.5567.77-
YUV200.63132.73151.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 182 (71.48% from 255) = 29.12%
BLUE value IS 209 (82.03% from 255) = 33.44%
R=37.44%
G=29.12%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418220900.220.110.08328.8555.3281.57
HexEAB6D1016B81493752
Octal352266321026131051167122
Binary111010101011011011010001010110101110001010010011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6D1; }

 p { color: rgb(234,182,209); }

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

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

 a { background-color: rgb(234,182,209); }

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

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

 span { border-color: rgb(234,182,209); }

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