Shades of Kobi #E593B0
Tints of Kobi #E593B0
RGB
CMYK
RGB Variations
Color information
#E593B0 (or 0xE593B0) is known color: Kobi. HEX triplet: E5, 93 and B0. RGB value is (229,147,176). Sum of RGB (Red+Green+Blue) = 229+147+176=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E593B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E593B0 is #1A6C4F. Grayscale: #AEAEAE. Windows color (decimal): -1731664 or 11572197. OLE color: 11572197.
HSL color Cylindrical-coordinate representation of color #E593B0: hue angle of 338.78º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E593B0 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 176 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.10 |
| HSL | 338.78º | 0.61% | 0.74% | - |
| HSV(B) | 338.78º | 0.36% | 0.9% | - |
| XYZ | 50.58 | 40.66 | 46.26 | - |
| YUV | 174.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 176 | 0 | 0.36 | 0.23 | 0.10 | 338.78 | 0.61 | 0.74 |
| Hex | E5 | 93 | B0 | 0 | 24 | 17 | A | 153 | 3D | 4A |
| Octal | 345 | 223 | 260 | 0 | 44 | 27 | 12 | 523 | 75 | 112 |
| Binary | 11100101 | 10010011 | 10110000 | 0 | 100100 | 10111 | 1010 | 101010011 | 111101 | 1001010 |
Color Harmonies of #E593B0
Complementary color
Monochromatic Colors of #E593B0
Black with #E593B0
Text Example
Text Example
White with #E593B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593B0; }
p { color: rgb(229,147,176); }
H1.HeaderClassName
{
color: #E593B0;
}
.AnyTagClassName
{
color: #E593B0;
}
</style>
background-color css
<style>
a { background-color: #E593B0; }
a { background-color: rgb(229,147,176); }
div.DivClassName
{
background-color: #E593B0;
}
.BgClassName
{
background-color: #E593B0;
}
</style>
border-color css
<style>
span { border-color: #E593B0; }
span { border-color: rgb(229,147,176); }
td.TdClassName
{
border-color: #E593B0;
}
.TagClassName
{
border-color: #E593B0;
}
</style>