Shades of Carissma #E07E85
Tints of Carissma #E07E85
RGB
CMYK
RGB Variations
Color information
#E07E85 (or 0xE07E85) is known color: Carissma. HEX triplet: E0, 7E and 85. RGB value is (224,126,133). Sum of RGB (Red+Green+Blue) = 224+126+133=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07E85 is #1F817A. Grayscale: #9C9C9C. Windows color (decimal): -2064763 or 8748768. OLE color: 8748768.
HSL color Cylindrical-coordinate representation of color #E07E85: hue angle of 355.71º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07E85 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 133 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.12 |
| HSL | 355.71º | 0.61% | 0.69% | - |
| HSV(B) | 355.71º | 0.44% | 0.88% | - |
| XYZ | 42.43 | 32.46 | 26.22 | - |
| YUV | 156.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 133 | 0 | 0.44 | 0.41 | 0.12 | 355.71 | 0.61 | 0.69 |
| Hex | E0 | 7E | 85 | 0 | 2C | 29 | C | 164 | 3D | 45 |
| Octal | 340 | 176 | 205 | 0 | 54 | 51 | 14 | 544 | 75 | 105 |
| Binary | 11100000 | 1111110 | 10000101 | 0 | 101100 | 101001 | 1100 | 101100100 | 111101 | 1000101 |
Color Harmonies of #E07E85
Complementary color
Monochromatic Colors of #E07E85
Black with #E07E85
Text Example
Text Example
White with #E07E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E85; }
p { color: rgb(224,126,133); }
H1.HeaderClassName
{
color: #E07E85;
}
.AnyTagClassName
{
color: #E07E85;
}
</style>
background-color css
<style>
a { background-color: #E07E85; }
a { background-color: rgb(224,126,133); }
div.DivClassName
{
background-color: #E07E85;
}
.BgClassName
{
background-color: #E07E85;
}
</style>
border-color css
<style>
span { border-color: #E07E85; }
span { border-color: rgb(224,126,133); }
td.TdClassName
{
border-color: #E07E85;
}
.TagClassName
{
border-color: #E07E85;
}
</style>