Shades of Kobi #E08FAC
Tints of Kobi #E08FAC
RGB
CMYK
RGB Variations
Color information
#E08FAC (or 0xE08FAC) is known color: Kobi. HEX triplet: E0, 8F and AC. RGB value is (224,143,172). Sum of RGB (Red+Green+Blue) = 224+143+172=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08FAC is #1F7053. Grayscale: #AAAAAA. Windows color (decimal): -2060372 or 11309024. OLE color: 11309024.
HSL color Cylindrical-coordinate representation of color #E08FAC: hue angle of 338.52º 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 #E08FAC is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 172 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.12 |
| HSL | 338.52º | 0.57% | 0.72% | - |
| HSV(B) | 338.52º | 0.36% | 0.88% | - |
| XYZ | 48.01 | 38.47 | 43.92 | - |
| YUV | 170.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 172 | 0 | 0.36 | 0.23 | 0.12 | 338.52 | 0.57 | 0.72 |
| Hex | E0 | 8F | AC | 0 | 24 | 17 | C | 153 | 39 | 48 |
| Octal | 340 | 217 | 254 | 0 | 44 | 27 | 14 | 523 | 71 | 110 |
| Binary | 11100000 | 10001111 | 10101100 | 0 | 100100 | 10111 | 1100 | 101010011 | 111001 | 1001000 |
Color Harmonies of #E08FAC
Complementary color
Monochromatic Colors of #E08FAC
Black with #E08FAC
Text Example
Text Example
White with #E08FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FAC; }
p { color: rgb(224,143,172); }
H1.HeaderClassName
{
color: #E08FAC;
}
.AnyTagClassName
{
color: #E08FAC;
}
</style>
background-color css
<style>
a { background-color: #E08FAC; }
a { background-color: rgb(224,143,172); }
div.DivClassName
{
background-color: #E08FAC;
}
.BgClassName
{
background-color: #E08FAC;
}
</style>
border-color css
<style>
span { border-color: #E08FAC; }
span { border-color: rgb(224,143,172); }
td.TdClassName
{
border-color: #E08FAC;
}
.TagClassName
{
border-color: #E08FAC;
}
</style>