Shades of Carissma #E58A95
Tints of Carissma #E58A95
RGB
CMYK
RGB Variations
Color information
#E58A95 (or 0xE58A95) is known color: Carissma. HEX triplet: E5, 8A and 95. RGB value is (229,138,149). Sum of RGB (Red+Green+Blue) = 229+138+149=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A95 is #1A756A. Grayscale: #A6A6A6. Windows color (decimal): -1733995 or 9800421. OLE color: 9800421.
HSL color Cylindrical-coordinate representation of color #E58A95: hue angle of 352.75º 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 #E58A95 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 149 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.10 |
| HSL | 352.75º | 0.64% | 0.72% | - |
| HSV(B) | 352.75º | 0.4% | 0.9% | - |
| XYZ | 46.83 | 37 | 33.11 | - |
| YUV | 166.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 149 | 0 | 0.40 | 0.35 | 0.10 | 352.75 | 0.64 | 0.72 |
| Hex | E5 | 8A | 95 | 0 | 28 | 23 | A | 161 | 40 | 48 |
| Octal | 345 | 212 | 225 | 0 | 50 | 43 | 12 | 541 | 100 | 110 |
| Binary | 11100101 | 10001010 | 10010101 | 0 | 101000 | 100011 | 1010 | 101100001 | 1000000 | 1001000 |
Color Harmonies of #E58A95
Complementary color
Monochromatic Colors of #E58A95
Black with #E58A95
Text Example
Text Example
White with #E58A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A95; }
p { color: rgb(229,138,149); }
H1.HeaderClassName
{
color: #E58A95;
}
.AnyTagClassName
{
color: #E58A95;
}
</style>
background-color css
<style>
a { background-color: #E58A95; }
a { background-color: rgb(229,138,149); }
div.DivClassName
{
background-color: #E58A95;
}
.BgClassName
{
background-color: #E58A95;
}
</style>
border-color css
<style>
span { border-color: #E58A95; }
span { border-color: rgb(229,138,149); }
td.TdClassName
{
border-color: #E58A95;
}
.TagClassName
{
border-color: #E58A95;
}
</style>