Shades of Kobi #E083AA
Tints of Kobi #E083AA
RGB
CMYK
RGB Variations
Color information
#E083AA (or 0xE083AA) is known color: Kobi. HEX triplet: E0, 83 and AA. RGB value is (224,131,170). Sum of RGB (Red+Green+Blue) = 224+131+170=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E083AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E083AA is #1F7C55. Grayscale: #A3A3A3. Windows color (decimal): -2063446 or 11174880. OLE color: 11174880.
HSL color Cylindrical-coordinate representation of color #E083AA: hue angle of 334.84º 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 #E083AA is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 170 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.12 |
| HSL | 334.84º | 0.6% | 0.7% | - |
| HSV(B) | 334.84º | 0.42% | 0.88% | - |
| XYZ | 46.11 | 34.98 | 42.35 | - |
| YUV | 163.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 170 | 0 | 0.42 | 0.24 | 0.12 | 334.84 | 0.6 | 0.7 |
| Hex | E0 | 83 | AA | 0 | 2A | 18 | C | 14F | 3C | 46 |
| Octal | 340 | 203 | 252 | 0 | 52 | 30 | 14 | 517 | 74 | 106 |
| Binary | 11100000 | 10000011 | 10101010 | 0 | 101010 | 11000 | 1100 | 101001111 | 111100 | 1000110 |
Color Harmonies of #E083AA
Complementary color
Monochromatic Colors of #E083AA
Black with #E083AA
Text Example
Text Example
White with #E083AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E083AA; }
p { color: rgb(224,131,170); }
H1.HeaderClassName
{
color: #E083AA;
}
.AnyTagClassName
{
color: #E083AA;
}
</style>
background-color css
<style>
a { background-color: #E083AA; }
a { background-color: rgb(224,131,170); }
div.DivClassName
{
background-color: #E083AA;
}
.BgClassName
{
background-color: #E083AA;
}
</style>
border-color css
<style>
span { border-color: #E083AA; }
span { border-color: rgb(224,131,170); }
td.TdClassName
{
border-color: #E083AA;
}
.TagClassName
{
border-color: #E083AA;
}
</style>