Shades of Kobi #E092AB
Tints of Kobi #E092AB
RGB
CMYK
RGB Variations
Color information
#E092AB (or 0xE092AB) is known color: Kobi. HEX triplet: E0, 92 and AB. RGB value is (224,146,171). Sum of RGB (Red+Green+Blue) = 224+146+171=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E092AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E092AB is #1F6D54. Grayscale: #ACACAC. Windows color (decimal): -2059605 or 11244256. OLE color: 11244256.
HSL color Cylindrical-coordinate representation of color #E092AB: hue angle of 340.77º 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 #E092AB is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 171 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.12 |
| HSL | 340.77º | 0.56% | 0.73% | - |
| HSV(B) | 340.77º | 0.35% | 0.88% | - |
| XYZ | 48.37 | 39.35 | 43.57 | - |
| YUV | 172.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 171 | 0 | 0.35 | 0.24 | 0.12 | 340.77 | 0.56 | 0.73 |
| Hex | E0 | 92 | AB | 0 | 23 | 18 | C | 155 | 38 | 49 |
| Octal | 340 | 222 | 253 | 0 | 43 | 30 | 14 | 525 | 70 | 111 |
| Binary | 11100000 | 10010010 | 10101011 | 0 | 100011 | 11000 | 1100 | 101010101 | 111000 | 1001001 |
Color Harmonies of #E092AB
Complementary color
Monochromatic Colors of #E092AB
Black with #E092AB
Text Example
Text Example
White with #E092AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092AB; }
p { color: rgb(224,146,171); }
H1.HeaderClassName
{
color: #E092AB;
}
.AnyTagClassName
{
color: #E092AB;
}
</style>
background-color css
<style>
a { background-color: #E092AB; }
a { background-color: rgb(224,146,171); }
div.DivClassName
{
background-color: #E092AB;
}
.BgClassName
{
background-color: #E092AB;
}
</style>
border-color css
<style>
span { border-color: #E092AB; }
span { border-color: rgb(224,146,171); }
td.TdClassName
{
border-color: #E092AB;
}
.TagClassName
{
border-color: #E092AB;
}
</style>