Shades of Carissma #E58384
Tints of Carissma #E58384
RGB
CMYK
RGB Variations
Color information
#E58384 (or 0xE58384) is known color: Carissma. HEX triplet: E5, 83 and 84. RGB value is (229,131,132). Sum of RGB (Red+Green+Blue) = 229+131+132=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E58384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58384 is #1A7C7B. Grayscale: #A0A0A0. Windows color (decimal): -1735804 or 8684517. OLE color: 8684517.
HSL color Cylindrical-coordinate representation of color #E58384: hue angle of 359.39º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E58384 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 132 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.10 |
| HSL | 359.39º | 0.65% | 0.71% | - |
| HSV(B) | 359.39º | 0.43% | 0.9% | - |
| XYZ | 44.59 | 34.56 | 26.15 | - |
| YUV | 160.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 132 | 0 | 0.43 | 0.42 | 0.10 | 359.39 | 0.65 | 0.71 |
| Hex | E5 | 83 | 84 | 0 | 2B | 2A | A | 167 | 41 | 47 |
| Octal | 345 | 203 | 204 | 0 | 53 | 52 | 12 | 547 | 101 | 107 |
| Binary | 11100101 | 10000011 | 10000100 | 0 | 101011 | 101010 | 1010 | 101100111 | 1000001 | 1000111 |
Color Harmonies of #E58384
Complementary color
Monochromatic Colors of #E58384
Black with #E58384
Text Example
Text Example
White with #E58384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58384; }
p { color: rgb(229,131,132); }
H1.HeaderClassName
{
color: #E58384;
}
.AnyTagClassName
{
color: #E58384;
}
</style>
background-color css
<style>
a { background-color: #E58384; }
a { background-color: rgb(229,131,132); }
div.DivClassName
{
background-color: #E58384;
}
.BgClassName
{
background-color: #E58384;
}
</style>
border-color css
<style>
span { border-color: #E58384; }
span { border-color: rgb(229,131,132); }
td.TdClassName
{
border-color: #E58384;
}
.TagClassName
{
border-color: #E58384;
}
</style>