Shades of Kobi #E184B2
Tints of Kobi #E184B2
RGB
CMYK
RGB Variations
Color information
#E184B2 (or 0xE184B2) is known color: Kobi. HEX triplet: E1, 84 and B2. RGB value is (225,132,178). Sum of RGB (Red+Green+Blue) = 225+132+178=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E184B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E184B2 is #1E7B4D. Grayscale: #A4A4A4. Windows color (decimal): -1997646 or 11699425. OLE color: 11699425.
HSL color Cylindrical-coordinate representation of color #E184B2: hue angle of 330.32º 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 #E184B2 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 178 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.12 |
| HSL | 330.32º | 0.61% | 0.7% | - |
| HSV(B) | 330.32º | 0.41% | 0.88% | - |
| XYZ | 47.34 | 35.72 | 46.52 | - |
| YUV | 165.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 178 | 0 | 0.41 | 0.21 | 0.12 | 330.32 | 0.61 | 0.7 |
| Hex | E1 | 84 | B2 | 0 | 29 | 15 | C | 14A | 3D | 46 |
| Octal | 341 | 204 | 262 | 0 | 51 | 25 | 14 | 512 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10110010 | 0 | 101001 | 10101 | 1100 | 101001010 | 111101 | 1000110 |
Color Harmonies of #E184B2
Complementary color
Monochromatic Colors of #E184B2
Black with #E184B2
Text Example
Text Example
White with #E184B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184B2; }
p { color: rgb(225,132,178); }
H1.HeaderClassName
{
color: #E184B2;
}
.AnyTagClassName
{
color: #E184B2;
}
</style>
background-color css
<style>
a { background-color: #E184B2; }
a { background-color: rgb(225,132,178); }
div.DivClassName
{
background-color: #E184B2;
}
.BgClassName
{
background-color: #E184B2;
}
</style>
border-color css
<style>
span { border-color: #E184B2; }
span { border-color: rgb(225,132,178); }
td.TdClassName
{
border-color: #E184B2;
}
.TagClassName
{
border-color: #E184B2;
}
</style>