Shades of Kobi #E08CAF
Tints of Kobi #E08CAF
RGB
CMYK
RGB Variations
Color information
#E08CAF (or 0xE08CAF) is known color: Kobi. HEX triplet: E0, 8C and AF. RGB value is (224,140,175). Sum of RGB (Red+Green+Blue) = 224+140+175=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08CAF is #1F7350. Grayscale: #A9A9A9. Windows color (decimal): -2061137 or 11504864. OLE color: 11504864.
HSL color Cylindrical-coordinate representation of color #E08CAF: hue angle of 335º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08CAF is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 175 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.12 |
| HSL | 335º | 0.58% | 0.71% | - |
| HSV(B) | 335º | 0.38% | 0.88% | - |
| XYZ | 47.86 | 37.7 | 45.31 | - |
| YUV | 169.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 175 | 0 | 0.38 | 0.22 | 0.12 | 335 | 0.58 | 0.71 |
| Hex | E0 | 8C | AF | 0 | 26 | 16 | C | 14F | 3A | 47 |
| Octal | 340 | 214 | 257 | 0 | 46 | 26 | 14 | 517 | 72 | 107 |
| Binary | 11100000 | 10001100 | 10101111 | 0 | 100110 | 10110 | 1100 | 101001111 | 111010 | 1000111 |
Color Harmonies of #E08CAF
Complementary color
Monochromatic Colors of #E08CAF
Black with #E08CAF
Text Example
Text Example
White with #E08CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08CAF; }
p { color: rgb(224,140,175); }
H1.HeaderClassName
{
color: #E08CAF;
}
.AnyTagClassName
{
color: #E08CAF;
}
</style>
background-color css
<style>
a { background-color: #E08CAF; }
a { background-color: rgb(224,140,175); }
div.DivClassName
{
background-color: #E08CAF;
}
.BgClassName
{
background-color: #E08CAF;
}
</style>
border-color css
<style>
span { border-color: #E08CAF; }
span { border-color: rgb(224,140,175); }
td.TdClassName
{
border-color: #E08CAF;
}
.TagClassName
{
border-color: #E08CAF;
}
</style>