Shades of Carissma #E08184
Tints of Carissma #E08184
RGB
CMYK
RGB Variations
Color information
#E08184 (or 0xE08184) is known color: Carissma. HEX triplet: E0, 81 and 84. RGB value is (224,129,132). Sum of RGB (Red+Green+Blue) = 224+129+132=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E08184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08184 is #1F7E7B. Grayscale: #9D9D9D. Windows color (decimal): -2063996 or 8684000. OLE color: 8684000.
HSL color Cylindrical-coordinate representation of color #E08184: hue angle of 358.11º 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 #E08184 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 132 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.12 |
| HSL | 358.11º | 0.61% | 0.69% | - |
| HSV(B) | 358.11º | 0.42% | 0.88% | - |
| XYZ | 42.76 | 33.21 | 25.99 | - |
| YUV | 157.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 132 | 0 | 0.42 | 0.41 | 0.12 | 358.11 | 0.61 | 0.69 |
| Hex | E0 | 81 | 84 | 0 | 2A | 29 | C | 166 | 3D | 45 |
| Octal | 340 | 201 | 204 | 0 | 52 | 51 | 14 | 546 | 75 | 105 |
| Binary | 11100000 | 10000001 | 10000100 | 0 | 101010 | 101001 | 1100 | 101100110 | 111101 | 1000101 |
Color Harmonies of #E08184
Complementary color
Monochromatic Colors of #E08184
Black with #E08184
Text Example
Text Example
White with #E08184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08184; }
p { color: rgb(224,129,132); }
H1.HeaderClassName
{
color: #E08184;
}
.AnyTagClassName
{
color: #E08184;
}
</style>
background-color css
<style>
a { background-color: #E08184; }
a { background-color: rgb(224,129,132); }
div.DivClassName
{
background-color: #E08184;
}
.BgClassName
{
background-color: #E08184;
}
</style>
border-color css
<style>
span { border-color: #E08184; }
span { border-color: rgb(224,129,132); }
td.TdClassName
{
border-color: #E08184;
}
.TagClassName
{
border-color: #E08184;
}
</style>