Shades of Kobi #E08FB4
Tints of Kobi #E08FB4
RGB
CMYK
RGB Variations
Color information
#E08FB4 (or 0xE08FB4) is known color: Kobi. HEX triplet: E0, 8F and B4. RGB value is (224,143,180). Sum of RGB (Red+Green+Blue) = 224+143+180=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FB4 is #1F704B. Grayscale: #ABABAB. Windows color (decimal): -2060364 or 11833312. OLE color: 11833312.
HSL color Cylindrical-coordinate representation of color #E08FB4: hue angle of 332.59º 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 #E08FB4 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 180 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.12 |
| HSL | 332.59º | 0.57% | 0.72% | - |
| HSV(B) | 332.59º | 0.36% | 0.88% | - |
| XYZ | 48.8 | 38.79 | 48.09 | - |
| YUV | 171.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 180 | 0 | 0.36 | 0.20 | 0.12 | 332.59 | 0.57 | 0.72 |
| Hex | E0 | 8F | B4 | 0 | 24 | 14 | C | 14D | 39 | 48 |
| Octal | 340 | 217 | 264 | 0 | 44 | 24 | 14 | 515 | 71 | 110 |
| Binary | 11100000 | 10001111 | 10110100 | 0 | 100100 | 10100 | 1100 | 101001101 | 111001 | 1001000 |
Color Harmonies of #E08FB4
Complementary color
Monochromatic Colors of #E08FB4
Black with #E08FB4
Text Example
Text Example
White with #E08FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FB4; }
p { color: rgb(224,143,180); }
H1.HeaderClassName
{
color: #E08FB4;
}
.AnyTagClassName
{
color: #E08FB4;
}
</style>
background-color css
<style>
a { background-color: #E08FB4; }
a { background-color: rgb(224,143,180); }
div.DivClassName
{
background-color: #E08FB4;
}
.BgClassName
{
background-color: #E08FB4;
}
</style>
border-color css
<style>
span { border-color: #E08FB4; }
span { border-color: rgb(224,143,180); }
td.TdClassName
{
border-color: #E08FB4;
}
.TagClassName
{
border-color: #E08FB4;
}
</style>