Shades of Carissma #E07C8F
Tints of Carissma #E07C8F
RGB
CMYK
RGB Variations
Color information
#E07C8F (or 0xE07C8F) is known color: Carissma. HEX triplet: E0, 7C and 8F. RGB value is (224,124,143). Sum of RGB (Red+Green+Blue) = 224+124+143=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C8F is #1F8370. Grayscale: #9C9C9C. Windows color (decimal): -2065265 or 9403616. OLE color: 9403616.
HSL color Cylindrical-coordinate representation of color #E07C8F: hue angle of 348.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07C8F is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 143 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.12 |
| HSL | 348.6º | 0.62% | 0.68% | - |
| HSV(B) | 348.6º | 0.45% | 0.88% | - |
| XYZ | 42.91 | 32.25 | 29.95 | - |
| YUV | 156.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 143 | 0 | 0.45 | 0.36 | 0.12 | 348.6 | 0.62 | 0.68 |
| Hex | E0 | 7C | 8F | 0 | 2D | 24 | C | 15D | 3E | 44 |
| Octal | 340 | 174 | 217 | 0 | 55 | 44 | 14 | 535 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10001111 | 0 | 101101 | 100100 | 1100 | 101011101 | 111110 | 1000100 |
Color Harmonies of #E07C8F
Complementary color
Monochromatic Colors of #E07C8F
Black with #E07C8F
Text Example
Text Example
White with #E07C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C8F; }
p { color: rgb(224,124,143); }
H1.HeaderClassName
{
color: #E07C8F;
}
.AnyTagClassName
{
color: #E07C8F;
}
</style>
background-color css
<style>
a { background-color: #E07C8F; }
a { background-color: rgb(224,124,143); }
div.DivClassName
{
background-color: #E07C8F;
}
.BgClassName
{
background-color: #E07C8F;
}
</style>
border-color css
<style>
span { border-color: #E07C8F; }
span { border-color: rgb(224,124,143); }
td.TdClassName
{
border-color: #E07C8F;
}
.TagClassName
{
border-color: #E07C8F;
}
</style>