Shades of Carissma #E07A98
Tints of Carissma #E07A98
RGB
CMYK
RGB Variations
Color information
#E07A98 (or 0xE07A98) is known color: Carissma. HEX triplet: E0, 7A and 98. RGB value is (224,122,152). Sum of RGB (Red+Green+Blue) = 224+122+152=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A98 is #1F8567. Grayscale: #9B9B9B. Windows color (decimal): -2065768 or 9992928. OLE color: 9992928.
HSL color Cylindrical-coordinate representation of color #E07A98: hue angle of 342.35º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07A98 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 152 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.12 |
| HSL | 342.35º | 0.62% | 0.68% | - |
| HSV(B) | 342.35º | 0.46% | 0.88% | - |
| XYZ | 43.37 | 32.03 | 33.6 | - |
| YUV | 155.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 152 | 0 | 0.46 | 0.32 | 0.12 | 342.35 | 0.62 | 0.68 |
| Hex | E0 | 7A | 98 | 0 | 2E | 20 | C | 156 | 3E | 44 |
| Octal | 340 | 172 | 230 | 0 | 56 | 40 | 14 | 526 | 76 | 104 |
| Binary | 11100000 | 1111010 | 10011000 | 0 | 101110 | 100000 | 1100 | 101010110 | 111110 | 1000100 |
Color Harmonies of #E07A98
Complementary color
Monochromatic Colors of #E07A98
Black with #E07A98
Text Example
Text Example
White with #E07A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A98; }
p { color: rgb(224,122,152); }
H1.HeaderClassName
{
color: #E07A98;
}
.AnyTagClassName
{
color: #E07A98;
}
</style>
background-color css
<style>
a { background-color: #E07A98; }
a { background-color: rgb(224,122,152); }
div.DivClassName
{
background-color: #E07A98;
}
.BgClassName
{
background-color: #E07A98;
}
</style>
border-color css
<style>
span { border-color: #E07A98; }
span { border-color: rgb(224,122,152); }
td.TdClassName
{
border-color: #E07A98;
}
.TagClassName
{
border-color: #E07A98;
}
</style>