Shades of Kobi #E191AD
Tints of Kobi #E191AD
RGB
CMYK
RGB Variations
Color information
#E191AD (or 0xE191AD) is known color: Kobi. HEX triplet: E1, 91 and AD. RGB value is (225,145,173). Sum of RGB (Red+Green+Blue) = 225+145+173=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E191AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E191AD is #1E6E52. Grayscale: #ACACAC. Windows color (decimal): -1994323 or 11375073. OLE color: 11375073.
HSL color Cylindrical-coordinate representation of color #E191AD: hue angle of 339º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191AD is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 173 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.12 |
| HSL | 339º | 0.57% | 0.73% | - |
| HSV(B) | 339º | 0.36% | 0.88% | - |
| XYZ | 48.72 | 39.28 | 44.55 | - |
| YUV | 172.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 173 | 0 | 0.36 | 0.23 | 0.12 | 339 | 0.57 | 0.73 |
| Hex | E1 | 91 | AD | 0 | 24 | 17 | C | 153 | 39 | 49 |
| Octal | 341 | 221 | 255 | 0 | 44 | 27 | 14 | 523 | 71 | 111 |
| Binary | 11100001 | 10010001 | 10101101 | 0 | 100100 | 10111 | 1100 | 101010011 | 111001 | 1001001 |
Color Harmonies of #E191AD
Complementary color
Monochromatic Colors of #E191AD
Black with #E191AD
Text Example
Text Example
White with #E191AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191AD; }
p { color: rgb(225,145,173); }
H1.HeaderClassName
{
color: #E191AD;
}
.AnyTagClassName
{
color: #E191AD;
}
</style>
background-color css
<style>
a { background-color: #E191AD; }
a { background-color: rgb(225,145,173); }
div.DivClassName
{
background-color: #E191AD;
}
.BgClassName
{
background-color: #E191AD;
}
</style>
border-color css
<style>
span { border-color: #E191AD; }
span { border-color: rgb(225,145,173); }
td.TdClassName
{
border-color: #E191AD;
}
.TagClassName
{
border-color: #E191AD;
}
</style>