Shades of Lavender Pink #EAAFD4
Tints of Lavender Pink #EAAFD4
RGB
CMYK
RGB Variations
Color information
#EAAFD4 (or 0xEAAFD4) is known color: Lavender Pink. HEX triplet: EA, AF and D4. RGB value is (234,175,212). Sum of RGB (Red+Green+Blue) = 234+175+212=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFD4 is #15502B. Grayscale: #C4C4C4. Windows color (decimal): -1396780 or 13938666. OLE color: 13938666.
HSL color Cylindrical-coordinate representation of color #EAAFD4: hue angle of 322.37º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFD4 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 212 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.08 |
| HSL | 322.37º | 0.58% | 0.8% | - |
| HSV(B) | 322.37º | 0.25% | 0.92% | - |
| XYZ | 61.15 | 52.91 | 69.28 | - |
| YUV | 196.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 212 | 0 | 0.25 | 0.09 | 0.08 | 322.37 | 0.58 | 0.8 |
| Hex | EA | AF | D4 | 0 | 19 | 9 | 8 | 142 | 3A | 50 |
| Octal | 352 | 257 | 324 | 0 | 31 | 11 | 10 | 502 | 72 | 120 |
| Binary | 11101010 | 10101111 | 11010100 | 0 | 11001 | 1001 | 1000 | 101000010 | 111010 | 1010000 |
Color Harmonies of #EAAFD4
Complementary color
Monochromatic Colors of #EAAFD4
Black with #EAAFD4
Text Example
Text Example
White with #EAAFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFD4; }
p { color: rgb(234,175,212); }
H1.HeaderClassName
{
color: #EAAFD4;
}
.AnyTagClassName
{
color: #EAAFD4;
}
</style>
background-color css
<style>
a { background-color: #EAAFD4; }
a { background-color: rgb(234,175,212); }
div.DivClassName
{
background-color: #EAAFD4;
}
.BgClassName
{
background-color: #EAAFD4;
}
</style>
border-color css
<style>
span { border-color: #EAAFD4; }
span { border-color: rgb(234,175,212); }
td.TdClassName
{
border-color: #EAAFD4;
}
.TagClassName
{
border-color: #EAAFD4;
}
</style>