Shades of Carissma #E58A9E
Tints of Carissma #E58A9E
RGB
CMYK
RGB Variations
Color information
#E58A9E (or 0xE58A9E) is known color: Carissma. HEX triplet: E5, 8A and 9E. RGB value is (229,138,158). Sum of RGB (Red+Green+Blue) = 229+138+158=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A9E is #1A7561. Grayscale: #A7A7A7. Windows color (decimal): -1733986 or 10390245. OLE color: 10390245.
HSL color Cylindrical-coordinate representation of color #E58A9E: hue angle of 346.81º 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 #E58A9E is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 158 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.10 |
| HSL | 346.81º | 0.64% | 0.72% | - |
| HSV(B) | 346.81º | 0.4% | 0.9% | - |
| XYZ | 47.57 | 37.3 | 37.04 | - |
| YUV | 167.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 158 | 0 | 0.40 | 0.31 | 0.10 | 346.81 | 0.64 | 0.72 |
| Hex | E5 | 8A | 9E | 0 | 28 | 1F | A | 15B | 40 | 48 |
| Octal | 345 | 212 | 236 | 0 | 50 | 37 | 12 | 533 | 100 | 110 |
| Binary | 11100101 | 10001010 | 10011110 | 0 | 101000 | 11111 | 1010 | 101011011 | 1000000 | 1001000 |
Color Harmonies of #E58A9E
Complementary color
Monochromatic Colors of #E58A9E
Black with #E58A9E
Text Example
Text Example
White with #E58A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A9E; }
p { color: rgb(229,138,158); }
H1.HeaderClassName
{
color: #E58A9E;
}
.AnyTagClassName
{
color: #E58A9E;
}
</style>
background-color css
<style>
a { background-color: #E58A9E; }
a { background-color: rgb(229,138,158); }
div.DivClassName
{
background-color: #E58A9E;
}
.BgClassName
{
background-color: #E58A9E;
}
</style>
border-color css
<style>
span { border-color: #E58A9E; }
span { border-color: rgb(229,138,158); }
td.TdClassName
{
border-color: #E58A9E;
}
.TagClassName
{
border-color: #E58A9E;
}
</style>