Shades of Kobi #E099AD
Tints of Kobi #E099AD
RGB
CMYK
RGB Variations
Color information
#E099AD (or 0xE099AD) is known color: Kobi. HEX triplet: E0, 99 and AD. RGB value is (224,153,173). Sum of RGB (Red+Green+Blue) = 224+153+173=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E099AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E099AD is #1F6652. Grayscale: #B0B0B0. Windows color (decimal): -2057811 or 11377120. OLE color: 11377120.
HSL color Cylindrical-coordinate representation of color #E099AD: hue angle of 343.1º degrees, saturation: 0.53, 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 #E099AD is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 173 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.12 |
| HSL | 343.1º | 0.53% | 0.74% | - |
| HSV(B) | 343.1º | 0.32% | 0.88% | - |
| XYZ | 49.67 | 41.65 | 44.96 | - |
| YUV | 176.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 173 | 0 | 0.32 | 0.23 | 0.12 | 343.1 | 0.53 | 0.74 |
| Hex | E0 | 99 | AD | 0 | 20 | 17 | C | 157 | 35 | 4A |
| Octal | 340 | 231 | 255 | 0 | 40 | 27 | 14 | 527 | 65 | 112 |
| Binary | 11100000 | 10011001 | 10101101 | 0 | 100000 | 10111 | 1100 | 101010111 | 110101 | 1001010 |
Color Harmonies of #E099AD
Complementary color
Monochromatic Colors of #E099AD
Black with #E099AD
Text Example
Text Example
White with #E099AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099AD; }
p { color: rgb(224,153,173); }
H1.HeaderClassName
{
color: #E099AD;
}
.AnyTagClassName
{
color: #E099AD;
}
</style>
background-color css
<style>
a { background-color: #E099AD; }
a { background-color: rgb(224,153,173); }
div.DivClassName
{
background-color: #E099AD;
}
.BgClassName
{
background-color: #E099AD;
}
</style>
border-color css
<style>
span { border-color: #E099AD; }
span { border-color: rgb(224,153,173); }
td.TdClassName
{
border-color: #E099AD;
}
.TagClassName
{
border-color: #E099AD;
}
</style>