Shades of Kobi #E593A8
Tints of Kobi #E593A8
RGB
CMYK
RGB Variations
Color information
#E593A8 (or 0xE593A8) is known color: Kobi. HEX triplet: E5, 93 and A8. RGB value is (229,147,168). Sum of RGB (Red+Green+Blue) = 229+147+168=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E593A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E593A8 is #1A6C57. Grayscale: #ADADAD. Windows color (decimal): -1731672 or 11047909. OLE color: 11047909.
HSL color Cylindrical-coordinate representation of color #E593A8: hue angle of 344.63º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E593A8 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 168 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.10 |
| HSL | 344.63º | 0.61% | 0.74% | - |
| HSV(B) | 344.63º | 0.36% | 0.9% | - |
| XYZ | 49.81 | 40.35 | 42.21 | - |
| YUV | 173.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 168 | 0 | 0.36 | 0.27 | 0.10 | 344.63 | 0.61 | 0.74 |
| Hex | E5 | 93 | A8 | 0 | 24 | 1B | A | 159 | 3D | 4A |
| Octal | 345 | 223 | 250 | 0 | 44 | 33 | 12 | 531 | 75 | 112 |
| Binary | 11100101 | 10010011 | 10101000 | 0 | 100100 | 11011 | 1010 | 101011001 | 111101 | 1001010 |
Color Harmonies of #E593A8
Complementary color
Monochromatic Colors of #E593A8
Black with #E593A8
Text Example
Text Example
White with #E593A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593A8; }
p { color: rgb(229,147,168); }
H1.HeaderClassName
{
color: #E593A8;
}
.AnyTagClassName
{
color: #E593A8;
}
</style>
background-color css
<style>
a { background-color: #E593A8; }
a { background-color: rgb(229,147,168); }
div.DivClassName
{
background-color: #E593A8;
}
.BgClassName
{
background-color: #E593A8;
}
</style>
border-color css
<style>
span { border-color: #E593A8; }
span { border-color: rgb(229,147,168); }
td.TdClassName
{
border-color: #E593A8;
}
.TagClassName
{
border-color: #E593A8;
}
</style>