Shades of Carissma #E5808B
Tints of Carissma #E5808B
RGB
CMYK
RGB Variations
Color information
#E5808B (or 0xE5808B) is known color: Carissma. HEX triplet: E5, 80 and 8B. RGB value is (229,128,139). Sum of RGB (Red+Green+Blue) = 229+128+139=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E5808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5808B is #1A7F74. Grayscale: #9F9F9F. Windows color (decimal): -1736565 or 9142501. OLE color: 9142501.
HSL color Cylindrical-coordinate representation of color #E5808B: hue angle of 353.47º 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 #E5808B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 139 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.10 |
| HSL | 353.47º | 0.66% | 0.7% | - |
| HSV(B) | 353.47º | 0.44% | 0.9% | - |
| XYZ | 44.69 | 33.96 | 28.63 | - |
| YUV | 159.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 139 | 0 | 0.44 | 0.39 | 0.10 | 353.47 | 0.66 | 0.7 |
| Hex | E5 | 80 | 8B | 0 | 2C | 27 | A | 161 | 42 | 46 |
| Octal | 345 | 200 | 213 | 0 | 54 | 47 | 12 | 541 | 102 | 106 |
| Binary | 11100101 | 10000000 | 10001011 | 0 | 101100 | 100111 | 1010 | 101100001 | 1000010 | 1000110 |
Color Harmonies of #E5808B
Complementary color
Monochromatic Colors of #E5808B
Black with #E5808B
Text Example
Text Example
White with #E5808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5808B; }
p { color: rgb(229,128,139); }
H1.HeaderClassName
{
color: #E5808B;
}
.AnyTagClassName
{
color: #E5808B;
}
</style>
background-color css
<style>
a { background-color: #E5808B; }
a { background-color: rgb(229,128,139); }
div.DivClassName
{
background-color: #E5808B;
}
.BgClassName
{
background-color: #E5808B;
}
</style>
border-color css
<style>
span { border-color: #E5808B; }
span { border-color: rgb(229,128,139); }
td.TdClassName
{
border-color: #E5808B;
}
.TagClassName
{
border-color: #E5808B;
}
</style>