Shades of Carissma #E07B8F
Tints of Carissma #E07B8F
RGB
CMYK
RGB Variations
Color information
#E07B8F (or 0xE07B8F) is known color: Carissma. HEX triplet: E0, 7B and 8F. RGB value is (224,123,143). Sum of RGB (Red+Green+Blue) = 224+123+143=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B8F is #1F8470. Grayscale: #9B9B9B. Windows color (decimal): -2065521 or 9403360. OLE color: 9403360.
HSL color Cylindrical-coordinate representation of color #E07B8F: hue angle of 348.12º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07B8F is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 143 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.12 |
| HSL | 348.12º | 0.62% | 0.68% | - |
| HSV(B) | 348.12º | 0.45% | 0.88% | - |
| XYZ | 42.78 | 32 | 29.91 | - |
| YUV | 155.48 | 120.96 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 143 | 0 | 0.45 | 0.36 | 0.12 | 348.12 | 0.62 | 0.68 |
| Hex | E0 | 7B | 8F | 0 | 2D | 24 | C | 15C | 3E | 44 |
| Octal | 340 | 173 | 217 | 0 | 55 | 44 | 14 | 534 | 76 | 104 |
| Binary | 11100000 | 1111011 | 10001111 | 0 | 101101 | 100100 | 1100 | 101011100 | 111110 | 1000100 |
Color Harmonies of #E07B8F
Complementary color
Monochromatic Colors of #E07B8F
Black with #E07B8F
Text Example
Text Example
White with #E07B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B8F; }
p { color: rgb(224,123,143); }
H1.HeaderClassName
{
color: #E07B8F;
}
.AnyTagClassName
{
color: #E07B8F;
}
</style>
background-color css
<style>
a { background-color: #E07B8F; }
a { background-color: rgb(224,123,143); }
div.DivClassName
{
background-color: #E07B8F;
}
.BgClassName
{
background-color: #E07B8F;
}
</style>
border-color css
<style>
span { border-color: #E07B8F; }
span { border-color: rgb(224,123,143); }
td.TdClassName
{
border-color: #E07B8F;
}
.TagClassName
{
border-color: #E07B8F;
}
</style>