Shades of Kobi #E592A8
Tints of Kobi #E592A8
RGB
CMYK
RGB Variations
Color information
#E592A8 (or 0xE592A8) is known color: Kobi. HEX triplet: E5, 92 and A8. RGB value is (229,146,168). Sum of RGB (Red+Green+Blue) = 229+146+168=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E592A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E592A8 is #1A6D57. Grayscale: #ADADAD. Windows color (decimal): -1731928 or 11047653. OLE color: 11047653.
HSL color Cylindrical-coordinate representation of color #E592A8: hue angle of 344.1º 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 #E592A8 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 168 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.10 |
| HSL | 344.1º | 0.61% | 0.74% | - |
| HSV(B) | 344.1º | 0.36% | 0.9% | - |
| XYZ | 49.66 | 40.04 | 42.16 | - |
| YUV | 173.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 168 | 0 | 0.36 | 0.27 | 0.10 | 344.1 | 0.61 | 0.74 |
| Hex | E5 | 92 | A8 | 0 | 24 | 1B | A | 158 | 3D | 4A |
| Octal | 345 | 222 | 250 | 0 | 44 | 33 | 12 | 530 | 75 | 112 |
| Binary | 11100101 | 10010010 | 10101000 | 0 | 100100 | 11011 | 1010 | 101011000 | 111101 | 1001010 |
Color Harmonies of #E592A8
Complementary color
Monochromatic Colors of #E592A8
Black with #E592A8
Text Example
Text Example
White with #E592A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592A8; }
p { color: rgb(229,146,168); }
H1.HeaderClassName
{
color: #E592A8;
}
.AnyTagClassName
{
color: #E592A8;
}
</style>
background-color css
<style>
a { background-color: #E592A8; }
a { background-color: rgb(229,146,168); }
div.DivClassName
{
background-color: #E592A8;
}
.BgClassName
{
background-color: #E592A8;
}
</style>
border-color css
<style>
span { border-color: #E592A8; }
span { border-color: rgb(229,146,168); }
td.TdClassName
{
border-color: #E592A8;
}
.TagClassName
{
border-color: #E592A8;
}
</style>