Shades of Carissma #E58A9C
Tints of Carissma #E58A9C
RGB
CMYK
RGB Variations
Color information
#E58A9C (or 0xE58A9C) is known color: Carissma. HEX triplet: E5, 8A and 9C. RGB value is (229,138,156). Sum of RGB (Red+Green+Blue) = 229+138+156=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A9C is #1A7563. Grayscale: #A7A7A7. Windows color (decimal): -1733988 or 10259173. OLE color: 10259173.
HSL color Cylindrical-coordinate representation of color #E58A9C: hue angle of 348.13º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58A9C is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 156 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.10 |
| HSL | 348.13º | 0.64% | 0.72% | - |
| HSV(B) | 348.13º | 0.4% | 0.9% | - |
| XYZ | 47.4 | 37.24 | 36.14 | - |
| YUV | 167.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 156 | 0 | 0.40 | 0.32 | 0.10 | 348.13 | 0.64 | 0.72 |
| Hex | E5 | 8A | 9C | 0 | 28 | 20 | A | 15C | 40 | 48 |
| Octal | 345 | 212 | 234 | 0 | 50 | 40 | 12 | 534 | 100 | 110 |
| Binary | 11100101 | 10001010 | 10011100 | 0 | 101000 | 100000 | 1010 | 101011100 | 1000000 | 1001000 |
Color Harmonies of #E58A9C
Complementary color
Monochromatic Colors of #E58A9C
Black with #E58A9C
Text Example
Text Example
White with #E58A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A9C; }
p { color: rgb(229,138,156); }
H1.HeaderClassName
{
color: #E58A9C;
}
.AnyTagClassName
{
color: #E58A9C;
}
</style>
background-color css
<style>
a { background-color: #E58A9C; }
a { background-color: rgb(229,138,156); }
div.DivClassName
{
background-color: #E58A9C;
}
.BgClassName
{
background-color: #E58A9C;
}
</style>
border-color css
<style>
span { border-color: #E58A9C; }
span { border-color: rgb(229,138,156); }
td.TdClassName
{
border-color: #E58A9C;
}
.TagClassName
{
border-color: #E58A9C;
}
</style>