Shades of Kobi #E083AD
Tints of Kobi #E083AD
RGB
CMYK
RGB Variations
Color information
#E083AD (or 0xE083AD) is known color: Kobi. HEX triplet: E0, 83 and AD. RGB value is (224,131,173). Sum of RGB (Red+Green+Blue) = 224+131+173=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E083AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E083AD is #1F7C52. Grayscale: #A3A3A3. Windows color (decimal): -2063443 or 11371488. OLE color: 11371488.
HSL color Cylindrical-coordinate representation of color #E083AD: hue angle of 332.9º 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 #E083AD is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 173 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.12 |
| HSL | 332.9º | 0.6% | 0.7% | - |
| HSV(B) | 332.9º | 0.42% | 0.88% | - |
| XYZ | 46.4 | 35.1 | 43.86 | - |
| YUV | 163.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 173 | 0 | 0.42 | 0.23 | 0.12 | 332.9 | 0.6 | 0.7 |
| Hex | E0 | 83 | AD | 0 | 2A | 17 | C | 14D | 3C | 46 |
| Octal | 340 | 203 | 255 | 0 | 52 | 27 | 14 | 515 | 74 | 106 |
| Binary | 11100000 | 10000011 | 10101101 | 0 | 101010 | 10111 | 1100 | 101001101 | 111100 | 1000110 |
Color Harmonies of #E083AD
Complementary color
Monochromatic Colors of #E083AD
Black with #E083AD
Text Example
Text Example
White with #E083AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E083AD; }
p { color: rgb(224,131,173); }
H1.HeaderClassName
{
color: #E083AD;
}
.AnyTagClassName
{
color: #E083AD;
}
</style>
background-color css
<style>
a { background-color: #E083AD; }
a { background-color: rgb(224,131,173); }
div.DivClassName
{
background-color: #E083AD;
}
.BgClassName
{
background-color: #E083AD;
}
</style>
border-color css
<style>
span { border-color: #E083AD; }
span { border-color: rgb(224,131,173); }
td.TdClassName
{
border-color: #E083AD;
}
.TagClassName
{
border-color: #E083AD;
}
</style>