Shades of Lavender Pink #EAAFD2
Tints of Lavender Pink #EAAFD2
RGB
CMYK
RGB Variations
Color information
#EAAFD2 (or 0xEAAFD2) is known color: Lavender Pink. HEX triplet: EA, AF and D2. RGB value is (234,175,210). Sum of RGB (Red+Green+Blue) = 234+175+210=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFD2 is #15502D. Grayscale: #C4C4C4. Windows color (decimal): -1396782 or 13807594. OLE color: 13807594.
HSL color Cylindrical-coordinate representation of color #EAAFD2: hue angle of 324.41º 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 #EAAFD2 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 210 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.08 |
| HSL | 324.41º | 0.58% | 0.8% | - |
| HSV(B) | 324.41º | 0.25% | 0.92% | - |
| XYZ | 60.89 | 52.81 | 67.96 | - |
| YUV | 196.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 210 | 0 | 0.25 | 0.10 | 0.08 | 324.41 | 0.58 | 0.8 |
| Hex | EA | AF | D2 | 0 | 19 | A | 8 | 144 | 3A | 50 |
| Octal | 352 | 257 | 322 | 0 | 31 | 12 | 10 | 504 | 72 | 120 |
| Binary | 11101010 | 10101111 | 11010010 | 0 | 11001 | 1010 | 1000 | 101000100 | 111010 | 1010000 |
Color Harmonies of #EAAFD2
Complementary color
Monochromatic Colors of #EAAFD2
Black with #EAAFD2
Text Example
Text Example
White with #EAAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFD2; }
p { color: rgb(234,175,210); }
H1.HeaderClassName
{
color: #EAAFD2;
}
.AnyTagClassName
{
color: #EAAFD2;
}
</style>
background-color css
<style>
a { background-color: #EAAFD2; }
a { background-color: rgb(234,175,210); }
div.DivClassName
{
background-color: #EAAFD2;
}
.BgClassName
{
background-color: #EAAFD2;
}
</style>
border-color css
<style>
span { border-color: #EAAFD2; }
span { border-color: rgb(234,175,210); }
td.TdClassName
{
border-color: #EAAFD2;
}
.TagClassName
{
border-color: #EAAFD2;
}
</style>