Shades of Kobi #E08FB2
Tints of Kobi #E08FB2
RGB
CMYK
RGB Variations
Color information
#E08FB2 (or 0xE08FB2) is known color: Kobi. HEX triplet: E0, 8F and B2. RGB value is (224,143,178). Sum of RGB (Red+Green+Blue) = 224+143+178=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08FB2 is #1F704D. Grayscale: #ABABAB. Windows color (decimal): -2060366 or 11702240. OLE color: 11702240.
HSL color Cylindrical-coordinate representation of color #E08FB2: hue angle of 334.07º 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 #E08FB2 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 178 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.12 |
| HSL | 334.07º | 0.57% | 0.72% | - |
| HSV(B) | 334.07º | 0.36% | 0.88% | - |
| XYZ | 48.6 | 38.71 | 47.03 | - |
| YUV | 171.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 178 | 0 | 0.36 | 0.21 | 0.12 | 334.07 | 0.57 | 0.72 |
| Hex | E0 | 8F | B2 | 0 | 24 | 15 | C | 14E | 39 | 48 |
| Octal | 340 | 217 | 262 | 0 | 44 | 25 | 14 | 516 | 71 | 110 |
| Binary | 11100000 | 10001111 | 10110010 | 0 | 100100 | 10101 | 1100 | 101001110 | 111001 | 1001000 |
Color Harmonies of #E08FB2
Complementary color
Monochromatic Colors of #E08FB2
Black with #E08FB2
Text Example
Text Example
White with #E08FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FB2; }
p { color: rgb(224,143,178); }
H1.HeaderClassName
{
color: #E08FB2;
}
.AnyTagClassName
{
color: #E08FB2;
}
</style>
background-color css
<style>
a { background-color: #E08FB2; }
a { background-color: rgb(224,143,178); }
div.DivClassName
{
background-color: #E08FB2;
}
.BgClassName
{
background-color: #E08FB2;
}
</style>
border-color css
<style>
span { border-color: #E08FB2; }
span { border-color: rgb(224,143,178); }
td.TdClassName
{
border-color: #E08FB2;
}
.TagClassName
{
border-color: #E08FB2;
}
</style>