Shades of Carissma #E07FA0
Tints of Carissma #E07FA0
RGB
CMYK
RGB Variations
Color information
#E07FA0 (or 0xE07FA0) is known color: Carissma. HEX triplet: E0, 7F and A0. RGB value is (224,127,160). Sum of RGB (Red+Green+Blue) = 224+127+160=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07FA0 is #1F805F. Grayscale: #9F9F9F. Windows color (decimal): -2064480 or 10518496. OLE color: 10518496.
HSL color Cylindrical-coordinate representation of color #E07FA0: hue angle of 339.59º 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 #E07FA0 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 160 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.12 |
| HSL | 339.59º | 0.61% | 0.69% | - |
| HSV(B) | 339.59º | 0.43% | 0.88% | - |
| XYZ | 44.68 | 33.56 | 37.38 | - |
| YUV | 159.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 160 | 0 | 0.43 | 0.29 | 0.12 | 339.59 | 0.61 | 0.69 |
| Hex | E0 | 7F | A0 | 0 | 2B | 1D | C | 154 | 3D | 45 |
| Octal | 340 | 177 | 240 | 0 | 53 | 35 | 14 | 524 | 75 | 105 |
| Binary | 11100000 | 1111111 | 10100000 | 0 | 101011 | 11101 | 1100 | 101010100 | 111101 | 1000101 |
Color Harmonies of #E07FA0
Complementary color
Monochromatic Colors of #E07FA0
Black with #E07FA0
Text Example
Text Example
White with #E07FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FA0; }
p { color: rgb(224,127,160); }
H1.HeaderClassName
{
color: #E07FA0;
}
.AnyTagClassName
{
color: #E07FA0;
}
</style>
background-color css
<style>
a { background-color: #E07FA0; }
a { background-color: rgb(224,127,160); }
div.DivClassName
{
background-color: #E07FA0;
}
.BgClassName
{
background-color: #E07FA0;
}
</style>
border-color css
<style>
span { border-color: #E07FA0; }
span { border-color: rgb(224,127,160); }
td.TdClassName
{
border-color: #E07FA0;
}
.TagClassName
{
border-color: #E07FA0;
}
</style>