#EAB3D1

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

Shades of Lavender Pink #EAB3D1

Tints of Lavender Pink #EAB3D1

Color information

#EAB3D1 (or 0xEAB3D1) is unknown color: approx Lavender Pink. HEX triplet: EA, B3 and D1. RGB value is (234,179,209). Sum of RGB (Red+Green+Blue) = 234+179+209=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3D1 is #154C2E. Grayscale: #C6C6C6. Windows color (decimal): -1395759 or 13743082. OLE color: 13743082.

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

Color convert

RGB234179209-
CMYK00.240.110.08
HSL327.27º56.7%80.98%-
HSV(B)327.27º23.5%91.76%-
XYZ61.5654.3467.56-
YUV198.86133.72153.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 179 (70.31% from 255) = 28.78%
BLUE value IS 209 (82.03% from 255) = 33.60%
R=37.62%
G=28.78%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417920900.240.110.08327.2756.780.98
HexEAB3D1018B81473951
Octal352263321030131050771121
Binary111010101011001111010001011000101110001010001111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3D1; }

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

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

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

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

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

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

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

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