#EAABD5

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

Shades of Lavender Pink #EAABD5

Tints of Lavender Pink #EAABD5

Color information

#EAABD5 (or 0xEAABD5) is unknown color: approx Lavender Pink. HEX triplet: EA, AB and D5. RGB value is (234,171,213). Sum of RGB (Red+Green+Blue) = 234+171+213=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABD5 is #15542A. Grayscale: #C2C2C2. Windows color (decimal): -1397803 or 14003178. OLE color: 14003178.

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

Color convert

RGB234171213-
CMYK00.270.090.08
HSL320º60%79.41%-
HSV(B)320º26.92%91.76%-
XYZ60.551.4269.69-
YUV194.62138.37156.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 171 (67.19% from 255) = 27.67%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=37.86%
G=27.67%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417121300.270.090.083206079.41
HexEAABD501B981403c4f
Octal352253325033111050074117
Binary111010101010101111010101011011100110001010000001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABD5; }

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

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

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

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

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

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

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

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