Shades of Carissma #E07F98
Tints of Carissma #E07F98
RGB
CMYK
RGB Variations
Color information
#E07F98 (or 0xE07F98) is known color: Carissma. HEX triplet: E0, 7F and 98. RGB value is (224,127,152). Sum of RGB (Red+Green+Blue) = 224+127+152=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F98 is #1F8067. Grayscale: #9E9E9E. Windows color (decimal): -2064488 or 9994208. OLE color: 9994208.
HSL color Cylindrical-coordinate representation of color #E07F98: hue angle of 344.54º 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 #E07F98 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 152 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.12 |
| HSL | 344.54º | 0.61% | 0.69% | - |
| HSV(B) | 344.54º | 0.43% | 0.88% | - |
| XYZ | 44 | 33.29 | 33.81 | - |
| YUV | 158.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 152 | 0 | 0.43 | 0.32 | 0.12 | 344.54 | 0.61 | 0.69 |
| Hex | E0 | 7F | 98 | 0 | 2B | 20 | C | 159 | 3D | 45 |
| Octal | 340 | 177 | 230 | 0 | 53 | 40 | 14 | 531 | 75 | 105 |
| Binary | 11100000 | 1111111 | 10011000 | 0 | 101011 | 100000 | 1100 | 101011001 | 111101 | 1000101 |
Color Harmonies of #E07F98
Complementary color
Monochromatic Colors of #E07F98
Black with #E07F98
Text Example
Text Example
White with #E07F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F98; }
p { color: rgb(224,127,152); }
H1.HeaderClassName
{
color: #E07F98;
}
.AnyTagClassName
{
color: #E07F98;
}
</style>
background-color css
<style>
a { background-color: #E07F98; }
a { background-color: rgb(224,127,152); }
div.DivClassName
{
background-color: #E07F98;
}
.BgClassName
{
background-color: #E07F98;
}
</style>
border-color css
<style>
span { border-color: #E07F98; }
span { border-color: rgb(224,127,152); }
td.TdClassName
{
border-color: #E07F98;
}
.TagClassName
{
border-color: #E07F98;
}
</style>