Shades of Carissma #E0818B
Tints of Carissma #E0818B
RGB
CMYK
RGB Variations
Color information
#E0818B (or 0xE0818B) is known color: Carissma. HEX triplet: E0, 81 and 8B. RGB value is (224,129,139). Sum of RGB (Red+Green+Blue) = 224+129+139=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0818B is #1F7E74. Grayscale: #9E9E9E. Windows color (decimal): -2063989 or 9142752. OLE color: 9142752.
HSL color Cylindrical-coordinate representation of color #E0818B: hue angle of 353.68º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0818B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 139 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.12 |
| HSL | 353.68º | 0.61% | 0.69% | - |
| HSV(B) | 353.68º | 0.42% | 0.88% | - |
| XYZ | 43.25 | 33.41 | 28.6 | - |
| YUV | 158.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 139 | 0 | 0.42 | 0.38 | 0.12 | 353.68 | 0.61 | 0.69 |
| Hex | E0 | 81 | 8B | 0 | 2A | 26 | C | 162 | 3D | 45 |
| Octal | 340 | 201 | 213 | 0 | 52 | 46 | 14 | 542 | 75 | 105 |
| Binary | 11100000 | 10000001 | 10001011 | 0 | 101010 | 100110 | 1100 | 101100010 | 111101 | 1000101 |
Color Harmonies of #E0818B
Complementary color
Monochromatic Colors of #E0818B
Black with #E0818B
Text Example
Text Example
White with #E0818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0818B; }
p { color: rgb(224,129,139); }
H1.HeaderClassName
{
color: #E0818B;
}
.AnyTagClassName
{
color: #E0818B;
}
</style>
background-color css
<style>
a { background-color: #E0818B; }
a { background-color: rgb(224,129,139); }
div.DivClassName
{
background-color: #E0818B;
}
.BgClassName
{
background-color: #E0818B;
}
</style>
border-color css
<style>
span { border-color: #E0818B; }
span { border-color: rgb(224,129,139); }
td.TdClassName
{
border-color: #E0818B;
}
.TagClassName
{
border-color: #E0818B;
}
</style>