Shades of Carissma #E5808E
Tints of Carissma #E5808E
RGB
CMYK
RGB Variations
Color information
#E5808E (or 0xE5808E) is known color: Carissma. HEX triplet: E5, 80 and 8E. RGB value is (229,128,142). Sum of RGB (Red+Green+Blue) = 229+128+142=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5808E is #1A7F71. Grayscale: #9F9F9F. Windows color (decimal): -1736562 or 9339109. OLE color: 9339109.
HSL color Cylindrical-coordinate representation of color #E5808E: hue angle of 351.68º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5808E is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 142 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.10 |
| HSL | 351.68º | 0.66% | 0.7% | - |
| HSV(B) | 351.68º | 0.44% | 0.9% | - |
| XYZ | 44.91 | 34.05 | 29.8 | - |
| YUV | 159.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 142 | 0 | 0.44 | 0.38 | 0.10 | 351.68 | 0.66 | 0.7 |
| Hex | E5 | 80 | 8E | 0 | 2C | 26 | A | 160 | 42 | 46 |
| Octal | 345 | 200 | 216 | 0 | 54 | 46 | 12 | 540 | 102 | 106 |
| Binary | 11100101 | 10000000 | 10001110 | 0 | 101100 | 100110 | 1010 | 101100000 | 1000010 | 1000110 |
Color Harmonies of #E5808E
Complementary color
Monochromatic Colors of #E5808E
Black with #E5808E
Text Example
Text Example
White with #E5808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5808E; }
p { color: rgb(229,128,142); }
H1.HeaderClassName
{
color: #E5808E;
}
.AnyTagClassName
{
color: #E5808E;
}
</style>
background-color css
<style>
a { background-color: #E5808E; }
a { background-color: rgb(229,128,142); }
div.DivClassName
{
background-color: #E5808E;
}
.BgClassName
{
background-color: #E5808E;
}
</style>
border-color css
<style>
span { border-color: #E5808E; }
span { border-color: rgb(229,128,142); }
td.TdClassName
{
border-color: #E5808E;
}
.TagClassName
{
border-color: #E5808E;
}
</style>