Shades of Kobi #E182A6
Tints of Kobi #E182A6
RGB
CMYK
RGB Variations
Color information
#E182A6 (or 0xE182A6) is known color: Kobi. HEX triplet: E1, 82 and A6. RGB value is (225,130,166). Sum of RGB (Red+Green+Blue) = 225+130+166=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E182A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182A6 is #1E7D59. Grayscale: #A2A2A2. Windows color (decimal): -1998170 or 10912481. OLE color: 10912481.
HSL color Cylindrical-coordinate representation of color #E182A6: hue angle of 337.26º 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 #E182A6 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 166 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.12 |
| HSL | 337.26º | 0.61% | 0.7% | - |
| HSV(B) | 337.26º | 0.42% | 0.88% | - |
| XYZ | 45.92 | 34.73 | 40.36 | - |
| YUV | 162.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 166 | 0 | 0.42 | 0.26 | 0.12 | 337.26 | 0.61 | 0.7 |
| Hex | E1 | 82 | A6 | 0 | 2A | 1A | C | 151 | 3D | 46 |
| Octal | 341 | 202 | 246 | 0 | 52 | 32 | 14 | 521 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10100110 | 0 | 101010 | 11010 | 1100 | 101010001 | 111101 | 1000110 |
Color Harmonies of #E182A6
Complementary color
Monochromatic Colors of #E182A6
Black with #E182A6
Text Example
Text Example
White with #E182A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182A6; }
p { color: rgb(225,130,166); }
H1.HeaderClassName
{
color: #E182A6;
}
.AnyTagClassName
{
color: #E182A6;
}
</style>
background-color css
<style>
a { background-color: #E182A6; }
a { background-color: rgb(225,130,166); }
div.DivClassName
{
background-color: #E182A6;
}
.BgClassName
{
background-color: #E182A6;
}
</style>
border-color css
<style>
span { border-color: #E182A6; }
span { border-color: rgb(225,130,166); }
td.TdClassName
{
border-color: #E182A6;
}
.TagClassName
{
border-color: #E182A6;
}
</style>