Shades of Carissma #E58A8F
Tints of Carissma #E58A8F
RGB
CMYK
RGB Variations
Color information
#E58A8F (or 0xE58A8F) is known color: Carissma. HEX triplet: E5, 8A and 8F. RGB value is (229,138,143). Sum of RGB (Red+Green+Blue) = 229+138+143=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A8F is #1A7570. Grayscale: #A5A5A5. Windows color (decimal): -1734001 or 9407205. OLE color: 9407205.
HSL color Cylindrical-coordinate representation of color #E58A8F: hue angle of 356.7º 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 #E58A8F is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 143 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.10 |
| HSL | 356.7º | 0.64% | 0.72% | - |
| HSV(B) | 356.7º | 0.4% | 0.9% | - |
| XYZ | 46.36 | 36.82 | 30.65 | - |
| YUV | 165.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 143 | 0 | 0.40 | 0.38 | 0.10 | 356.7 | 0.64 | 0.72 |
| Hex | E5 | 8A | 8F | 0 | 28 | 26 | A | 165 | 40 | 48 |
| Octal | 345 | 212 | 217 | 0 | 50 | 46 | 12 | 545 | 100 | 110 |
| Binary | 11100101 | 10001010 | 10001111 | 0 | 101000 | 100110 | 1010 | 101100101 | 1000000 | 1001000 |
Color Harmonies of #E58A8F
Complementary color
Monochromatic Colors of #E58A8F
Black with #E58A8F
Text Example
Text Example
White with #E58A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A8F; }
p { color: rgb(229,138,143); }
H1.HeaderClassName
{
color: #E58A8F;
}
.AnyTagClassName
{
color: #E58A8F;
}
</style>
background-color css
<style>
a { background-color: #E58A8F; }
a { background-color: rgb(229,138,143); }
div.DivClassName
{
background-color: #E58A8F;
}
.BgClassName
{
background-color: #E58A8F;
}
</style>
border-color css
<style>
span { border-color: #E58A8F; }
span { border-color: rgb(229,138,143); }
td.TdClassName
{
border-color: #E58A8F;
}
.TagClassName
{
border-color: #E58A8F;
}
</style>