Shades of Lavender Pink #EAABCF
Tints of Lavender Pink #EAABCF
RGB
CMYK
RGB Variations
Color information
#EAABCF (or 0xEAABCF) is known color: Lavender Pink. HEX triplet: EA, AB and CF. RGB value is (234,171,207). Sum of RGB (Red+Green+Blue) = 234+171+207=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABCF is #155430. Grayscale: #C1C1C1. Windows color (decimal): -1397809 or 13609962. OLE color: 13609962.
HSL color Cylindrical-coordinate representation of color #EAABCF: hue angle of 325.71º 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 #EAABCF is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 207 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.08 |
| HSL | 325.71º | 0.6% | 0.79% | - |
| HSV(B) | 325.71º | 0.27% | 0.92% | - |
| XYZ | 59.76 | 51.12 | 65.75 | - |
| YUV | 193.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 207 | 0 | 0.27 | 0.12 | 0.08 | 325.71 | 0.6 | 0.79 |
| Hex | EA | AB | CF | 0 | 1B | C | 8 | 146 | 3C | 4F |
| Octal | 352 | 253 | 317 | 0 | 33 | 14 | 10 | 506 | 74 | 117 |
| Binary | 11101010 | 10101011 | 11001111 | 0 | 11011 | 1100 | 1000 | 101000110 | 111100 | 1001111 |
Color Harmonies of #EAABCF
Complementary color
Monochromatic Colors of #EAABCF
Black with #EAABCF
Text Example
Text Example
White with #EAABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABCF; }
p { color: rgb(234,171,207); }
H1.HeaderClassName
{
color: #EAABCF;
}
.AnyTagClassName
{
color: #EAABCF;
}
</style>
background-color css
<style>
a { background-color: #EAABCF; }
a { background-color: rgb(234,171,207); }
div.DivClassName
{
background-color: #EAABCF;
}
.BgClassName
{
background-color: #EAABCF;
}
</style>
border-color css
<style>
span { border-color: #EAABCF; }
span { border-color: rgb(234,171,207); }
td.TdClassName
{
border-color: #EAABCF;
}
.TagClassName
{
border-color: #EAABCF;
}
</style>