Shades of Kobi #E594B0
Tints of Kobi #E594B0
RGB
CMYK
RGB Variations
Color information
#E594B0 (or 0xE594B0) is known color: Kobi. HEX triplet: E5, 94 and B0. RGB value is (229,148,176). Sum of RGB (Red+Green+Blue) = 229+148+176=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E594B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E594B0 is #1A6B4F. Grayscale: #AFAFAF. Windows color (decimal): -1731408 or 11572453. OLE color: 11572453.
HSL color Cylindrical-coordinate representation of color #E594B0: hue angle of 339.26º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E594B0 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 176 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.10 |
| HSL | 339.26º | 0.61% | 0.74% | - |
| HSV(B) | 339.26º | 0.35% | 0.9% | - |
| XYZ | 50.74 | 40.97 | 46.31 | - |
| YUV | 175.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 176 | 0 | 0.35 | 0.23 | 0.10 | 339.26 | 0.61 | 0.74 |
| Hex | E5 | 94 | B0 | 0 | 23 | 17 | A | 153 | 3D | 4A |
| Octal | 345 | 224 | 260 | 0 | 43 | 27 | 12 | 523 | 75 | 112 |
| Binary | 11100101 | 10010100 | 10110000 | 0 | 100011 | 10111 | 1010 | 101010011 | 111101 | 1001010 |
Color Harmonies of #E594B0
Complementary color
Monochromatic Colors of #E594B0
Black with #E594B0
Text Example
Text Example
White with #E594B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594B0; }
p { color: rgb(229,148,176); }
H1.HeaderClassName
{
color: #E594B0;
}
.AnyTagClassName
{
color: #E594B0;
}
</style>
background-color css
<style>
a { background-color: #E594B0; }
a { background-color: rgb(229,148,176); }
div.DivClassName
{
background-color: #E594B0;
}
.BgClassName
{
background-color: #E594B0;
}
</style>
border-color css
<style>
span { border-color: #E594B0; }
span { border-color: rgb(229,148,176); }
td.TdClassName
{
border-color: #E594B0;
}
.TagClassName
{
border-color: #E594B0;
}
</style>