Shades of Kobi #E097A8
Tints of Kobi #E097A8
RGB
CMYK
RGB Variations
Color information
#E097A8 (or 0xE097A8) is known color: Kobi. HEX triplet: E0, 97 and A8. RGB value is (224,151,168). Sum of RGB (Red+Green+Blue) = 224+151+168=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E097A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E097A8 is #1F6857. Grayscale: #AEAEAE. Windows color (decimal): -2058328 or 11048928. OLE color: 11048928.
HSL color Cylindrical-coordinate representation of color #E097A8: hue angle of 346.03º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E097A8 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 168 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.12 |
| HSL | 346.03º | 0.54% | 0.74% | - |
| HSV(B) | 346.03º | 0.33% | 0.88% | - |
| XYZ | 48.87 | 40.81 | 42.35 | - |
| YUV | 174.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 168 | 0 | 0.33 | 0.25 | 0.12 | 346.03 | 0.54 | 0.74 |
| Hex | E0 | 97 | A8 | 0 | 21 | 19 | C | 15A | 36 | 4A |
| Octal | 340 | 227 | 250 | 0 | 41 | 31 | 14 | 532 | 66 | 112 |
| Binary | 11100000 | 10010111 | 10101000 | 0 | 100001 | 11001 | 1100 | 101011010 | 110110 | 1001010 |
Color Harmonies of #E097A8
Complementary color
Monochromatic Colors of #E097A8
Black with #E097A8
Text Example
Text Example
White with #E097A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097A8; }
p { color: rgb(224,151,168); }
H1.HeaderClassName
{
color: #E097A8;
}
.AnyTagClassName
{
color: #E097A8;
}
</style>
background-color css
<style>
a { background-color: #E097A8; }
a { background-color: rgb(224,151,168); }
div.DivClassName
{
background-color: #E097A8;
}
.BgClassName
{
background-color: #E097A8;
}
</style>
border-color css
<style>
span { border-color: #E097A8; }
span { border-color: rgb(224,151,168); }
td.TdClassName
{
border-color: #E097A8;
}
.TagClassName
{
border-color: #E097A8;
}
</style>