Shades of Carissma #E07F96
Tints of Carissma #E07F96
RGB
CMYK
RGB Variations
Color information
#E07F96 (or 0xE07F96) is known color: Carissma. HEX triplet: E0, 7F and 96. RGB value is (224,127,150). Sum of RGB (Red+Green+Blue) = 224+127+150=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F96 is #1F8069. Grayscale: #9E9E9E. Windows color (decimal): -2064490 or 9863136. OLE color: 9863136.
HSL color Cylindrical-coordinate representation of color #E07F96: hue angle of 345.77º 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 #E07F96 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 150 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.12 |
| HSL | 345.77º | 0.61% | 0.69% | - |
| HSV(B) | 345.77º | 0.43% | 0.88% | - |
| XYZ | 43.83 | 33.23 | 32.96 | - |
| YUV | 158.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 150 | 0 | 0.43 | 0.33 | 0.12 | 345.77 | 0.61 | 0.69 |
| Hex | E0 | 7F | 96 | 0 | 2B | 21 | C | 15A | 3D | 45 |
| Octal | 340 | 177 | 226 | 0 | 53 | 41 | 14 | 532 | 75 | 105 |
| Binary | 11100000 | 1111111 | 10010110 | 0 | 101011 | 100001 | 1100 | 101011010 | 111101 | 1000101 |
Color Harmonies of #E07F96
Complementary color
Monochromatic Colors of #E07F96
Black with #E07F96
Text Example
Text Example
White with #E07F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F96; }
p { color: rgb(224,127,150); }
H1.HeaderClassName
{
color: #E07F96;
}
.AnyTagClassName
{
color: #E07F96;
}
</style>
background-color css
<style>
a { background-color: #E07F96; }
a { background-color: rgb(224,127,150); }
div.DivClassName
{
background-color: #E07F96;
}
.BgClassName
{
background-color: #E07F96;
}
</style>
border-color css
<style>
span { border-color: #E07F96; }
span { border-color: rgb(224,127,150); }
td.TdClassName
{
border-color: #E07F96;
}
.TagClassName
{
border-color: #E07F96;
}
</style>