Shades of Kobi #E080AA
Tints of Kobi #E080AA
RGB
CMYK
RGB Variations
Color information
#E080AA (or 0xE080AA) is known color: Kobi. HEX triplet: E0, 80 and AA. RGB value is (224,128,170). Sum of RGB (Red+Green+Blue) = 224+128+170=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E080AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080AA is #1F7F55. Grayscale: #A1A1A1. Windows color (decimal): -2064214 or 11174112. OLE color: 11174112.
HSL color Cylindrical-coordinate representation of color #E080AA: hue angle of 333.75º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E080AA is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 170 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.12 |
| HSL | 333.75º | 0.61% | 0.69% | - |
| HSV(B) | 333.75º | 0.43% | 0.88% | - |
| XYZ | 45.72 | 34.19 | 42.22 | - |
| YUV | 161.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 170 | 0 | 0.43 | 0.24 | 0.12 | 333.75 | 0.61 | 0.69 |
| Hex | E0 | 80 | AA | 0 | 2B | 18 | C | 14E | 3D | 45 |
| Octal | 340 | 200 | 252 | 0 | 53 | 30 | 14 | 516 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10101010 | 0 | 101011 | 11000 | 1100 | 101001110 | 111101 | 1000101 |
Color Harmonies of #E080AA
Complementary color
Monochromatic Colors of #E080AA
Black with #E080AA
Text Example
Text Example
White with #E080AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080AA; }
p { color: rgb(224,128,170); }
H1.HeaderClassName
{
color: #E080AA;
}
.AnyTagClassName
{
color: #E080AA;
}
</style>
background-color css
<style>
a { background-color: #E080AA; }
a { background-color: rgb(224,128,170); }
div.DivClassName
{
background-color: #E080AA;
}
.BgClassName
{
background-color: #E080AA;
}
</style>
border-color css
<style>
span { border-color: #E080AA; }
span { border-color: rgb(224,128,170); }
td.TdClassName
{
border-color: #E080AA;
}
.TagClassName
{
border-color: #E080AA;
}
</style>