Shades of Lavender Pink #EAB1D3
Tints of Lavender Pink #EAB1D3
RGB
CMYK
RGB Variations
Color information
#EAB1D3 (or 0xEAB1D3) is known color: Lavender Pink. HEX triplet: EA, B1 and D3. RGB value is (234,177,211). Sum of RGB (Red+Green+Blue) = 234+177+211=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1D3 is #154E2C. Grayscale: #C5C5C5. Windows color (decimal): -1396269 or 13873642. OLE color: 13873642.
HSL color Cylindrical-coordinate representation of color #EAB1D3: hue angle of 324.21º degrees, saturation: 0.58, 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 #EAB1D3 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 211 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.08 |
| HSL | 324.21º | 0.58% | 0.81% | - |
| HSV(B) | 324.21º | 0.24% | 0.92% | - |
| XYZ | 61.41 | 53.64 | 68.74 | - |
| YUV | 197.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 211 | 0 | 0.24 | 0.10 | 0.08 | 324.21 | 0.58 | 0.81 |
| Hex | EA | B1 | D3 | 0 | 18 | A | 8 | 144 | 3A | 51 |
| Octal | 352 | 261 | 323 | 0 | 30 | 12 | 10 | 504 | 72 | 121 |
| Binary | 11101010 | 10110001 | 11010011 | 0 | 11000 | 1010 | 1000 | 101000100 | 111010 | 1010001 |
Color Harmonies of #EAB1D3
Complementary color
Monochromatic Colors of #EAB1D3
Black with #EAB1D3
Text Example
Text Example
White with #EAB1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB1D3; }
p { color: rgb(234,177,211); }
H1.HeaderClassName
{
color: #EAB1D3;
}
.AnyTagClassName
{
color: #EAB1D3;
}
</style>
background-color css
<style>
a { background-color: #EAB1D3; }
a { background-color: rgb(234,177,211); }
div.DivClassName
{
background-color: #EAB1D3;
}
.BgClassName
{
background-color: #EAB1D3;
}
</style>
border-color css
<style>
span { border-color: #EAB1D3; }
span { border-color: rgb(234,177,211); }
td.TdClassName
{
border-color: #EAB1D3;
}
.TagClassName
{
border-color: #EAB1D3;
}
</style>