Shades of Kobi #E08EAD
Tints of Kobi #E08EAD
RGB
CMYK
RGB Variations
Color information
#E08EAD (or 0xE08EAD) is known color: Kobi. HEX triplet: E0, 8E and AD. RGB value is (224,142,173). Sum of RGB (Red+Green+Blue) = 224+142+173=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08EAD is #1F7152. Grayscale: #AAAAAA. Windows color (decimal): -2060627 or 11374304. OLE color: 11374304.
HSL color Cylindrical-coordinate representation of color #E08EAD: hue angle of 337.32º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08EAD is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 173 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.12 |
| HSL | 337.32º | 0.57% | 0.72% | - |
| HSV(B) | 337.32º | 0.37% | 0.88% | - |
| XYZ | 47.96 | 38.21 | 44.38 | - |
| YUV | 170.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 173 | 0 | 0.37 | 0.23 | 0.12 | 337.32 | 0.57 | 0.72 |
| Hex | E0 | 8E | AD | 0 | 25 | 17 | C | 151 | 39 | 48 |
| Octal | 340 | 216 | 255 | 0 | 45 | 27 | 14 | 521 | 71 | 110 |
| Binary | 11100000 | 10001110 | 10101101 | 0 | 100101 | 10111 | 1100 | 101010001 | 111001 | 1001000 |
Color Harmonies of #E08EAD
Complementary color
Monochromatic Colors of #E08EAD
Black with #E08EAD
Text Example
Text Example
White with #E08EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EAD; }
p { color: rgb(224,142,173); }
H1.HeaderClassName
{
color: #E08EAD;
}
.AnyTagClassName
{
color: #E08EAD;
}
</style>
background-color css
<style>
a { background-color: #E08EAD; }
a { background-color: rgb(224,142,173); }
div.DivClassName
{
background-color: #E08EAD;
}
.BgClassName
{
background-color: #E08EAD;
}
</style>
border-color css
<style>
span { border-color: #E08EAD; }
span { border-color: rgb(224,142,173); }
td.TdClassName
{
border-color: #E08EAD;
}
.TagClassName
{
border-color: #E08EAD;
}
</style>