Shades of Kobi #E592A4
Tints of Kobi #E592A4
RGB
CMYK
RGB Variations
Color information
#E592A4 (or 0xE592A4) is known color: Kobi. HEX triplet: E5, 92 and A4. RGB value is (229,146,164). Sum of RGB (Red+Green+Blue) = 229+146+164=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E592A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E592A4 is #1A6D5B. Grayscale: #ACACAC. Windows color (decimal): -1731932 or 10785509. OLE color: 10785509.
HSL color Cylindrical-coordinate representation of color #E592A4: hue angle of 346.99º 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 #E592A4 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 164 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.10 |
| HSL | 346.99º | 0.61% | 0.74% | - |
| HSV(B) | 346.99º | 0.36% | 0.9% | - |
| XYZ | 49.29 | 39.9 | 40.22 | - |
| YUV | 172.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 164 | 0 | 0.36 | 0.28 | 0.10 | 346.99 | 0.61 | 0.74 |
| Hex | E5 | 92 | A4 | 0 | 24 | 1C | A | 15B | 3D | 4A |
| Octal | 345 | 222 | 244 | 0 | 44 | 34 | 12 | 533 | 75 | 112 |
| Binary | 11100101 | 10010010 | 10100100 | 0 | 100100 | 11100 | 1010 | 101011011 | 111101 | 1001010 |
Color Harmonies of #E592A4
Complementary color
Monochromatic Colors of #E592A4
Black with #E592A4
Text Example
Text Example
White with #E592A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592A4; }
p { color: rgb(229,146,164); }
H1.HeaderClassName
{
color: #E592A4;
}
.AnyTagClassName
{
color: #E592A4;
}
</style>
background-color css
<style>
a { background-color: #E592A4; }
a { background-color: rgb(229,146,164); }
div.DivClassName
{
background-color: #E592A4;
}
.BgClassName
{
background-color: #E592A4;
}
</style>
border-color css
<style>
span { border-color: #E592A4; }
span { border-color: rgb(229,146,164); }
td.TdClassName
{
border-color: #E592A4;
}
.TagClassName
{
border-color: #E592A4;
}
</style>