Shades of Kobi #E19AAF
Tints of Kobi #E19AAF
RGB
CMYK
RGB Variations
Color information
#E19AAF (or 0xE19AAF) is known color: Kobi. HEX triplet: E1, 9A and AF. RGB value is (225,154,175). Sum of RGB (Red+Green+Blue) = 225+154+175=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AAF is #1E6550. Grayscale: #B1B1B1. Windows color (decimal): -1992017 or 11508449. OLE color: 11508449.
HSL color Cylindrical-coordinate representation of color #E19AAF: hue angle of 342.25º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19AAF is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 175 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.12 |
| HSL | 342.25º | 0.54% | 0.74% | - |
| HSV(B) | 342.25º | 0.32% | 0.88% | - |
| XYZ | 50.34 | 42.21 | 46.05 | - |
| YUV | 177.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 175 | 0 | 0.32 | 0.22 | 0.12 | 342.25 | 0.54 | 0.74 |
| Hex | E1 | 9A | AF | 0 | 20 | 16 | C | 156 | 36 | 4A |
| Octal | 341 | 232 | 257 | 0 | 40 | 26 | 14 | 526 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10101111 | 0 | 100000 | 10110 | 1100 | 101010110 | 110110 | 1001010 |
Color Harmonies of #E19AAF
Complementary color
Monochromatic Colors of #E19AAF
Black with #E19AAF
Text Example
Text Example
White with #E19AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AAF; }
p { color: rgb(225,154,175); }
H1.HeaderClassName
{
color: #E19AAF;
}
.AnyTagClassName
{
color: #E19AAF;
}
</style>
background-color css
<style>
a { background-color: #E19AAF; }
a { background-color: rgb(225,154,175); }
div.DivClassName
{
background-color: #E19AAF;
}
.BgClassName
{
background-color: #E19AAF;
}
</style>
border-color css
<style>
span { border-color: #E19AAF; }
span { border-color: rgb(225,154,175); }
td.TdClassName
{
border-color: #E19AAF;
}
.TagClassName
{
border-color: #E19AAF;
}
</style>