Shades of Kobi #E082AF
Tints of Kobi #E082AF
RGB
CMYK
RGB Variations
Color information
#E082AF (or 0xE082AF) is known color: Kobi. HEX triplet: E0, 82 and AF. RGB value is (224,130,175). Sum of RGB (Red+Green+Blue) = 224+130+175=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E082AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E082AF is #1F7D50. Grayscale: #A3A3A3. Windows color (decimal): -2063697 or 11502304. OLE color: 11502304.
HSL color Cylindrical-coordinate representation of color #E082AF: hue angle of 331.28º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E082AF is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 175 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.12 |
| HSL | 331.28º | 0.6% | 0.69% | - |
| HSV(B) | 331.28º | 0.42% | 0.88% | - |
| XYZ | 46.46 | 34.91 | 44.85 | - |
| YUV | 163.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 175 | 0 | 0.42 | 0.22 | 0.12 | 331.28 | 0.6 | 0.69 |
| Hex | E0 | 82 | AF | 0 | 2A | 16 | C | 14B | 3C | 45 |
| Octal | 340 | 202 | 257 | 0 | 52 | 26 | 14 | 513 | 74 | 105 |
| Binary | 11100000 | 10000010 | 10101111 | 0 | 101010 | 10110 | 1100 | 101001011 | 111100 | 1000101 |
Color Harmonies of #E082AF
Complementary color
Monochromatic Colors of #E082AF
Black with #E082AF
Text Example
Text Example
White with #E082AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E082AF; }
p { color: rgb(224,130,175); }
H1.HeaderClassName
{
color: #E082AF;
}
.AnyTagClassName
{
color: #E082AF;
}
</style>
background-color css
<style>
a { background-color: #E082AF; }
a { background-color: rgb(224,130,175); }
div.DivClassName
{
background-color: #E082AF;
}
.BgClassName
{
background-color: #E082AF;
}
</style>
border-color css
<style>
span { border-color: #E082AF; }
span { border-color: rgb(224,130,175); }
td.TdClassName
{
border-color: #E082AF;
}
.TagClassName
{
border-color: #E082AF;
}
</style>