Shades of Kobi #E092A4
Tints of Kobi #E092A4
RGB
CMYK
RGB Variations
Color information
#E092A4 (or 0xE092A4) is known color: Kobi. HEX triplet: E0, 92 and A4. RGB value is (224,146,164). Sum of RGB (Red+Green+Blue) = 224+146+164=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E092A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E092A4 is #1F6D5B. Grayscale: #ABABAB. Windows color (decimal): -2059612 or 10785504. OLE color: 10785504.
HSL color Cylindrical-coordinate representation of color #E092A4: hue angle of 346.15º 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 #E092A4 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 164 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.12 |
| HSL | 346.15º | 0.56% | 0.73% | - |
| HSV(B) | 346.15º | 0.35% | 0.88% | - |
| XYZ | 47.72 | 39.09 | 40.15 | - |
| YUV | 171.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 164 | 0 | 0.35 | 0.27 | 0.12 | 346.15 | 0.56 | 0.73 |
| Hex | E0 | 92 | A4 | 0 | 23 | 1B | C | 15A | 38 | 49 |
| Octal | 340 | 222 | 244 | 0 | 43 | 33 | 14 | 532 | 70 | 111 |
| Binary | 11100000 | 10010010 | 10100100 | 0 | 100011 | 11011 | 1100 | 101011010 | 111000 | 1001001 |
Color Harmonies of #E092A4
Complementary color
Monochromatic Colors of #E092A4
Black with #E092A4
Text Example
Text Example
White with #E092A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092A4; }
p { color: rgb(224,146,164); }
H1.HeaderClassName
{
color: #E092A4;
}
.AnyTagClassName
{
color: #E092A4;
}
</style>
background-color css
<style>
a { background-color: #E092A4; }
a { background-color: rgb(224,146,164); }
div.DivClassName
{
background-color: #E092A4;
}
.BgClassName
{
background-color: #E092A4;
}
</style>
border-color css
<style>
span { border-color: #E092A4; }
span { border-color: rgb(224,146,164); }
td.TdClassName
{
border-color: #E092A4;
}
.TagClassName
{
border-color: #E092A4;
}
</style>