Shades of Kobi #E182AD
Tints of Kobi #E182AD
RGB
CMYK
RGB Variations
Color information
#E182AD (or 0xE182AD) is known color: Kobi. HEX triplet: E1, 82 and AD. RGB value is (225,130,173). Sum of RGB (Red+Green+Blue) = 225+130+173=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E182AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182AD is #1E7D52. Grayscale: #A3A3A3. Windows color (decimal): -1998163 or 11371233. OLE color: 11371233.
HSL color Cylindrical-coordinate representation of color #E182AD: hue angle of 332.84º 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 #E182AD is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 173 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.12 |
| HSL | 332.84º | 0.61% | 0.7% | - |
| HSV(B) | 332.84º | 0.42% | 0.88% | - |
| XYZ | 46.58 | 34.99 | 43.83 | - |
| YUV | 163.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 173 | 0 | 0.42 | 0.23 | 0.12 | 332.84 | 0.61 | 0.7 |
| Hex | E1 | 82 | AD | 0 | 2A | 17 | C | 14D | 3D | 46 |
| Octal | 341 | 202 | 255 | 0 | 52 | 27 | 14 | 515 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10101101 | 0 | 101010 | 10111 | 1100 | 101001101 | 111101 | 1000110 |
Color Harmonies of #E182AD
Complementary color
Monochromatic Colors of #E182AD
Black with #E182AD
Text Example
Text Example
White with #E182AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182AD; }
p { color: rgb(225,130,173); }
H1.HeaderClassName
{
color: #E182AD;
}
.AnyTagClassName
{
color: #E182AD;
}
</style>
background-color css
<style>
a { background-color: #E182AD; }
a { background-color: rgb(225,130,173); }
div.DivClassName
{
background-color: #E182AD;
}
.BgClassName
{
background-color: #E182AD;
}
</style>
border-color css
<style>
span { border-color: #E182AD; }
span { border-color: rgb(225,130,173); }
td.TdClassName
{
border-color: #E182AD;
}
.TagClassName
{
border-color: #E182AD;
}
</style>