Shades of Lavender Pink #EAACCA
Tints of Lavender Pink #EAACCA
RGB
CMYK
RGB Variations
Color information
#EAACCA (or 0xEAACCA) is known color: Lavender Pink. HEX triplet: EA, AC and CA. RGB value is (234,172,202). Sum of RGB (Red+Green+Blue) = 234+172+202=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACCA is #155335. Grayscale: #C1C1C1. Windows color (decimal): -1397558 or 13282538. OLE color: 13282538.
HSL color Cylindrical-coordinate representation of color #EAACCA: hue angle of 330.97º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAACCA is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 202 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.08 |
| HSL | 330.97º | 0.6% | 0.8% | - |
| HSV(B) | 330.97º | 0.26% | 0.92% | - |
| XYZ | 59.34 | 51.26 | 62.64 | - |
| YUV | 193.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 202 | 0 | 0.26 | 0.14 | 0.08 | 330.97 | 0.6 | 0.8 |
| Hex | EA | AC | CA | 0 | 1A | E | 8 | 14B | 3C | 50 |
| Octal | 352 | 254 | 312 | 0 | 32 | 16 | 10 | 513 | 74 | 120 |
| Binary | 11101010 | 10101100 | 11001010 | 0 | 11010 | 1110 | 1000 | 101001011 | 111100 | 1010000 |
Color Harmonies of #EAACCA
Complementary color
Monochromatic Colors of #EAACCA
Black with #EAACCA
Text Example
Text Example
White with #EAACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACCA; }
p { color: rgb(234,172,202); }
H1.HeaderClassName
{
color: #EAACCA;
}
.AnyTagClassName
{
color: #EAACCA;
}
</style>
background-color css
<style>
a { background-color: #EAACCA; }
a { background-color: rgb(234,172,202); }
div.DivClassName
{
background-color: #EAACCA;
}
.BgClassName
{
background-color: #EAACCA;
}
</style>
border-color css
<style>
span { border-color: #EAACCA; }
span { border-color: rgb(234,172,202); }
td.TdClassName
{
border-color: #EAACCA;
}
.TagClassName
{
border-color: #EAACCA;
}
</style>