Shades of Kobi #E598AD
Tints of Kobi #E598AD
RGB
CMYK
RGB Variations
Color information
#E598AD (or 0xE598AD) is known color: Kobi. HEX triplet: E5, 98 and AD. RGB value is (229,152,173). Sum of RGB (Red+Green+Blue) = 229+152+173=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E598AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E598AD is #1A6752. Grayscale: #B1B1B1. Windows color (decimal): -1730387 or 11376869. OLE color: 11376869.
HSL color Cylindrical-coordinate representation of color #E598AD: hue angle of 343.64º 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 #E598AD is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 173 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.10 |
| HSL | 343.64º | 0.6% | 0.75% | - |
| HSV(B) | 343.64º | 0.34% | 0.9% | - |
| XYZ | 51.08 | 42.13 | 44.97 | - |
| YUV | 177.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 173 | 0 | 0.34 | 0.24 | 0.10 | 343.64 | 0.6 | 0.75 |
| Hex | E5 | 98 | AD | 0 | 22 | 18 | A | 158 | 3C | 4B |
| Octal | 345 | 230 | 255 | 0 | 42 | 30 | 12 | 530 | 74 | 113 |
| Binary | 11100101 | 10011000 | 10101101 | 0 | 100010 | 11000 | 1010 | 101011000 | 111100 | 1001011 |
Color Harmonies of #E598AD
Complementary color
Monochromatic Colors of #E598AD
Black with #E598AD
Text Example
Text Example
White with #E598AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598AD; }
p { color: rgb(229,152,173); }
H1.HeaderClassName
{
color: #E598AD;
}
.AnyTagClassName
{
color: #E598AD;
}
</style>
background-color css
<style>
a { background-color: #E598AD; }
a { background-color: rgb(229,152,173); }
div.DivClassName
{
background-color: #E598AD;
}
.BgClassName
{
background-color: #E598AD;
}
</style>
border-color css
<style>
span { border-color: #E598AD; }
span { border-color: rgb(229,152,173); }
td.TdClassName
{
border-color: #E598AD;
}
.TagClassName
{
border-color: #E598AD;
}
</style>