Shades of Kobi #E182AF
Tints of Kobi #E182AF
RGB
CMYK
RGB Variations
Color information
#E182AF (or 0xE182AF) is known color: Kobi. HEX triplet: E1, 82 and AF. RGB value is (225,130,175). Sum of RGB (Red+Green+Blue) = 225+130+175=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E182AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182AF is #1E7D50. Grayscale: #A3A3A3. Windows color (decimal): -1998161 or 11502305. OLE color: 11502305.
HSL color Cylindrical-coordinate representation of color #E182AF: hue angle of 331.58º degrees, saturation: 0.61, 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 #E182AF is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 175 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.12 |
| HSL | 331.58º | 0.61% | 0.7% | - |
| HSV(B) | 331.58º | 0.42% | 0.88% | - |
| XYZ | 46.77 | 35.07 | 44.86 | - |
| YUV | 163.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 175 | 0 | 0.42 | 0.22 | 0.12 | 331.58 | 0.61 | 0.7 |
| Hex | E1 | 82 | AF | 0 | 2A | 16 | C | 14C | 3D | 46 |
| Octal | 341 | 202 | 257 | 0 | 52 | 26 | 14 | 514 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10101111 | 0 | 101010 | 10110 | 1100 | 101001100 | 111101 | 1000110 |
Color Harmonies of #E182AF
Complementary color
Monochromatic Colors of #E182AF
Black with #E182AF
Text Example
Text Example
White with #E182AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182AF; }
p { color: rgb(225,130,175); }
H1.HeaderClassName
{
color: #E182AF;
}
.AnyTagClassName
{
color: #E182AF;
}
</style>
background-color css
<style>
a { background-color: #E182AF; }
a { background-color: rgb(225,130,175); }
div.DivClassName
{
background-color: #E182AF;
}
.BgClassName
{
background-color: #E182AF;
}
</style>
border-color css
<style>
span { border-color: #E182AF; }
span { border-color: rgb(225,130,175); }
td.TdClassName
{
border-color: #E182AF;
}
.TagClassName
{
border-color: #E182AF;
}
</style>