Shades of Kobi #E098AA
Tints of Kobi #E098AA
RGB
CMYK
RGB Variations
Color information
#E098AA (or 0xE098AA) is known color: Kobi. HEX triplet: E0, 98 and AA. RGB value is (224,152,170). Sum of RGB (Red+Green+Blue) = 224+152+170=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E098AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E098AA is #1F6755. Grayscale: #AFAFAF. Windows color (decimal): -2058070 or 11180256. OLE color: 11180256.
HSL color Cylindrical-coordinate representation of color #E098AA: hue angle of 345º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E098AA is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 170 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.12 |
| HSL | 345º | 0.54% | 0.74% | - |
| HSV(B) | 345º | 0.32% | 0.88% | - |
| XYZ | 49.22 | 41.21 | 43.39 | - |
| YUV | 175.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 170 | 0 | 0.32 | 0.24 | 0.12 | 345 | 0.54 | 0.74 |
| Hex | E0 | 98 | AA | 0 | 20 | 18 | C | 159 | 36 | 4A |
| Octal | 340 | 230 | 252 | 0 | 40 | 30 | 14 | 531 | 66 | 112 |
| Binary | 11100000 | 10011000 | 10101010 | 0 | 100000 | 11000 | 1100 | 101011001 | 110110 | 1001010 |
Color Harmonies of #E098AA
Complementary color
Monochromatic Colors of #E098AA
Black with #E098AA
Text Example
Text Example
White with #E098AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098AA; }
p { color: rgb(224,152,170); }
H1.HeaderClassName
{
color: #E098AA;
}
.AnyTagClassName
{
color: #E098AA;
}
</style>
background-color css
<style>
a { background-color: #E098AA; }
a { background-color: rgb(224,152,170); }
div.DivClassName
{
background-color: #E098AA;
}
.BgClassName
{
background-color: #E098AA;
}
</style>
border-color css
<style>
span { border-color: #E098AA; }
span { border-color: rgb(224,152,170); }
td.TdClassName
{
border-color: #E098AA;
}
.TagClassName
{
border-color: #E098AA;
}
</style>