Shades of Lavender Pink #EAACCC
Tints of Lavender Pink #EAACCC
RGB
CMYK
RGB Variations
Color information
#EAACCC (or 0xEAACCC) is known color: Lavender Pink. HEX triplet: EA, AC and CC. RGB value is (234,172,204). Sum of RGB (Red+Green+Blue) = 234+172+204=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACCC is #155333. Grayscale: #C2C2C2. Windows color (decimal): -1397556 or 13413610. OLE color: 13413610.
HSL color Cylindrical-coordinate representation of color #EAACCC: hue angle of 329.03º 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 #EAACCC is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 204 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.08 |
| HSL | 329.03º | 0.6% | 0.8% | - |
| HSV(B) | 329.03º | 0.26% | 0.92% | - |
| XYZ | 59.58 | 51.36 | 63.9 | - |
| YUV | 194.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 204 | 0 | 0.26 | 0.13 | 0.08 | 329.03 | 0.6 | 0.8 |
| Hex | EA | AC | CC | 0 | 1A | D | 8 | 149 | 3C | 50 |
| Octal | 352 | 254 | 314 | 0 | 32 | 15 | 10 | 511 | 74 | 120 |
| Binary | 11101010 | 10101100 | 11001100 | 0 | 11010 | 1101 | 1000 | 101001001 | 111100 | 1010000 |
Color Harmonies of #EAACCC
Complementary color
Monochromatic Colors of #EAACCC
Black with #EAACCC
Text Example
Text Example
White with #EAACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACCC; }
p { color: rgb(234,172,204); }
H1.HeaderClassName
{
color: #EAACCC;
}
.AnyTagClassName
{
color: #EAACCC;
}
</style>
background-color css
<style>
a { background-color: #EAACCC; }
a { background-color: rgb(234,172,204); }
div.DivClassName
{
background-color: #EAACCC;
}
.BgClassName
{
background-color: #EAACCC;
}
</style>
border-color css
<style>
span { border-color: #EAACCC; }
span { border-color: rgb(234,172,204); }
td.TdClassName
{
border-color: #EAACCC;
}
.TagClassName
{
border-color: #EAACCC;
}
</style>