#EAB5D5

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

Shades of Lavender Pink #EAB5D5

Tints of Lavender Pink #EAB5D5

Color information

#EAB5D5 (or 0xEAB5D5) is unknown color: approx Lavender Pink. HEX triplet: EA, B5 and D5. RGB value is (234,181,213). Sum of RGB (Red+Green+Blue) = 234+181+213=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5D5 is #154A2A. Grayscale: #C8C8C8. Windows color (decimal): -1395243 or 14005738. OLE color: 14005738.

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

Color convert

RGB234181213-
CMYK00.230.090.08
HSL323.77º55.79%81.37%-
HSV(B)323.77º22.65%91.76%-
XYZ62.4755.3470.34-
YUV200.5135.06151.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 213 (83.59% from 255) = 33.92%
R=37.26%
G=28.82%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418121300.230.090.08323.7755.7981.37
HexEAB5D5017981443851
Octal352265325027111050470121
Binary111010101011010111010101010111100110001010001001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5D5; }

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

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

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

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

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

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

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

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