Shades of Kobi #E191AF
Tints of Kobi #E191AF
RGB
CMYK
RGB Variations
Color information
#E191AF (or 0xE191AF) is known color: Kobi. HEX triplet: E1, 91 and AF. RGB value is (225,145,175). Sum of RGB (Red+Green+Blue) = 225+145+175=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E191AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E191AF is #1E6E50. Grayscale: #ACACAC. Windows color (decimal): -1994321 or 11506145. OLE color: 11506145.
HSL color Cylindrical-coordinate representation of color #E191AF: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191AF is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 175 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.12 |
| HSL | 337.5º | 0.57% | 0.73% | - |
| HSV(B) | 337.5º | 0.36% | 0.88% | - |
| XYZ | 48.91 | 39.35 | 45.58 | - |
| YUV | 172.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 175 | 0 | 0.36 | 0.22 | 0.12 | 337.5 | 0.57 | 0.73 |
| Hex | E1 | 91 | AF | 0 | 24 | 16 | C | 152 | 39 | 49 |
| Octal | 341 | 221 | 257 | 0 | 44 | 26 | 14 | 522 | 71 | 111 |
| Binary | 11100001 | 10010001 | 10101111 | 0 | 100100 | 10110 | 1100 | 101010010 | 111001 | 1001001 |
Color Harmonies of #E191AF
Complementary color
Monochromatic Colors of #E191AF
Black with #E191AF
Text Example
Text Example
White with #E191AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191AF; }
p { color: rgb(225,145,175); }
H1.HeaderClassName
{
color: #E191AF;
}
.AnyTagClassName
{
color: #E191AF;
}
</style>
background-color css
<style>
a { background-color: #E191AF; }
a { background-color: rgb(225,145,175); }
div.DivClassName
{
background-color: #E191AF;
}
.BgClassName
{
background-color: #E191AF;
}
</style>
border-color css
<style>
span { border-color: #E191AF; }
span { border-color: rgb(225,145,175); }
td.TdClassName
{
border-color: #E191AF;
}
.TagClassName
{
border-color: #E191AF;
}
</style>