Shades of Carissma #E58A9A
Tints of Carissma #E58A9A
RGB
CMYK
RGB Variations
Color information
#E58A9A (or 0xE58A9A) is known color: Carissma. HEX triplet: E5, 8A and 9A. RGB value is (229,138,154). Sum of RGB (Red+Green+Blue) = 229+138+154=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A9A is #1A7565. Grayscale: #A7A7A7. Windows color (decimal): -1733990 or 10128101. OLE color: 10128101.
HSL color Cylindrical-coordinate representation of color #E58A9A: hue angle of 349.45º 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 #E58A9A is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 154 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.10 |
| HSL | 349.45º | 0.64% | 0.72% | - |
| HSV(B) | 349.45º | 0.4% | 0.9% | - |
| XYZ | 47.23 | 37.17 | 35.26 | - |
| YUV | 167.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 154 | 0 | 0.40 | 0.33 | 0.10 | 349.45 | 0.64 | 0.72 |
| Hex | E5 | 8A | 9A | 0 | 28 | 21 | A | 15D | 40 | 48 |
| Octal | 345 | 212 | 232 | 0 | 50 | 41 | 12 | 535 | 100 | 110 |
| Binary | 11100101 | 10001010 | 10011010 | 0 | 101000 | 100001 | 1010 | 101011101 | 1000000 | 1001000 |
Color Harmonies of #E58A9A
Complementary color
Monochromatic Colors of #E58A9A
Black with #E58A9A
Text Example
Text Example
White with #E58A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A9A; }
p { color: rgb(229,138,154); }
H1.HeaderClassName
{
color: #E58A9A;
}
.AnyTagClassName
{
color: #E58A9A;
}
</style>
background-color css
<style>
a { background-color: #E58A9A; }
a { background-color: rgb(229,138,154); }
div.DivClassName
{
background-color: #E58A9A;
}
.BgClassName
{
background-color: #E58A9A;
}
</style>
border-color css
<style>
span { border-color: #E58A9A; }
span { border-color: rgb(229,138,154); }
td.TdClassName
{
border-color: #E58A9A;
}
.TagClassName
{
border-color: #E58A9A;
}
</style>