Shades of Kobi #E183AD
Tints of Kobi #E183AD
RGB
CMYK
RGB Variations
Color information
#E183AD (or 0xE183AD) is known color: Kobi. HEX triplet: E1, 83 and AD. RGB value is (225,131,173). Sum of RGB (Red+Green+Blue) = 225+131+173=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E183AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E183AD is #1E7C52. Grayscale: #A3A3A3. Windows color (decimal): -1997907 or 11371489. OLE color: 11371489.
HSL color Cylindrical-coordinate representation of color #E183AD: hue angle of 333.19º 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 #E183AD is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 173 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.12 |
| HSL | 333.19º | 0.61% | 0.7% | - |
| HSV(B) | 333.19º | 0.42% | 0.88% | - |
| XYZ | 46.71 | 35.26 | 43.88 | - |
| YUV | 163.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 173 | 0 | 0.42 | 0.23 | 0.12 | 333.19 | 0.61 | 0.7 |
| Hex | E1 | 83 | AD | 0 | 2A | 17 | C | 14D | 3D | 46 |
| Octal | 341 | 203 | 255 | 0 | 52 | 27 | 14 | 515 | 75 | 106 |
| Binary | 11100001 | 10000011 | 10101101 | 0 | 101010 | 10111 | 1100 | 101001101 | 111101 | 1000110 |
Color Harmonies of #E183AD
Complementary color
Monochromatic Colors of #E183AD
Black with #E183AD
Text Example
Text Example
White with #E183AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183AD; }
p { color: rgb(225,131,173); }
H1.HeaderClassName
{
color: #E183AD;
}
.AnyTagClassName
{
color: #E183AD;
}
</style>
background-color css
<style>
a { background-color: #E183AD; }
a { background-color: rgb(225,131,173); }
div.DivClassName
{
background-color: #E183AD;
}
.BgClassName
{
background-color: #E183AD;
}
</style>
border-color css
<style>
span { border-color: #E183AD; }
span { border-color: rgb(225,131,173); }
td.TdClassName
{
border-color: #E183AD;
}
.TagClassName
{
border-color: #E183AD;
}
</style>