Shades of Kobi #E594B3
Tints of Kobi #E594B3
RGB
CMYK
RGB Variations
Color information
#E594B3 (or 0xE594B3) is known color: Kobi. HEX triplet: E5, 94 and B3. RGB value is (229,148,179). Sum of RGB (Red+Green+Blue) = 229+148+179=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E594B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594B3 is #1A6B4C. Grayscale: #AFAFAF. Windows color (decimal): -1731405 or 11769061. OLE color: 11769061.
HSL color Cylindrical-coordinate representation of color #E594B3: hue angle of 337.04º 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 #E594B3 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 179 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.10 |
| HSL | 337.04º | 0.61% | 0.74% | - |
| HSV(B) | 337.04º | 0.35% | 0.9% | - |
| XYZ | 51.04 | 41.09 | 47.89 | - |
| YUV | 175.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 179 | 0 | 0.35 | 0.22 | 0.10 | 337.04 | 0.61 | 0.74 |
| Hex | E5 | 94 | B3 | 0 | 23 | 16 | A | 151 | 3D | 4A |
| Octal | 345 | 224 | 263 | 0 | 43 | 26 | 12 | 521 | 75 | 112 |
| Binary | 11100101 | 10010100 | 10110011 | 0 | 100011 | 10110 | 1010 | 101010001 | 111101 | 1001010 |
Color Harmonies of #E594B3
Complementary color
Monochromatic Colors of #E594B3
Black with #E594B3
Text Example
Text Example
White with #E594B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594B3; }
p { color: rgb(229,148,179); }
H1.HeaderClassName
{
color: #E594B3;
}
.AnyTagClassName
{
color: #E594B3;
}
</style>
background-color css
<style>
a { background-color: #E594B3; }
a { background-color: rgb(229,148,179); }
div.DivClassName
{
background-color: #E594B3;
}
.BgClassName
{
background-color: #E594B3;
}
</style>
border-color css
<style>
span { border-color: #E594B3; }
span { border-color: rgb(229,148,179); }
td.TdClassName
{
border-color: #E594B3;
}
.TagClassName
{
border-color: #E594B3;
}
</style>