Shades of Carissma #E5809C
Tints of Carissma #E5809C
RGB
CMYK
RGB Variations
Color information
#E5809C (or 0xE5809C) is known color: Carissma. HEX triplet: E5, 80 and 9C. RGB value is (229,128,156). Sum of RGB (Red+Green+Blue) = 229+128+156=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E5809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5809C is #1A7F63. Grayscale: #A1A1A1. Windows color (decimal): -1736548 or 10256613. OLE color: 10256613.
HSL color Cylindrical-coordinate representation of color #E5809C: hue angle of 343.37º 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 #E5809C is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 156 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.10 |
| HSL | 343.37º | 0.66% | 0.7% | - |
| HSV(B) | 343.37º | 0.44% | 0.9% | - |
| XYZ | 46.03 | 34.5 | 35.68 | - |
| YUV | 161.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 156 | 0 | 0.44 | 0.32 | 0.10 | 343.37 | 0.66 | 0.7 |
| Hex | E5 | 80 | 9C | 0 | 2C | 20 | A | 157 | 42 | 46 |
| Octal | 345 | 200 | 234 | 0 | 54 | 40 | 12 | 527 | 102 | 106 |
| Binary | 11100101 | 10000000 | 10011100 | 0 | 101100 | 100000 | 1010 | 101010111 | 1000010 | 1000110 |
Color Harmonies of #E5809C
Complementary color
Monochromatic Colors of #E5809C
Black with #E5809C
Text Example
Text Example
White with #E5809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5809C; }
p { color: rgb(229,128,156); }
H1.HeaderClassName
{
color: #E5809C;
}
.AnyTagClassName
{
color: #E5809C;
}
</style>
background-color css
<style>
a { background-color: #E5809C; }
a { background-color: rgb(229,128,156); }
div.DivClassName
{
background-color: #E5809C;
}
.BgClassName
{
background-color: #E5809C;
}
</style>
border-color css
<style>
span { border-color: #E5809C; }
span { border-color: rgb(229,128,156); }
td.TdClassName
{
border-color: #E5809C;
}
.TagClassName
{
border-color: #E5809C;
}
</style>