Shades of French Rose #E84B9C
Tints of French Rose #E84B9C
RGB
CMYK
RGB Variations
Color information
#E84B9C (or 0xE84B9C) is known color: French Rose. HEX triplet: E8, 4B and 9C. RGB value is (232,75,156). Sum of RGB (Red+Green+Blue) = 232+75+156=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E84B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84B9C is #17B463. Grayscale: #838383. Windows color (decimal): -1553508 or 10243048. OLE color: 10243048.
HSL color Cylindrical-coordinate representation of color #E84B9C: hue angle of 329.04º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84B9C is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 75 | 156 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.09 |
| HSL | 329.04º | 0.77% | 0.6% | - |
| HSV(B) | 329.04º | 0.68% | 0.91% | - |
| XYZ | 41.8 | 24.59 | 34 | - |
| YUV | 131.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 75 | 156 | 0 | 0.68 | 0.33 | 0.09 | 329.04 | 0.77 | 0.6 |
| Hex | E8 | 4B | 9C | 0 | 44 | 21 | 9 | 149 | 4D | 3C |
| Octal | 350 | 113 | 234 | 0 | 104 | 41 | 11 | 511 | 115 | 74 |
| Binary | 11101000 | 1001011 | 10011100 | 0 | 1000100 | 100001 | 1001 | 101001001 | 1001101 | 111100 |
Color Harmonies of #E84B9C
Complementary color
Monochromatic Colors of #E84B9C
Black with #E84B9C
Text Example
Text Example
White with #E84B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84B9C; }
p { color: rgb(232,75,156); }
H1.HeaderClassName
{
color: #E84B9C;
}
.AnyTagClassName
{
color: #E84B9C;
}
</style>
background-color css
<style>
a { background-color: #E84B9C; }
a { background-color: rgb(232,75,156); }
div.DivClassName
{
background-color: #E84B9C;
}
.BgClassName
{
background-color: #E84B9C;
}
</style>
border-color css
<style>
span { border-color: #E84B9C; }
span { border-color: rgb(232,75,156); }
td.TdClassName
{
border-color: #E84B9C;
}
.TagClassName
{
border-color: #E84B9C;
}
</style>