#EAB1D5

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

Shades of Lavender Pink #EAB1D5

Tints of Lavender Pink #EAB1D5

Color information

#EAB1D5 (or 0xEAB1D5) is unknown color: approx Lavender Pink. HEX triplet: EA, B1 and D5. RGB value is (234,177,213). Sum of RGB (Red+Green+Blue) = 234+177+213=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1D5 is #154E2A. Grayscale: #C6C6C6. Windows color (decimal): -1396267 or 14004714. OLE color: 14004714.

HSL color Cylindrical-coordinate representation of color #EAB1D5: hue angle of 322.11º degrees, saturation: 0.58, 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 #EAB1D5 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234177213-
CMYK00.240.090.08
HSL322.11º57.58%80.59%-
HSV(B)322.11º24.36%91.76%-
XYZ61.6653.7470.07-
YUV198.15136.38153.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 177 (69.53% from 255) = 28.37%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=37.5%
G=28.37%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417721300.240.090.08322.1157.5880.59
HexEAB1D5018981423a51
Octal352261325030111050272121
Binary111010101011000111010101011000100110001010000101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1D5; }

 p { color: rgb(234,177,213); }

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

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

 a { background-color: rgb(234,177,213); }

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

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

 span { border-color: rgb(234,177,213); }

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