Shades of Carissma #E784A0
Tints of Carissma #E784A0
RGB
CMYK
RGB Variations
Color information
#E784A0 (or 0xE784A0) is known color: Carissma. HEX triplet: E7, 84 and A0. RGB value is (231,132,160). Sum of RGB (Red+Green+Blue) = 231+132+160=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E784A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E784A0 is #187B5F. Grayscale: #A4A4A4. Windows color (decimal): -1604448 or 10519783. OLE color: 10519783.
HSL color Cylindrical-coordinate representation of color #E784A0: hue angle of 343.03º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E784A0 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 160 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.09 |
| HSL | 343.03º | 0.67% | 0.71% | - |
| HSV(B) | 343.03º | 0.43% | 0.91% | - |
| XYZ | 47.55 | 36.03 | 37.71 | - |
| YUV | 164.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 160 | 0 | 0.43 | 0.31 | 0.09 | 343.03 | 0.67 | 0.71 |
| Hex | E7 | 84 | A0 | 0 | 2B | 1F | 9 | 157 | 43 | 47 |
| Octal | 347 | 204 | 240 | 0 | 53 | 37 | 11 | 527 | 103 | 107 |
| Binary | 11100111 | 10000100 | 10100000 | 0 | 101011 | 11111 | 1001 | 101010111 | 1000011 | 1000111 |
Color Harmonies of #E784A0
Complementary color
Monochromatic Colors of #E784A0
Black with #E784A0
Text Example
Text Example
White with #E784A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784A0; }
p { color: rgb(231,132,160); }
H1.HeaderClassName
{
color: #E784A0;
}
.AnyTagClassName
{
color: #E784A0;
}
</style>
background-color css
<style>
a { background-color: #E784A0; }
a { background-color: rgb(231,132,160); }
div.DivClassName
{
background-color: #E784A0;
}
.BgClassName
{
background-color: #E784A0;
}
</style>
border-color css
<style>
span { border-color: #E784A0; }
span { border-color: rgb(231,132,160); }
td.TdClassName
{
border-color: #E784A0;
}
.TagClassName
{
border-color: #E784A0;
}
</style>