Shades of Kobi #E598B4
Tints of Kobi #E598B4
RGB
CMYK
RGB Variations
Color information
#E598B4 (or 0xE598B4) is known color: Kobi. HEX triplet: E5, 98 and B4. RGB value is (229,152,180). Sum of RGB (Red+Green+Blue) = 229+152+180=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E598B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598B4 is #1A674B. Grayscale: #B2B2B2. Windows color (decimal): -1730380 or 11835621. OLE color: 11835621.
HSL color Cylindrical-coordinate representation of color #E598B4: hue angle of 338.18º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E598B4 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 180 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.10 |
| HSL | 338.18º | 0.6% | 0.75% | - |
| HSV(B) | 338.18º | 0.34% | 0.9% | - |
| XYZ | 51.78 | 42.41 | 48.64 | - |
| YUV | 178.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 180 | 0 | 0.34 | 0.21 | 0.10 | 338.18 | 0.6 | 0.75 |
| Hex | E5 | 98 | B4 | 0 | 22 | 15 | A | 152 | 3C | 4B |
| Octal | 345 | 230 | 264 | 0 | 42 | 25 | 12 | 522 | 74 | 113 |
| Binary | 11100101 | 10011000 | 10110100 | 0 | 100010 | 10101 | 1010 | 101010010 | 111100 | 1001011 |
Color Harmonies of #E598B4
Complementary color
Monochromatic Colors of #E598B4
Black with #E598B4
Text Example
Text Example
White with #E598B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598B4; }
p { color: rgb(229,152,180); }
H1.HeaderClassName
{
color: #E598B4;
}
.AnyTagClassName
{
color: #E598B4;
}
</style>
background-color css
<style>
a { background-color: #E598B4; }
a { background-color: rgb(229,152,180); }
div.DivClassName
{
background-color: #E598B4;
}
.BgClassName
{
background-color: #E598B4;
}
</style>
border-color css
<style>
span { border-color: #E598B4; }
span { border-color: rgb(229,152,180); }
td.TdClassName
{
border-color: #E598B4;
}
.TagClassName
{
border-color: #E598B4;
}
</style>