Shades of Kobi #E092B2
Tints of Kobi #E092B2
RGB
CMYK
RGB Variations
Color information
#E092B2 (or 0xE092B2) is known color: Kobi. HEX triplet: E0, 92 and B2. RGB value is (224,146,178). Sum of RGB (Red+Green+Blue) = 224+146+178=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E092B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E092B2 is #1F6D4D. Grayscale: #ACACAC. Windows color (decimal): -2059598 or 11703008. OLE color: 11703008.
HSL color Cylindrical-coordinate representation of color #E092B2: hue angle of 335.38º 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 #E092B2 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 178 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.12 |
| HSL | 335.38º | 0.56% | 0.73% | - |
| HSV(B) | 335.38º | 0.35% | 0.88% | - |
| XYZ | 49.06 | 39.62 | 47.18 | - |
| YUV | 172.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 178 | 0 | 0.35 | 0.21 | 0.12 | 335.38 | 0.56 | 0.73 |
| Hex | E0 | 92 | B2 | 0 | 23 | 15 | C | 14F | 38 | 49 |
| Octal | 340 | 222 | 262 | 0 | 43 | 25 | 14 | 517 | 70 | 111 |
| Binary | 11100000 | 10010010 | 10110010 | 0 | 100011 | 10101 | 1100 | 101001111 | 111000 | 1001001 |
Color Harmonies of #E092B2
Complementary color
Monochromatic Colors of #E092B2
Black with #E092B2
Text Example
Text Example
White with #E092B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092B2; }
p { color: rgb(224,146,178); }
H1.HeaderClassName
{
color: #E092B2;
}
.AnyTagClassName
{
color: #E092B2;
}
</style>
background-color css
<style>
a { background-color: #E092B2; }
a { background-color: rgb(224,146,178); }
div.DivClassName
{
background-color: #E092B2;
}
.BgClassName
{
background-color: #E092B2;
}
</style>
border-color css
<style>
span { border-color: #E092B2; }
span { border-color: rgb(224,146,178); }
td.TdClassName
{
border-color: #E092B2;
}
.TagClassName
{
border-color: #E092B2;
}
</style>