Shades of Kobi #E08FA0
Tints of Kobi #E08FA0
RGB
CMYK
RGB Variations
Color information
#E08FA0 (or 0xE08FA0) is known color: Kobi. HEX triplet: E0, 8F and A0. RGB value is (224,143,160). Sum of RGB (Red+Green+Blue) = 224+143+160=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08FA0 is #1F705F. Grayscale: #A9A9A9. Windows color (decimal): -2060384 or 10522592. OLE color: 10522592.
HSL color Cylindrical-coordinate representation of color #E08FA0: hue angle of 347.41º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E08FA0 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 160 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.12 |
| HSL | 347.41º | 0.57% | 0.72% | - |
| HSV(B) | 347.41º | 0.36% | 0.88% | - |
| XYZ | 46.91 | 38.03 | 38.13 | - |
| YUV | 169.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 160 | 0 | 0.36 | 0.29 | 0.12 | 347.41 | 0.57 | 0.72 |
| Hex | E0 | 8F | A0 | 0 | 24 | 1D | C | 15B | 39 | 48 |
| Octal | 340 | 217 | 240 | 0 | 44 | 35 | 14 | 533 | 71 | 110 |
| Binary | 11100000 | 10001111 | 10100000 | 0 | 100100 | 11101 | 1100 | 101011011 | 111001 | 1001000 |
Color Harmonies of #E08FA0
Complementary color
Monochromatic Colors of #E08FA0
Black with #E08FA0
Text Example
Text Example
White with #E08FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FA0; }
p { color: rgb(224,143,160); }
H1.HeaderClassName
{
color: #E08FA0;
}
.AnyTagClassName
{
color: #E08FA0;
}
</style>
background-color css
<style>
a { background-color: #E08FA0; }
a { background-color: rgb(224,143,160); }
div.DivClassName
{
background-color: #E08FA0;
}
.BgClassName
{
background-color: #E08FA0;
}
</style>
border-color css
<style>
span { border-color: #E08FA0; }
span { border-color: rgb(224,143,160); }
td.TdClassName
{
border-color: #E08FA0;
}
.TagClassName
{
border-color: #E08FA0;
}
</style>