Shades of Carissma #E07DA1
Tints of Carissma #E07DA1
RGB
CMYK
RGB Variations
Color information
#E07DA1 (or 0xE07DA1) is known color: Carissma. HEX triplet: E0, 7D and A1. RGB value is (224,125,161). Sum of RGB (Red+Green+Blue) = 224+125+161=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DA1 is #1F825E. Grayscale: #9E9E9E. Windows color (decimal): -2064991 or 10583520. OLE color: 10583520.
HSL color Cylindrical-coordinate representation of color #E07DA1: hue angle of 338.18º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DA1 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 161 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.12 |
| HSL | 338.18º | 0.61% | 0.68% | - |
| HSV(B) | 338.18º | 0.44% | 0.88% | - |
| XYZ | 44.51 | 33.09 | 37.76 | - |
| YUV | 158.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 161 | 0 | 0.44 | 0.28 | 0.12 | 338.18 | 0.61 | 0.68 |
| Hex | E0 | 7D | A1 | 0 | 2C | 1C | C | 152 | 3D | 44 |
| Octal | 340 | 175 | 241 | 0 | 54 | 34 | 14 | 522 | 75 | 104 |
| Binary | 11100000 | 1111101 | 10100001 | 0 | 101100 | 11100 | 1100 | 101010010 | 111101 | 1000100 |
Color Harmonies of #E07DA1
Complementary color
Monochromatic Colors of #E07DA1
Black with #E07DA1
Text Example
Text Example
White with #E07DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DA1; }
p { color: rgb(224,125,161); }
H1.HeaderClassName
{
color: #E07DA1;
}
.AnyTagClassName
{
color: #E07DA1;
}
</style>
background-color css
<style>
a { background-color: #E07DA1; }
a { background-color: rgb(224,125,161); }
div.DivClassName
{
background-color: #E07DA1;
}
.BgClassName
{
background-color: #E07DA1;
}
</style>
border-color css
<style>
span { border-color: #E07DA1; }
span { border-color: rgb(224,125,161); }
td.TdClassName
{
border-color: #E07DA1;
}
.TagClassName
{
border-color: #E07DA1;
}
</style>