Shades of Kobi #E592B2
Tints of Kobi #E592B2
RGB
CMYK
RGB Variations
Color information
#E592B2 (or 0xE592B2) is known color: Kobi. HEX triplet: E5, 92 and B2. RGB value is (229,146,178). Sum of RGB (Red+Green+Blue) = 229+146+178=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E592B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E592B2 is #1A6D4D. Grayscale: #AEAEAE. Windows color (decimal): -1731918 or 11703013. OLE color: 11703013.
HSL color Cylindrical-coordinate representation of color #E592B2: hue angle of 336.87º 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 #E592B2 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 178 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.10 |
| HSL | 336.87º | 0.61% | 0.74% | - |
| HSV(B) | 336.87º | 0.36% | 0.9% | - |
| XYZ | 50.63 | 40.43 | 47.25 | - |
| YUV | 174.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 178 | 0 | 0.36 | 0.22 | 0.10 | 336.87 | 0.61 | 0.74 |
| Hex | E5 | 92 | B2 | 0 | 24 | 16 | A | 151 | 3D | 4A |
| Octal | 345 | 222 | 262 | 0 | 44 | 26 | 12 | 521 | 75 | 112 |
| Binary | 11100101 | 10010010 | 10110010 | 0 | 100100 | 10110 | 1010 | 101010001 | 111101 | 1001010 |
Color Harmonies of #E592B2
Complementary color
Monochromatic Colors of #E592B2
Black with #E592B2
Text Example
Text Example
White with #E592B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592B2; }
p { color: rgb(229,146,178); }
H1.HeaderClassName
{
color: #E592B2;
}
.AnyTagClassName
{
color: #E592B2;
}
</style>
background-color css
<style>
a { background-color: #E592B2; }
a { background-color: rgb(229,146,178); }
div.DivClassName
{
background-color: #E592B2;
}
.BgClassName
{
background-color: #E592B2;
}
</style>
border-color css
<style>
span { border-color: #E592B2; }
span { border-color: rgb(229,146,178); }
td.TdClassName
{
border-color: #E592B2;
}
.TagClassName
{
border-color: #E592B2;
}
</style>