Shades of Carissma #E07F99
Tints of Carissma #E07F99
RGB
CMYK
RGB Variations
Color information
#E07F99 (or 0xE07F99) is known color: Carissma. HEX triplet: E0, 7F and 99. RGB value is (224,127,153). Sum of RGB (Red+Green+Blue) = 224+127+153=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F99 is #1F8066. Grayscale: #9E9E9E. Windows color (decimal): -2064487 or 10059744. OLE color: 10059744.
HSL color Cylindrical-coordinate representation of color #E07F99: hue angle of 343.92º 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 #E07F99 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 153 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.12 |
| HSL | 343.92º | 0.61% | 0.69% | - |
| HSV(B) | 343.92º | 0.43% | 0.88% | - |
| XYZ | 44.08 | 33.33 | 34.25 | - |
| YUV | 158.97 | 124.64 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 153 | 0 | 0.43 | 0.32 | 0.12 | 343.92 | 0.61 | 0.69 |
| Hex | E0 | 7F | 99 | 0 | 2B | 20 | C | 158 | 3D | 45 |
| Octal | 340 | 177 | 231 | 0 | 53 | 40 | 14 | 530 | 75 | 105 |
| Binary | 11100000 | 1111111 | 10011001 | 0 | 101011 | 100000 | 1100 | 101011000 | 111101 | 1000101 |
Color Harmonies of #E07F99
Complementary color
Monochromatic Colors of #E07F99
Black with #E07F99
Text Example
Text Example
White with #E07F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F99; }
p { color: rgb(224,127,153); }
H1.HeaderClassName
{
color: #E07F99;
}
.AnyTagClassName
{
color: #E07F99;
}
</style>
background-color css
<style>
a { background-color: #E07F99; }
a { background-color: rgb(224,127,153); }
div.DivClassName
{
background-color: #E07F99;
}
.BgClassName
{
background-color: #E07F99;
}
</style>
border-color css
<style>
span { border-color: #E07F99; }
span { border-color: rgb(224,127,153); }
td.TdClassName
{
border-color: #E07F99;
}
.TagClassName
{
border-color: #E07F99;
}
</style>