Shades of Carissma #E07E8F
Tints of Carissma #E07E8F
RGB
CMYK
RGB Variations
Color information
#E07E8F (or 0xE07E8F) is known color: Carissma. HEX triplet: E0, 7E and 8F. RGB value is (224,126,143). Sum of RGB (Red+Green+Blue) = 224+126+143=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07E8F is #1F8170. Grayscale: #9D9D9D. Windows color (decimal): -2064753 or 9404128. OLE color: 9404128.
HSL color Cylindrical-coordinate representation of color #E07E8F: hue angle of 349.59º 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 #E07E8F is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 143 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.12 |
| HSL | 349.59º | 0.61% | 0.69% | - |
| HSV(B) | 349.59º | 0.44% | 0.88% | - |
| XYZ | 43.16 | 32.75 | 30.03 | - |
| YUV | 157.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 143 | 0 | 0.44 | 0.36 | 0.12 | 349.59 | 0.61 | 0.69 |
| Hex | E0 | 7E | 8F | 0 | 2C | 24 | C | 15E | 3D | 45 |
| Octal | 340 | 176 | 217 | 0 | 54 | 44 | 14 | 536 | 75 | 105 |
| Binary | 11100000 | 1111110 | 10001111 | 0 | 101100 | 100100 | 1100 | 101011110 | 111101 | 1000101 |
Color Harmonies of #E07E8F
Complementary color
Monochromatic Colors of #E07E8F
Black with #E07E8F
Text Example
Text Example
White with #E07E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E8F; }
p { color: rgb(224,126,143); }
H1.HeaderClassName
{
color: #E07E8F;
}
.AnyTagClassName
{
color: #E07E8F;
}
</style>
background-color css
<style>
a { background-color: #E07E8F; }
a { background-color: rgb(224,126,143); }
div.DivClassName
{
background-color: #E07E8F;
}
.BgClassName
{
background-color: #E07E8F;
}
</style>
border-color css
<style>
span { border-color: #E07E8F; }
span { border-color: rgb(224,126,143); }
td.TdClassName
{
border-color: #E07E8F;
}
.TagClassName
{
border-color: #E07E8F;
}
</style>