Shades of Carissma #E07E9A
Tints of Carissma #E07E9A
RGB
CMYK
RGB Variations
Color information
#E07E9A (or 0xE07E9A) is known color: Carissma. HEX triplet: E0, 7E and 9A. RGB value is (224,126,154). Sum of RGB (Red+Green+Blue) = 224+126+154=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07E9A is #1F8165. Grayscale: #9E9E9E. Windows color (decimal): -2064742 or 10125024. OLE color: 10125024.
HSL color Cylindrical-coordinate representation of color #E07E9A: hue angle of 342.86º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07E9A is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 154 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.12 |
| HSL | 342.86º | 0.61% | 0.69% | - |
| HSV(B) | 342.86º | 0.44% | 0.88% | - |
| XYZ | 44.03 | 33.1 | 34.64 | - |
| YUV | 158.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 154 | 0 | 0.44 | 0.31 | 0.12 | 342.86 | 0.61 | 0.69 |
| Hex | E0 | 7E | 9A | 0 | 2C | 1F | C | 157 | 3D | 45 |
| Octal | 340 | 176 | 232 | 0 | 54 | 37 | 14 | 527 | 75 | 105 |
| Binary | 11100000 | 1111110 | 10011010 | 0 | 101100 | 11111 | 1100 | 101010111 | 111101 | 1000101 |
Color Harmonies of #E07E9A
Complementary color
Monochromatic Colors of #E07E9A
Black with #E07E9A
Text Example
Text Example
White with #E07E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E9A; }
p { color: rgb(224,126,154); }
H1.HeaderClassName
{
color: #E07E9A;
}
.AnyTagClassName
{
color: #E07E9A;
}
</style>
background-color css
<style>
a { background-color: #E07E9A; }
a { background-color: rgb(224,126,154); }
div.DivClassName
{
background-color: #E07E9A;
}
.BgClassName
{
background-color: #E07E9A;
}
</style>
border-color css
<style>
span { border-color: #E07E9A; }
span { border-color: rgb(224,126,154); }
td.TdClassName
{
border-color: #E07E9A;
}
.TagClassName
{
border-color: #E07E9A;
}
</style>