Shades of Lavender Pink #E9AFCB
Tints of Lavender Pink #E9AFCB
RGB
CMYK
RGB Variations
Color information
#E9AFCB (or 0xE9AFCB) is known color: Lavender Pink. HEX triplet: E9, AF and CB. RGB value is (233,175,203). Sum of RGB (Red+Green+Blue) = 233+175+203=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFCB is #165034. Grayscale: #C3C3C3. Windows color (decimal): -1462325 or 13348841. OLE color: 13348841.
HSL color Cylindrical-coordinate representation of color #E9AFCB: hue angle of 331.03º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AFCB is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 203 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.09 |
| HSL | 331.03º | 0.57% | 0.8% | - |
| HSV(B) | 331.03º | 0.25% | 0.91% | - |
| XYZ | 59.71 | 52.3 | 63.45 | - |
| YUV | 195.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 203 | 0 | 0.25 | 0.13 | 0.09 | 331.03 | 0.57 | 0.8 |
| Hex | E9 | AF | CB | 0 | 19 | D | 9 | 14B | 39 | 50 |
| Octal | 351 | 257 | 313 | 0 | 31 | 15 | 11 | 513 | 71 | 120 |
| Binary | 11101001 | 10101111 | 11001011 | 0 | 11001 | 1101 | 1001 | 101001011 | 111001 | 1010000 |
Color Harmonies of #E9AFCB
Complementary color
Monochromatic Colors of #E9AFCB
Black with #E9AFCB
Text Example
Text Example
White with #E9AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFCB; }
p { color: rgb(233,175,203); }
H1.HeaderClassName
{
color: #E9AFCB;
}
.AnyTagClassName
{
color: #E9AFCB;
}
</style>
background-color css
<style>
a { background-color: #E9AFCB; }
a { background-color: rgb(233,175,203); }
div.DivClassName
{
background-color: #E9AFCB;
}
.BgClassName
{
background-color: #E9AFCB;
}
</style>
border-color css
<style>
span { border-color: #E9AFCB; }
span { border-color: rgb(233,175,203); }
td.TdClassName
{
border-color: #E9AFCB;
}
.TagClassName
{
border-color: #E9AFCB;
}
</style>