Shades of Carissma #E08287
Tints of Carissma #E08287
RGB
CMYK
RGB Variations
Color information
#E08287 (or 0xE08287) is known color: Carissma. HEX triplet: E0, 82 and 87. RGB value is (224,130,135). Sum of RGB (Red+Green+Blue) = 224+130+135=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E08287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08287 is #1F7D78. Grayscale: #9E9E9E. Windows color (decimal): -2063737 or 8880864. OLE color: 8880864.
HSL color Cylindrical-coordinate representation of color #E08287: hue angle of 356.81º 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 #E08287 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 135 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.12 |
| HSL | 356.81º | 0.6% | 0.69% | - |
| HSV(B) | 356.81º | 0.42% | 0.88% | - |
| XYZ | 43.1 | 33.56 | 27.13 | - |
| YUV | 158.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 135 | 0 | 0.42 | 0.40 | 0.12 | 356.81 | 0.6 | 0.69 |
| Hex | E0 | 82 | 87 | 0 | 2A | 28 | C | 165 | 3C | 45 |
| Octal | 340 | 202 | 207 | 0 | 52 | 50 | 14 | 545 | 74 | 105 |
| Binary | 11100000 | 10000010 | 10000111 | 0 | 101010 | 101000 | 1100 | 101100101 | 111100 | 1000101 |
Color Harmonies of #E08287
Complementary color
Monochromatic Colors of #E08287
Black with #E08287
Text Example
Text Example
White with #E08287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08287; }
p { color: rgb(224,130,135); }
H1.HeaderClassName
{
color: #E08287;
}
.AnyTagClassName
{
color: #E08287;
}
</style>
background-color css
<style>
a { background-color: #E08287; }
a { background-color: rgb(224,130,135); }
div.DivClassName
{
background-color: #E08287;
}
.BgClassName
{
background-color: #E08287;
}
</style>
border-color css
<style>
span { border-color: #E08287; }
span { border-color: rgb(224,130,135); }
td.TdClassName
{
border-color: #E08287;
}
.TagClassName
{
border-color: #E08287;
}
</style>