Shades of Carissma #E07B8B
Tints of Carissma #E07B8B
RGB
CMYK
RGB Variations
Color information
#E07B8B (or 0xE07B8B) is known color: Carissma. HEX triplet: E0, 7B and 8B. RGB value is (224,123,139). Sum of RGB (Red+Green+Blue) = 224+123+139=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B8B is #1F8474. Grayscale: #9B9B9B. Windows color (decimal): -2065525 or 9141216. OLE color: 9141216.
HSL color Cylindrical-coordinate representation of color #E07B8B: hue angle of 350.5º 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 #E07B8B is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 139 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.12 |
| HSL | 350.5º | 0.62% | 0.68% | - |
| HSV(B) | 350.5º | 0.45% | 0.88% | - |
| XYZ | 42.48 | 31.88 | 28.34 | - |
| YUV | 155.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 139 | 0 | 0.45 | 0.38 | 0.12 | 350.5 | 0.62 | 0.68 |
| Hex | E0 | 7B | 8B | 0 | 2D | 26 | C | 15E | 3E | 44 |
| Octal | 340 | 173 | 213 | 0 | 55 | 46 | 14 | 536 | 76 | 104 |
| Binary | 11100000 | 1111011 | 10001011 | 0 | 101101 | 100110 | 1100 | 101011110 | 111110 | 1000100 |
Color Harmonies of #E07B8B
Complementary color
Monochromatic Colors of #E07B8B
Black with #E07B8B
Text Example
Text Example
White with #E07B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B8B; }
p { color: rgb(224,123,139); }
H1.HeaderClassName
{
color: #E07B8B;
}
.AnyTagClassName
{
color: #E07B8B;
}
</style>
background-color css
<style>
a { background-color: #E07B8B; }
a { background-color: rgb(224,123,139); }
div.DivClassName
{
background-color: #E07B8B;
}
.BgClassName
{
background-color: #E07B8B;
}
</style>
border-color css
<style>
span { border-color: #E07B8B; }
span { border-color: rgb(224,123,139); }
td.TdClassName
{
border-color: #E07B8B;
}
.TagClassName
{
border-color: #E07B8B;
}
</style>