Shades of Carissma #E0858A
Tints of Carissma #E0858A
RGB
CMYK
RGB Variations
Color information
#E0858A (or 0xE0858A) is known color: Carissma. HEX triplet: E0, 85 and 8A. RGB value is (224,133,138). Sum of RGB (Red+Green+Blue) = 224+133+138=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0858A is #1F7A75. Grayscale: #A0A0A0. Windows color (decimal): -2062966 or 9078240. OLE color: 9078240.
HSL color Cylindrical-coordinate representation of color #E0858A: hue angle of 356.7º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0858A is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 138 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.12 |
| HSL | 356.7º | 0.59% | 0.7% | - |
| HSV(B) | 356.7º | 0.41% | 0.88% | - |
| XYZ | 43.72 | 34.46 | 28.39 | - |
| YUV | 160.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 138 | 0 | 0.41 | 0.38 | 0.12 | 356.7 | 0.59 | 0.7 |
| Hex | E0 | 85 | 8A | 0 | 29 | 26 | C | 165 | 3B | 46 |
| Octal | 340 | 205 | 212 | 0 | 51 | 46 | 14 | 545 | 73 | 106 |
| Binary | 11100000 | 10000101 | 10001010 | 0 | 101001 | 100110 | 1100 | 101100101 | 111011 | 1000110 |
Color Harmonies of #E0858A
Complementary color
Monochromatic Colors of #E0858A
Black with #E0858A
Text Example
Text Example
White with #E0858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0858A; }
p { color: rgb(224,133,138); }
H1.HeaderClassName
{
color: #E0858A;
}
.AnyTagClassName
{
color: #E0858A;
}
</style>
background-color css
<style>
a { background-color: #E0858A; }
a { background-color: rgb(224,133,138); }
div.DivClassName
{
background-color: #E0858A;
}
.BgClassName
{
background-color: #E0858A;
}
</style>
border-color css
<style>
span { border-color: #E0858A; }
span { border-color: rgb(224,133,138); }
td.TdClassName
{
border-color: #E0858A;
}
.TagClassName
{
border-color: #E0858A;
}
</style>