Shades of Kobi #E187AD
Tints of Kobi #E187AD
RGB
CMYK
RGB Variations
Color information
#E187AD (or 0xE187AD) is known color: Kobi. HEX triplet: E1, 87 and AD. RGB value is (225,135,173). Sum of RGB (Red+Green+Blue) = 225+135+173=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E187AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E187AD is #1E7852. Grayscale: #A6A6A6. Windows color (decimal): -1996883 or 11372513. OLE color: 11372513.
HSL color Cylindrical-coordinate representation of color #E187AD: hue angle of 334.67º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E187AD is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 173 | - |
| CMYK | 0 | 0.4 | 0.23 | 0.12 |
| HSL | 334.67º | 0.6% | 0.71% | - |
| HSV(B) | 334.67º | 0.4% | 0.88% | - |
| XYZ | 47.26 | 36.35 | 44.06 | - |
| YUV | 166.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 173 | 0 | 0.4 | 0.23 | 0.12 | 334.67 | 0.6 | 0.71 |
| Hex | E1 | 87 | AD | 0 | 28 | 17 | C | 14F | 3C | 47 |
| Octal | 341 | 207 | 255 | 0 | 50 | 27 | 14 | 517 | 74 | 107 |
| Binary | 11100001 | 10000111 | 10101101 | 0 | 101000 | 10111 | 1100 | 101001111 | 111100 | 1000111 |
Color Harmonies of #E187AD
Complementary color
Monochromatic Colors of #E187AD
Black with #E187AD
Text Example
Text Example
White with #E187AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187AD; }
p { color: rgb(225,135,173); }
H1.HeaderClassName
{
color: #E187AD;
}
.AnyTagClassName
{
color: #E187AD;
}
</style>
background-color css
<style>
a { background-color: #E187AD; }
a { background-color: rgb(225,135,173); }
div.DivClassName
{
background-color: #E187AD;
}
.BgClassName
{
background-color: #E187AD;
}
</style>
border-color css
<style>
span { border-color: #E187AD; }
span { border-color: rgb(225,135,173); }
td.TdClassName
{
border-color: #E187AD;
}
.TagClassName
{
border-color: #E187AD;
}
</style>