Shades of Kobi #E184B3
Tints of Kobi #E184B3
RGB
CMYK
RGB Variations
Color information
#E184B3 (or 0xE184B3) is known color: Kobi. HEX triplet: E1, 84 and B3. RGB value is (225,132,179). Sum of RGB (Red+Green+Blue) = 225+132+179=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E184B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184B3 is #1E7B4C. Grayscale: #A5A5A5. Windows color (decimal): -1997645 or 11764961. OLE color: 11764961.
HSL color Cylindrical-coordinate representation of color #E184B3: hue angle of 329.68º 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 #E184B3 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 179 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.12 |
| HSL | 329.68º | 0.61% | 0.7% | - |
| HSV(B) | 329.68º | 0.41% | 0.88% | - |
| XYZ | 47.44 | 35.76 | 47.05 | - |
| YUV | 165.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 179 | 0 | 0.41 | 0.20 | 0.12 | 329.68 | 0.61 | 0.7 |
| Hex | E1 | 84 | B3 | 0 | 29 | 14 | C | 14A | 3D | 46 |
| Octal | 341 | 204 | 263 | 0 | 51 | 24 | 14 | 512 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10110011 | 0 | 101001 | 10100 | 1100 | 101001010 | 111101 | 1000110 |
Color Harmonies of #E184B3
Complementary color
Monochromatic Colors of #E184B3
Black with #E184B3
Text Example
Text Example
White with #E184B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184B3; }
p { color: rgb(225,132,179); }
H1.HeaderClassName
{
color: #E184B3;
}
.AnyTagClassName
{
color: #E184B3;
}
</style>
background-color css
<style>
a { background-color: #E184B3; }
a { background-color: rgb(225,132,179); }
div.DivClassName
{
background-color: #E184B3;
}
.BgClassName
{
background-color: #E184B3;
}
</style>
border-color css
<style>
span { border-color: #E184B3; }
span { border-color: rgb(225,132,179); }
td.TdClassName
{
border-color: #E184B3;
}
.TagClassName
{
border-color: #E184B3;
}
</style>