Shades of Kobi #E184AF
Tints of Kobi #E184AF
RGB
CMYK
RGB Variations
Color information
#E184AF (or 0xE184AF) is known color: Kobi. HEX triplet: E1, 84 and AF. RGB value is (225,132,175). Sum of RGB (Red+Green+Blue) = 225+132+175=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E184AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E184AF is #1E7B50. Grayscale: #A4A4A4. Windows color (decimal): -1997649 or 11502817. OLE color: 11502817.
HSL color Cylindrical-coordinate representation of color #E184AF: hue angle of 332.26º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E184AF is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 175 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.12 |
| HSL | 332.26º | 0.61% | 0.7% | - |
| HSV(B) | 332.26º | 0.41% | 0.88% | - |
| XYZ | 47.04 | 35.61 | 44.95 | - |
| YUV | 164.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 175 | 0 | 0.41 | 0.22 | 0.12 | 332.26 | 0.61 | 0.7 |
| Hex | E1 | 84 | AF | 0 | 29 | 16 | C | 14C | 3D | 46 |
| Octal | 341 | 204 | 257 | 0 | 51 | 26 | 14 | 514 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10101111 | 0 | 101001 | 10110 | 1100 | 101001100 | 111101 | 1000110 |
Color Harmonies of #E184AF
Complementary color
Monochromatic Colors of #E184AF
Black with #E184AF
Text Example
Text Example
White with #E184AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184AF; }
p { color: rgb(225,132,175); }
H1.HeaderClassName
{
color: #E184AF;
}
.AnyTagClassName
{
color: #E184AF;
}
</style>
background-color css
<style>
a { background-color: #E184AF; }
a { background-color: rgb(225,132,175); }
div.DivClassName
{
background-color: #E184AF;
}
.BgClassName
{
background-color: #E184AF;
}
</style>
border-color css
<style>
span { border-color: #E184AF; }
span { border-color: rgb(225,132,175); }
td.TdClassName
{
border-color: #E184AF;
}
.TagClassName
{
border-color: #E184AF;
}
</style>