Shades of Carissma #E0819C
Tints of Carissma #E0819C
RGB
CMYK
RGB Variations
Color information
#E0819C (or 0xE0819C) is known color: Carissma. HEX triplet: E0, 81 and 9C. RGB value is (224,129,156). Sum of RGB (Red+Green+Blue) = 224+129+156=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0819C is #1F7E63. Grayscale: #A0A0A0. Windows color (decimal): -2063972 or 10256864. OLE color: 10256864.
HSL color Cylindrical-coordinate representation of color #E0819C: hue angle of 342.95º degrees, saturation: 0.61, 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 #E0819C is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 156 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.12 |
| HSL | 342.95º | 0.61% | 0.69% | - |
| HSV(B) | 342.95º | 0.42% | 0.88% | - |
| XYZ | 44.59 | 33.95 | 35.65 | - |
| YUV | 160.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 156 | 0 | 0.42 | 0.30 | 0.12 | 342.95 | 0.61 | 0.69 |
| Hex | E0 | 81 | 9C | 0 | 2A | 1E | C | 157 | 3D | 45 |
| Octal | 340 | 201 | 234 | 0 | 52 | 36 | 14 | 527 | 75 | 105 |
| Binary | 11100000 | 10000001 | 10011100 | 0 | 101010 | 11110 | 1100 | 101010111 | 111101 | 1000101 |
Color Harmonies of #E0819C
Complementary color
Monochromatic Colors of #E0819C
Black with #E0819C
Text Example
Text Example
White with #E0819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0819C; }
p { color: rgb(224,129,156); }
H1.HeaderClassName
{
color: #E0819C;
}
.AnyTagClassName
{
color: #E0819C;
}
</style>
background-color css
<style>
a { background-color: #E0819C; }
a { background-color: rgb(224,129,156); }
div.DivClassName
{
background-color: #E0819C;
}
.BgClassName
{
background-color: #E0819C;
}
</style>
border-color css
<style>
span { border-color: #E0819C; }
span { border-color: rgb(224,129,156); }
td.TdClassName
{
border-color: #E0819C;
}
.TagClassName
{
border-color: #E0819C;
}
</style>