Shades of Lavender Pink #EEAFD0
Tints of Lavender Pink #EEAFD0
RGB
CMYK
RGB Variations
Color information
#EEAFD0 (or 0xEEAFD0) is known color: Lavender Pink. HEX triplet: EE, AF and D0. RGB value is (238,175,208). Sum of RGB (Red+Green+Blue) = 238+175+208=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFD0 is #11502F. Grayscale: #C5C5C5. Windows color (decimal): -1134640 or 13676526. OLE color: 13676526.
HSL color Cylindrical-coordinate representation of color #EEAFD0: hue angle of 328.57º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEAFD0 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 175 | 208 | - |
CMYK | 0 | 0.26 | 0.13 | 0.07 |
HSL | 328.57º | 0.65% | 0.81% | - |
HSV(B) | 328.57º | 0.26% | 0.93% | - |
XYZ | 61.98 | 53.39 | 66.71 | - |
YUV | 197.6 | 133.87 | 156.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 175 | 208 | 0 | 0.26 | 0.13 | 0.07 | 328.57 | 0.65 | 0.81 |
Hex | EE | AF | D0 | 0 | 1A | D | 7 | 149 | 41 | 51 |
Octal | 356 | 257 | 320 | 0 | 32 | 15 | 7 | 511 | 101 | 121 |
Binary | 11101110 | 10101111 | 11010000 | 0 | 11010 | 1101 | 111 | 101001001 | 1000001 | 1010001 |
Color Harmonies of #EEAFD0
Complementary color
Monochromatic Colors of #EEAFD0
Black with #EEAFD0
Text Example
Text Example
White with #EEAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAFD0; }
p { color: rgb(238,175,208); }
H1.HeaderClassName
{
color: #EEAFD0;
}
.AnyTagClassName
{
color: #EEAFD0;
}
</style>
background-color css
<style>
a { background-color: #EEAFD0; }
a { background-color: rgb(238,175,208); }
div.DivClassName
{
background-color: #EEAFD0;
}
.BgClassName
{
background-color: #EEAFD0;
}
</style>
border-color css
<style>
span { border-color: #EEAFD0; }
span { border-color: rgb(238,175,208); }
td.TdClassName
{
border-color: #EEAFD0;
}
.TagClassName
{
border-color: #EEAFD0;
}
</style>