#EAB6D2

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

Shades of Lavender Pink #EAB6D2

Tints of Lavender Pink #EAB6D2

Color information

#EAB6D2 (or 0xEAB6D2) is unknown color: approx Lavender Pink. HEX triplet: EA, B6 and D2. RGB value is (234,182,210). Sum of RGB (Red+Green+Blue) = 234+182+210=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6D2 is #15492D. Grayscale: #C8C8C8. Windows color (decimal): -1394990 or 13809386. OLE color: 13809386.

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

Color convert

RGB234182210-
CMYK00.220.100.08
HSL327.69º55.32%81.57%-
HSV(B)327.69º22.22%91.76%-
XYZ62.2955.668.42-
YUV200.74133.23151.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 182 (71.48% from 255) = 29.07%
BLUE value IS 210 (82.42% from 255) = 33.55%
R=37.38%
G=29.07%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418221000.220.100.08327.6955.3281.57
HexEAB6D2016A81483752
Octal352266322026121051067122
Binary111010101011011011010010010110101010001010010001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6D2; }

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

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

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

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

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

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

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

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