Shades of Kobi #E594B2
Tints of Kobi #E594B2
RGB
CMYK
RGB Variations
Color information
#E594B2 (or 0xE594B2) is known color: Kobi. HEX triplet: E5, 94 and B2. RGB value is (229,148,178). Sum of RGB (Red+Green+Blue) = 229+148+178=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E594B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E594B2 is #1A6B4D. Grayscale: #AFAFAF. Windows color (decimal): -1731406 or 11703525. OLE color: 11703525.
HSL color Cylindrical-coordinate representation of color #E594B2: hue angle of 337.78º 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 #E594B2 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 178 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.10 |
| HSL | 337.78º | 0.61% | 0.74% | - |
| HSV(B) | 337.78º | 0.35% | 0.9% | - |
| XYZ | 50.94 | 41.05 | 47.36 | - |
| YUV | 175.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 178 | 0 | 0.35 | 0.22 | 0.10 | 337.78 | 0.61 | 0.74 |
| Hex | E5 | 94 | B2 | 0 | 23 | 16 | A | 152 | 3D | 4A |
| Octal | 345 | 224 | 262 | 0 | 43 | 26 | 12 | 522 | 75 | 112 |
| Binary | 11100101 | 10010100 | 10110010 | 0 | 100011 | 10110 | 1010 | 101010010 | 111101 | 1001010 |
Color Harmonies of #E594B2
Complementary color
Monochromatic Colors of #E594B2
Black with #E594B2
Text Example
Text Example
White with #E594B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594B2; }
p { color: rgb(229,148,178); }
H1.HeaderClassName
{
color: #E594B2;
}
.AnyTagClassName
{
color: #E594B2;
}
</style>
background-color css
<style>
a { background-color: #E594B2; }
a { background-color: rgb(229,148,178); }
div.DivClassName
{
background-color: #E594B2;
}
.BgClassName
{
background-color: #E594B2;
}
</style>
border-color css
<style>
span { border-color: #E594B2; }
span { border-color: rgb(229,148,178); }
td.TdClassName
{
border-color: #E594B2;
}
.TagClassName
{
border-color: #E594B2;
}
</style>