Shades of Kobi #E183B0
Tints of Kobi #E183B0
RGB
CMYK
RGB Variations
Color information
#E183B0 (or 0xE183B0) is known color: Kobi. HEX triplet: E1, 83 and B0. RGB value is (225,131,176). Sum of RGB (Red+Green+Blue) = 225+131+176=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E183B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E183B0 is #1E7C4F. Grayscale: #A4A4A4. Windows color (decimal): -1997904 or 11568097. OLE color: 11568097.
HSL color Cylindrical-coordinate representation of color #E183B0: hue angle of 331.28º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E183B0 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 176 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.12 |
| HSL | 331.28º | 0.61% | 0.7% | - |
| HSV(B) | 331.28º | 0.42% | 0.88% | - |
| XYZ | 47 | 35.37 | 45.42 | - |
| YUV | 164.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 176 | 0 | 0.42 | 0.22 | 0.12 | 331.28 | 0.61 | 0.7 |
| Hex | E1 | 83 | B0 | 0 | 2A | 16 | C | 14B | 3D | 46 |
| Octal | 341 | 203 | 260 | 0 | 52 | 26 | 14 | 513 | 75 | 106 |
| Binary | 11100001 | 10000011 | 10110000 | 0 | 101010 | 10110 | 1100 | 101001011 | 111101 | 1000110 |
Color Harmonies of #E183B0
Complementary color
Monochromatic Colors of #E183B0
Black with #E183B0
Text Example
Text Example
White with #E183B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183B0; }
p { color: rgb(225,131,176); }
H1.HeaderClassName
{
color: #E183B0;
}
.AnyTagClassName
{
color: #E183B0;
}
</style>
background-color css
<style>
a { background-color: #E183B0; }
a { background-color: rgb(225,131,176); }
div.DivClassName
{
background-color: #E183B0;
}
.BgClassName
{
background-color: #E183B0;
}
</style>
border-color css
<style>
span { border-color: #E183B0; }
span { border-color: rgb(225,131,176); }
td.TdClassName
{
border-color: #E183B0;
}
.TagClassName
{
border-color: #E183B0;
}
</style>