Shades of Carissma #E58298
Tints of Carissma #E58298
RGB
CMYK
RGB Variations
Color information
#E58298 (or 0xE58298) is known color: Carissma. HEX triplet: E5, 82 and 98. RGB value is (229,130,152). Sum of RGB (Red+Green+Blue) = 229+130+152=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E58298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58298 is #1A7D67. Grayscale: #A2A2A2. Windows color (decimal): -1736040 or 9994981. OLE color: 9994981.
HSL color Cylindrical-coordinate representation of color #E58298: hue angle of 346.67º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E58298 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 152 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.10 |
| HSL | 346.67º | 0.66% | 0.7% | - |
| HSV(B) | 346.67º | 0.43% | 0.9% | - |
| XYZ | 45.96 | 34.89 | 34.02 | - |
| YUV | 162.11 | 122.3 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 152 | 0 | 0.43 | 0.34 | 0.10 | 346.67 | 0.66 | 0.7 |
| Hex | E5 | 82 | 98 | 0 | 2B | 22 | A | 15B | 42 | 46 |
| Octal | 345 | 202 | 230 | 0 | 53 | 42 | 12 | 533 | 102 | 106 |
| Binary | 11100101 | 10000010 | 10011000 | 0 | 101011 | 100010 | 1010 | 101011011 | 1000010 | 1000110 |
Color Harmonies of #E58298
Complementary color
Monochromatic Colors of #E58298
Black with #E58298
Text Example
Text Example
White with #E58298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58298; }
p { color: rgb(229,130,152); }
H1.HeaderClassName
{
color: #E58298;
}
.AnyTagClassName
{
color: #E58298;
}
</style>
background-color css
<style>
a { background-color: #E58298; }
a { background-color: rgb(229,130,152); }
div.DivClassName
{
background-color: #E58298;
}
.BgClassName
{
background-color: #E58298;
}
</style>
border-color css
<style>
span { border-color: #E58298; }
span { border-color: rgb(229,130,152); }
td.TdClassName
{
border-color: #E58298;
}
.TagClassName
{
border-color: #E58298;
}
</style>