Shades of Carissma #E0809C
Tints of Carissma #E0809C
RGB
CMYK
RGB Variations
Color information
#E0809C (or 0xE0809C) is known color: Carissma. HEX triplet: E0, 80 and 9C. RGB value is (224,128,156). Sum of RGB (Red+Green+Blue) = 224+128+156=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0809C is #1F7F63. Grayscale: #9F9F9F. Windows color (decimal): -2064228 or 10256608. OLE color: 10256608.
HSL color Cylindrical-coordinate representation of color #E0809C: hue angle of 342.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0809C is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 156 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.12 |
| HSL | 342.5º | 0.61% | 0.69% | - |
| HSV(B) | 342.5º | 0.43% | 0.88% | - |
| XYZ | 44.46 | 33.69 | 35.61 | - |
| YUV | 159.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 156 | 0 | 0.43 | 0.30 | 0.12 | 342.5 | 0.61 | 0.69 |
| Hex | E0 | 80 | 9C | 0 | 2B | 1E | C | 156 | 3D | 45 |
| Octal | 340 | 200 | 234 | 0 | 53 | 36 | 14 | 526 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10011100 | 0 | 101011 | 11110 | 1100 | 101010110 | 111101 | 1000101 |
Color Harmonies of #E0809C
Complementary color
Monochromatic Colors of #E0809C
Black with #E0809C
Text Example
Text Example
White with #E0809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0809C; }
p { color: rgb(224,128,156); }
H1.HeaderClassName
{
color: #E0809C;
}
.AnyTagClassName
{
color: #E0809C;
}
</style>
background-color css
<style>
a { background-color: #E0809C; }
a { background-color: rgb(224,128,156); }
div.DivClassName
{
background-color: #E0809C;
}
.BgClassName
{
background-color: #E0809C;
}
</style>
border-color css
<style>
span { border-color: #E0809C; }
span { border-color: rgb(224,128,156); }
td.TdClassName
{
border-color: #E0809C;
}
.TagClassName
{
border-color: #E0809C;
}
</style>