#EAABD4

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

Shades of Lavender Pink #EAABD4

Tints of Lavender Pink #EAABD4

Color information

#EAABD4 (or 0xEAABD4) is unknown color: approx Lavender Pink. HEX triplet: EA, AB and D4. RGB value is (234,171,212). Sum of RGB (Red+Green+Blue) = 234+171+212=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABD4 is #15542B. Grayscale: #C2C2C2. Windows color (decimal): -1397804 or 13937642. OLE color: 13937642.

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

Color convert

RGB234171212-
CMYK00.270.090.08
HSL320.95º60%79.41%-
HSV(B)320.95º26.92%91.76%-
XYZ60.3851.3769.02-
YUV194.51137.87156.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 171 (67.19% from 255) = 27.71%
BLUE value IS 212 (83.20% from 255) = 34.36%
R=37.93%
G=27.71%
B=34.36%

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
Decimal23417121200.270.090.08320.956079.41
HexEAABD401B981413c4f
Octal352253324033111050174117
Binary111010101010101111010100011011100110001010000011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABD4; }

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

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

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

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

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

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

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

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