Shades of Kobi #E190AF
Tints of Kobi #E190AF
RGB
CMYK
RGB Variations
Color information
#E190AF (or 0xE190AF) is known color: Kobi. HEX triplet: E1, 90 and AF. RGB value is (225,144,175). Sum of RGB (Red+Green+Blue) = 225+144+175=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E190AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E190AF is #1E6F50. Grayscale: #ABABAB. Windows color (decimal): -1994577 or 11505889. OLE color: 11505889.
HSL color Cylindrical-coordinate representation of color #E190AF: hue angle of 337.04º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190AF is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 175 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.12 |
| HSL | 337.04º | 0.57% | 0.72% | - |
| HSV(B) | 337.04º | 0.36% | 0.88% | - |
| XYZ | 48.76 | 39.05 | 45.52 | - |
| YUV | 171.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 175 | 0 | 0.36 | 0.22 | 0.12 | 337.04 | 0.57 | 0.72 |
| Hex | E1 | 90 | AF | 0 | 24 | 16 | C | 151 | 39 | 48 |
| Octal | 341 | 220 | 257 | 0 | 44 | 26 | 14 | 521 | 71 | 110 |
| Binary | 11100001 | 10010000 | 10101111 | 0 | 100100 | 10110 | 1100 | 101010001 | 111001 | 1001000 |
Color Harmonies of #E190AF
Complementary color
Monochromatic Colors of #E190AF
Black with #E190AF
Text Example
Text Example
White with #E190AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190AF; }
p { color: rgb(225,144,175); }
H1.HeaderClassName
{
color: #E190AF;
}
.AnyTagClassName
{
color: #E190AF;
}
</style>
background-color css
<style>
a { background-color: #E190AF; }
a { background-color: rgb(225,144,175); }
div.DivClassName
{
background-color: #E190AF;
}
.BgClassName
{
background-color: #E190AF;
}
</style>
border-color css
<style>
span { border-color: #E190AF; }
span { border-color: rgb(225,144,175); }
td.TdClassName
{
border-color: #E190AF;
}
.TagClassName
{
border-color: #E190AF;
}
</style>