#EAB3D2

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

Shades of Lavender Pink #EAB3D2

Tints of Lavender Pink #EAB3D2

Color information

#EAB3D2 (or 0xEAB3D2) is unknown color: approx Lavender Pink. HEX triplet: EA, B3 and D2. RGB value is (234,179,210). Sum of RGB (Red+Green+Blue) = 234+179+210=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3D2 is #154C2D. Grayscale: #C6C6C6. Windows color (decimal): -1395758 or 13808618. OLE color: 13808618.

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

Color convert

RGB234179210-
CMYK00.240.100.08
HSL326.18º56.7%80.98%-
HSV(B)326.18º23.5%91.76%-
XYZ61.6854.3968.22-
YUV198.98134.22152.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 179 (70.31% from 255) = 28.73%
BLUE value IS 210 (82.42% from 255) = 33.71%
R=37.56%
G=28.73%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417921000.240.100.08326.1856.780.98
HexEAB3D2018A81463951
Octal352263322030121050671121
Binary111010101011001111010010011000101010001010001101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3D2; }

 p { color: rgb(234,179,210); }

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

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

 a { background-color: rgb(234,179,210); }

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

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

 span { border-color: rgb(234,179,210); }

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