#EAABD3

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

Shades of Lavender Pink #EAABD3

Tints of Lavender Pink #EAABD3

Color information

#EAABD3 (or 0xEAABD3) is unknown color: approx Lavender Pink. HEX triplet: EA, AB and D3. RGB value is (234,171,211). Sum of RGB (Red+Green+Blue) = 234+171+211=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABD3 is #15542C. Grayscale: #C2C2C2. Windows color (decimal): -1397805 or 13872106. OLE color: 13872106.

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

Color convert

RGB234171211-
CMYK00.270.100.08
HSL321.9º60%79.41%-
HSV(B)321.9º26.92%91.76%-
XYZ60.2551.3268.36-
YUV194.4137.37156.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 211 (82.81% from 255) = 34.25%
R=37.99%
G=27.76%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417121100.270.100.08321.96079.41
HexEAABD301BA81423c4f
Octal352253323033121050274117
Binary111010101010101111010011011011101010001010000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABD3; }

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

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

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

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

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

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

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

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