Shades of Carissma #E07A90
Tints of Carissma #E07A90
RGB
CMYK
RGB Variations
Color information
#E07A90 (or 0xE07A90) is known color: Carissma. HEX triplet: E0, 7A and 90. RGB value is (224,122,144). Sum of RGB (Red+Green+Blue) = 224+122+144=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A90 is #1F856F. Grayscale: #9B9B9B. Windows color (decimal): -2065776 or 9468640. OLE color: 9468640.
HSL color Cylindrical-coordinate representation of color #E07A90: hue angle of 347.06º 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 #E07A90 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 144 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.12 |
| HSL | 347.06º | 0.62% | 0.68% | - |
| HSV(B) | 347.06º | 0.46% | 0.88% | - |
| XYZ | 42.73 | 31.78 | 30.27 | - |
| YUV | 155.01 | 121.79 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 144 | 0 | 0.46 | 0.36 | 0.12 | 347.06 | 0.62 | 0.68 |
| Hex | E0 | 7A | 90 | 0 | 2E | 24 | C | 15B | 3E | 44 |
| Octal | 340 | 172 | 220 | 0 | 56 | 44 | 14 | 533 | 76 | 104 |
| Binary | 11100000 | 1111010 | 10010000 | 0 | 101110 | 100100 | 1100 | 101011011 | 111110 | 1000100 |
Color Harmonies of #E07A90
Complementary color
Monochromatic Colors of #E07A90
Black with #E07A90
Text Example
Text Example
White with #E07A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A90; }
p { color: rgb(224,122,144); }
H1.HeaderClassName
{
color: #E07A90;
}
.AnyTagClassName
{
color: #E07A90;
}
</style>
background-color css
<style>
a { background-color: #E07A90; }
a { background-color: rgb(224,122,144); }
div.DivClassName
{
background-color: #E07A90;
}
.BgClassName
{
background-color: #E07A90;
}
</style>
border-color css
<style>
span { border-color: #E07A90; }
span { border-color: rgb(224,122,144); }
td.TdClassName
{
border-color: #E07A90;
}
.TagClassName
{
border-color: #E07A90;
}
</style>