Shades of French Rose #E84C9C
Tints of French Rose #E84C9C
RGB
CMYK
RGB Variations
Color information
#E84C9C (or 0xE84C9C) is known color: French Rose. HEX triplet: E8, 4C and 9C. RGB value is (232,76,156). Sum of RGB (Red+Green+Blue) = 232+76+156=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E84C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84C9C is #17B363. Grayscale: #838383. Windows color (decimal): -1553252 or 10243304. OLE color: 10243304.
HSL color Cylindrical-coordinate representation of color #E84C9C: hue angle of 329.23º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84C9C is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 76 | 156 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.09 |
| HSL | 329.23º | 0.77% | 0.6% | - |
| HSV(B) | 329.23º | 0.67% | 0.91% | - |
| XYZ | 41.86 | 24.72 | 34.02 | - |
| YUV | 131.76 | 141.68 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 76 | 156 | 0 | 0.67 | 0.33 | 0.09 | 329.23 | 0.77 | 0.6 |
| Hex | E8 | 4C | 9C | 0 | 43 | 21 | 9 | 149 | 4D | 3C |
| Octal | 350 | 114 | 234 | 0 | 103 | 41 | 11 | 511 | 115 | 74 |
| Binary | 11101000 | 1001100 | 10011100 | 0 | 1000011 | 100001 | 1001 | 101001001 | 1001101 | 111100 |
Color Harmonies of #E84C9C
Complementary color
Monochromatic Colors of #E84C9C
Black with #E84C9C
Text Example
Text Example
White with #E84C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84C9C; }
p { color: rgb(232,76,156); }
H1.HeaderClassName
{
color: #E84C9C;
}
.AnyTagClassName
{
color: #E84C9C;
}
</style>
background-color css
<style>
a { background-color: #E84C9C; }
a { background-color: rgb(232,76,156); }
div.DivClassName
{
background-color: #E84C9C;
}
.BgClassName
{
background-color: #E84C9C;
}
</style>
border-color css
<style>
span { border-color: #E84C9C; }
span { border-color: rgb(232,76,156); }
td.TdClassName
{
border-color: #E84C9C;
}
.TagClassName
{
border-color: #E84C9C;
}
</style>