Shades of Lavender Pink #E7AFCB
Tints of Lavender Pink #E7AFCB
RGB
CMYK
RGB Variations
Color information
#E7AFCB (or 0xE7AFCB) is known color: Lavender Pink. HEX triplet: E7, AF and CB. RGB value is (231,175,203). Sum of RGB (Red+Green+Blue) = 231+175+203=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFCB is #185034. Grayscale: #C2C2C2. Windows color (decimal): -1593397 or 13348839. OLE color: 13348839.
HSL color Cylindrical-coordinate representation of color #E7AFCB: hue angle of 330º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7AFCB is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 203 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.09 |
| HSL | 330º | 0.54% | 0.8% | - |
| HSV(B) | 330º | 0.24% | 0.91% | - |
| XYZ | 59.06 | 51.96 | 63.42 | - |
| YUV | 194.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 203 | 0 | 0.24 | 0.12 | 0.09 | 330 | 0.54 | 0.8 |
| Hex | E7 | AF | CB | 0 | 18 | C | 9 | 14A | 36 | 50 |
| Octal | 347 | 257 | 313 | 0 | 30 | 14 | 11 | 512 | 66 | 120 |
| Binary | 11100111 | 10101111 | 11001011 | 0 | 11000 | 1100 | 1001 | 101001010 | 110110 | 1010000 |
Color Harmonies of #E7AFCB
Complementary color
Monochromatic Colors of #E7AFCB
Black with #E7AFCB
Text Example
Text Example
White with #E7AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AFCB; }
p { color: rgb(231,175,203); }
H1.HeaderClassName
{
color: #E7AFCB;
}
.AnyTagClassName
{
color: #E7AFCB;
}
</style>
background-color css
<style>
a { background-color: #E7AFCB; }
a { background-color: rgb(231,175,203); }
div.DivClassName
{
background-color: #E7AFCB;
}
.BgClassName
{
background-color: #E7AFCB;
}
</style>
border-color css
<style>
span { border-color: #E7AFCB; }
span { border-color: rgb(231,175,203); }
td.TdClassName
{
border-color: #E7AFCB;
}
.TagClassName
{
border-color: #E7AFCB;
}
</style>