Shades of Carissma #E08284
Tints of Carissma #E08284
RGB
CMYK
RGB Variations
Color information
#E08284 (or 0xE08284) is known color: Carissma. HEX triplet: E0, 82 and 84. RGB value is (224,130,132). Sum of RGB (Red+Green+Blue) = 224+130+132=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E08284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08284 is #1F7D7B. Grayscale: #9E9E9E. Windows color (decimal): -2063740 or 8684256. OLE color: 8684256.
HSL color Cylindrical-coordinate representation of color #E08284: hue angle of 358.72º degrees, saturation: 0.6, 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 #E08284 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 132 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.12 |
| HSL | 358.72º | 0.6% | 0.69% | - |
| HSV(B) | 358.72º | 0.42% | 0.88% | - |
| XYZ | 42.89 | 33.48 | 26.03 | - |
| YUV | 158.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 132 | 0 | 0.42 | 0.41 | 0.12 | 358.72 | 0.6 | 0.69 |
| Hex | E0 | 82 | 84 | 0 | 2A | 29 | C | 167 | 3C | 45 |
| Octal | 340 | 202 | 204 | 0 | 52 | 51 | 14 | 547 | 74 | 105 |
| Binary | 11100000 | 10000010 | 10000100 | 0 | 101010 | 101001 | 1100 | 101100111 | 111100 | 1000101 |
Color Harmonies of #E08284
Complementary color
Monochromatic Colors of #E08284
Black with #E08284
Text Example
Text Example
White with #E08284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08284; }
p { color: rgb(224,130,132); }
H1.HeaderClassName
{
color: #E08284;
}
.AnyTagClassName
{
color: #E08284;
}
</style>
background-color css
<style>
a { background-color: #E08284; }
a { background-color: rgb(224,130,132); }
div.DivClassName
{
background-color: #E08284;
}
.BgClassName
{
background-color: #E08284;
}
</style>
border-color css
<style>
span { border-color: #E08284; }
span { border-color: rgb(224,130,132); }
td.TdClassName
{
border-color: #E08284;
}
.TagClassName
{
border-color: #E08284;
}
</style>