Shades of Carissma #E07F9A
Tints of Carissma #E07F9A
RGB
CMYK
RGB Variations
Color information
#E07F9A (or 0xE07F9A) is known color: Carissma. HEX triplet: E0, 7F and 9A. RGB value is (224,127,154). Sum of RGB (Red+Green+Blue) = 224+127+154=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F9A is #1F8065. Grayscale: #9F9F9F. Windows color (decimal): -2064486 or 10125280. OLE color: 10125280.
HSL color Cylindrical-coordinate representation of color #E07F9A: hue angle of 343.3º 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 #E07F9A is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 154 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.12 |
| HSL | 343.3º | 0.61% | 0.69% | - |
| HSV(B) | 343.3º | 0.43% | 0.88% | - |
| XYZ | 44.16 | 33.36 | 34.68 | - |
| YUV | 159.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 154 | 0 | 0.43 | 0.31 | 0.12 | 343.3 | 0.61 | 0.69 |
| Hex | E0 | 7F | 9A | 0 | 2B | 1F | C | 157 | 3D | 45 |
| Octal | 340 | 177 | 232 | 0 | 53 | 37 | 14 | 527 | 75 | 105 |
| Binary | 11100000 | 1111111 | 10011010 | 0 | 101011 | 11111 | 1100 | 101010111 | 111101 | 1000101 |
Color Harmonies of #E07F9A
Complementary color
Monochromatic Colors of #E07F9A
Black with #E07F9A
Text Example
Text Example
White with #E07F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F9A; }
p { color: rgb(224,127,154); }
H1.HeaderClassName
{
color: #E07F9A;
}
.AnyTagClassName
{
color: #E07F9A;
}
</style>
background-color css
<style>
a { background-color: #E07F9A; }
a { background-color: rgb(224,127,154); }
div.DivClassName
{
background-color: #E07F9A;
}
.BgClassName
{
background-color: #E07F9A;
}
</style>
border-color css
<style>
span { border-color: #E07F9A; }
span { border-color: rgb(224,127,154); }
td.TdClassName
{
border-color: #E07F9A;
}
.TagClassName
{
border-color: #E07F9A;
}
</style>