Shades of Carissma #E07F93
Tints of Carissma #E07F93
RGB
CMYK
RGB Variations
Color information
#E07F93 (or 0xE07F93) is known color: Carissma. HEX triplet: E0, 7F and 93. RGB value is (224,127,147). Sum of RGB (Red+Green+Blue) = 224+127+147=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F93 is #1F806C. Grayscale: #9E9E9E. Windows color (decimal): -2064493 or 9666528. OLE color: 9666528.
HSL color Cylindrical-coordinate representation of color #E07F93: hue angle of 347.63º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07F93 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 147 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.12 |
| HSL | 347.63º | 0.61% | 0.69% | - |
| HSV(B) | 347.63º | 0.43% | 0.88% | - |
| XYZ | 43.6 | 33.13 | 31.7 | - |
| YUV | 158.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 147 | 0 | 0.43 | 0.34 | 0.12 | 347.63 | 0.61 | 0.69 |
| Hex | E0 | 7F | 93 | 0 | 2B | 22 | C | 15C | 3D | 45 |
| Octal | 340 | 177 | 223 | 0 | 53 | 42 | 14 | 534 | 75 | 105 |
| Binary | 11100000 | 1111111 | 10010011 | 0 | 101011 | 100010 | 1100 | 101011100 | 111101 | 1000101 |
Color Harmonies of #E07F93
Complementary color
Monochromatic Colors of #E07F93
Black with #E07F93
Text Example
Text Example
White with #E07F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F93; }
p { color: rgb(224,127,147); }
H1.HeaderClassName
{
color: #E07F93;
}
.AnyTagClassName
{
color: #E07F93;
}
</style>
background-color css
<style>
a { background-color: #E07F93; }
a { background-color: rgb(224,127,147); }
div.DivClassName
{
background-color: #E07F93;
}
.BgClassName
{
background-color: #E07F93;
}
</style>
border-color css
<style>
span { border-color: #E07F93; }
span { border-color: rgb(224,127,147); }
td.TdClassName
{
border-color: #E07F93;
}
.TagClassName
{
border-color: #E07F93;
}
</style>