Shades of Kobi #E092AF
Tints of Kobi #E092AF
RGB
CMYK
RGB Variations
Color information
#E092AF (or 0xE092AF) is known color: Kobi. HEX triplet: E0, 92 and AF. RGB value is (224,146,175). Sum of RGB (Red+Green+Blue) = 224+146+175=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E092AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E092AF is #1F6D50. Grayscale: #ACACAC. Windows color (decimal): -2059601 or 11506400. OLE color: 11506400.
HSL color Cylindrical-coordinate representation of color #E092AF: hue angle of 337.69º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E092AF is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 175 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.12 |
| HSL | 337.69º | 0.56% | 0.73% | - |
| HSV(B) | 337.69º | 0.35% | 0.88% | - |
| XYZ | 48.76 | 39.5 | 45.61 | - |
| YUV | 172.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 175 | 0 | 0.35 | 0.22 | 0.12 | 337.69 | 0.56 | 0.73 |
| Hex | E0 | 92 | AF | 0 | 23 | 16 | C | 152 | 38 | 49 |
| Octal | 340 | 222 | 257 | 0 | 43 | 26 | 14 | 522 | 70 | 111 |
| Binary | 11100000 | 10010010 | 10101111 | 0 | 100011 | 10110 | 1100 | 101010010 | 111000 | 1001001 |
Color Harmonies of #E092AF
Complementary color
Monochromatic Colors of #E092AF
Black with #E092AF
Text Example
Text Example
White with #E092AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092AF; }
p { color: rgb(224,146,175); }
H1.HeaderClassName
{
color: #E092AF;
}
.AnyTagClassName
{
color: #E092AF;
}
</style>
background-color css
<style>
a { background-color: #E092AF; }
a { background-color: rgb(224,146,175); }
div.DivClassName
{
background-color: #E092AF;
}
.BgClassName
{
background-color: #E092AF;
}
</style>
border-color css
<style>
span { border-color: #E092AF; }
span { border-color: rgb(224,146,175); }
td.TdClassName
{
border-color: #E092AF;
}
.TagClassName
{
border-color: #E092AF;
}
</style>