Shades of Carissma #E07DA3
Tints of Carissma #E07DA3
RGB
CMYK
RGB Variations
Color information
#E07DA3 (or 0xE07DA3) is known color: Carissma. HEX triplet: E0, 7D and A3. RGB value is (224,125,163). Sum of RGB (Red+Green+Blue) = 224+125+163=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DA3 is #1F825C. Grayscale: #9E9E9E. Windows color (decimal): -2064989 or 10714592. OLE color: 10714592.
HSL color Cylindrical-coordinate representation of color #E07DA3: hue angle of 336.97º 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 #E07DA3 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 163 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.12 |
| HSL | 336.97º | 0.61% | 0.68% | - |
| HSV(B) | 336.97º | 0.44% | 0.88% | - |
| XYZ | 44.68 | 33.16 | 38.7 | - |
| YUV | 158.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 163 | 0 | 0.44 | 0.27 | 0.12 | 336.97 | 0.61 | 0.68 |
| Hex | E0 | 7D | A3 | 0 | 2C | 1B | C | 151 | 3D | 44 |
| Octal | 340 | 175 | 243 | 0 | 54 | 33 | 14 | 521 | 75 | 104 |
| Binary | 11100000 | 1111101 | 10100011 | 0 | 101100 | 11011 | 1100 | 101010001 | 111101 | 1000100 |
Color Harmonies of #E07DA3
Complementary color
Monochromatic Colors of #E07DA3
Black with #E07DA3
Text Example
Text Example
White with #E07DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DA3; }
p { color: rgb(224,125,163); }
H1.HeaderClassName
{
color: #E07DA3;
}
.AnyTagClassName
{
color: #E07DA3;
}
</style>
background-color css
<style>
a { background-color: #E07DA3; }
a { background-color: rgb(224,125,163); }
div.DivClassName
{
background-color: #E07DA3;
}
.BgClassName
{
background-color: #E07DA3;
}
</style>
border-color css
<style>
span { border-color: #E07DA3; }
span { border-color: rgb(224,125,163); }
td.TdClassName
{
border-color: #E07DA3;
}
.TagClassName
{
border-color: #E07DA3;
}
</style>