Shades of Kobi #E08FAF
Tints of Kobi #E08FAF
RGB
CMYK
RGB Variations
Color information
#E08FAF (or 0xE08FAF) is known color: Kobi. HEX triplet: E0, 8F and AF. RGB value is (224,143,175). Sum of RGB (Red+Green+Blue) = 224+143+175=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08FAF is #1F7050. Grayscale: #AAAAAA. Windows color (decimal): -2060369 or 11505632. OLE color: 11505632.
HSL color Cylindrical-coordinate representation of color #E08FAF: hue angle of 336.3º 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 #E08FAF is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 175 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.12 |
| HSL | 336.3º | 0.57% | 0.72% | - |
| HSV(B) | 336.3º | 0.36% | 0.88% | - |
| XYZ | 48.3 | 38.59 | 45.46 | - |
| YUV | 170.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 175 | 0 | 0.36 | 0.22 | 0.12 | 336.3 | 0.57 | 0.72 |
| Hex | E0 | 8F | AF | 0 | 24 | 16 | C | 150 | 39 | 48 |
| Octal | 340 | 217 | 257 | 0 | 44 | 26 | 14 | 520 | 71 | 110 |
| Binary | 11100000 | 10001111 | 10101111 | 0 | 100100 | 10110 | 1100 | 101010000 | 111001 | 1001000 |
Color Harmonies of #E08FAF
Complementary color
Monochromatic Colors of #E08FAF
Black with #E08FAF
Text Example
Text Example
White with #E08FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FAF; }
p { color: rgb(224,143,175); }
H1.HeaderClassName
{
color: #E08FAF;
}
.AnyTagClassName
{
color: #E08FAF;
}
</style>
background-color css
<style>
a { background-color: #E08FAF; }
a { background-color: rgb(224,143,175); }
div.DivClassName
{
background-color: #E08FAF;
}
.BgClassName
{
background-color: #E08FAF;
}
</style>
border-color css
<style>
span { border-color: #E08FAF; }
span { border-color: rgb(224,143,175); }
td.TdClassName
{
border-color: #E08FAF;
}
.TagClassName
{
border-color: #E08FAF;
}
</style>