Shades of Kobi #E594B1
Tints of Kobi #E594B1
RGB
CMYK
RGB Variations
Color information
#E594B1 (or 0xE594B1) is known color: Kobi. HEX triplet: E5, 94 and B1. RGB value is (229,148,177). Sum of RGB (Red+Green+Blue) = 229+148+177=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E594B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E594B1 is #1A6B4E. Grayscale: #AFAFAF. Windows color (decimal): -1731407 or 11637989. OLE color: 11637989.
HSL color Cylindrical-coordinate representation of color #E594B1: hue angle of 338.52º 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 #E594B1 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 177 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.10 |
| HSL | 338.52º | 0.61% | 0.74% | - |
| HSV(B) | 338.52º | 0.35% | 0.9% | - |
| XYZ | 50.84 | 41.01 | 46.83 | - |
| YUV | 175.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 177 | 0 | 0.35 | 0.23 | 0.10 | 338.52 | 0.61 | 0.74 |
| Hex | E5 | 94 | B1 | 0 | 23 | 17 | A | 153 | 3D | 4A |
| Octal | 345 | 224 | 261 | 0 | 43 | 27 | 12 | 523 | 75 | 112 |
| Binary | 11100101 | 10010100 | 10110001 | 0 | 100011 | 10111 | 1010 | 101010011 | 111101 | 1001010 |
Color Harmonies of #E594B1
Complementary color
Monochromatic Colors of #E594B1
Black with #E594B1
Text Example
Text Example
White with #E594B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594B1; }
p { color: rgb(229,148,177); }
H1.HeaderClassName
{
color: #E594B1;
}
.AnyTagClassName
{
color: #E594B1;
}
</style>
background-color css
<style>
a { background-color: #E594B1; }
a { background-color: rgb(229,148,177); }
div.DivClassName
{
background-color: #E594B1;
}
.BgClassName
{
background-color: #E594B1;
}
</style>
border-color css
<style>
span { border-color: #E594B1; }
span { border-color: rgb(229,148,177); }
td.TdClassName
{
border-color: #E594B1;
}
.TagClassName
{
border-color: #E594B1;
}
</style>