Shades of Kobi #E083B2
Tints of Kobi #E083B2
RGB
CMYK
RGB Variations
Color information
#E083B2 (or 0xE083B2) is known color: Kobi. HEX triplet: E0, 83 and B2. RGB value is (224,131,178). Sum of RGB (Red+Green+Blue) = 224+131+178=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E083B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E083B2 is #1F7C4D. Grayscale: #A4A4A4. Windows color (decimal): -2063438 or 11699168. OLE color: 11699168.
HSL color Cylindrical-coordinate representation of color #E083B2: hue angle of 329.68º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E083B2 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 178 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.12 |
| HSL | 329.68º | 0.6% | 0.7% | - |
| HSV(B) | 329.68º | 0.42% | 0.88% | - |
| XYZ | 46.89 | 35.29 | 46.46 | - |
| YUV | 164.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 178 | 0 | 0.42 | 0.21 | 0.12 | 329.68 | 0.6 | 0.7 |
| Hex | E0 | 83 | B2 | 0 | 2A | 15 | C | 14A | 3C | 46 |
| Octal | 340 | 203 | 262 | 0 | 52 | 25 | 14 | 512 | 74 | 106 |
| Binary | 11100000 | 10000011 | 10110010 | 0 | 101010 | 10101 | 1100 | 101001010 | 111100 | 1000110 |
Color Harmonies of #E083B2
Complementary color
Monochromatic Colors of #E083B2
Black with #E083B2
Text Example
Text Example
White with #E083B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E083B2; }
p { color: rgb(224,131,178); }
H1.HeaderClassName
{
color: #E083B2;
}
.AnyTagClassName
{
color: #E083B2;
}
</style>
background-color css
<style>
a { background-color: #E083B2; }
a { background-color: rgb(224,131,178); }
div.DivClassName
{
background-color: #E083B2;
}
.BgClassName
{
background-color: #E083B2;
}
</style>
border-color css
<style>
span { border-color: #E083B2; }
span { border-color: rgb(224,131,178); }
td.TdClassName
{
border-color: #E083B2;
}
.TagClassName
{
border-color: #E083B2;
}
</style>