Shades of French Rose #E84F9A
Tints of French Rose #E84F9A
RGB
CMYK
RGB Variations
Color information
#E84F9A (or 0xE84F9A) is known color: French Rose. HEX triplet: E8, 4F and 9A. RGB value is (232,79,154). Sum of RGB (Red+Green+Blue) = 232+79+154=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84F9A is #17B065. Grayscale: #858585. Windows color (decimal): -1552486 or 10113000. OLE color: 10113000.
HSL color Cylindrical-coordinate representation of color #E84F9A: hue angle of 330.59º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E84F9A is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 79 | 154 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.09 |
| HSL | 330.59º | 0.77% | 0.61% | - |
| HSV(B) | 330.59º | 0.66% | 0.91% | - |
| XYZ | 41.91 | 25.08 | 33.2 | - |
| YUV | 133.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 79 | 154 | 0 | 0.66 | 0.34 | 0.09 | 330.59 | 0.77 | 0.61 |
| Hex | E8 | 4F | 9A | 0 | 42 | 22 | 9 | 14B | 4D | 3D |
| Octal | 350 | 117 | 232 | 0 | 102 | 42 | 11 | 513 | 115 | 75 |
| Binary | 11101000 | 1001111 | 10011010 | 0 | 1000010 | 100010 | 1001 | 101001011 | 1001101 | 111101 |
Color Harmonies of #E84F9A
Complementary color
Monochromatic Colors of #E84F9A
Black with #E84F9A
Text Example
Text Example
White with #E84F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84F9A; }
p { color: rgb(232,79,154); }
H1.HeaderClassName
{
color: #E84F9A;
}
.AnyTagClassName
{
color: #E84F9A;
}
</style>
background-color css
<style>
a { background-color: #E84F9A; }
a { background-color: rgb(232,79,154); }
div.DivClassName
{
background-color: #E84F9A;
}
.BgClassName
{
background-color: #E84F9A;
}
</style>
border-color css
<style>
span { border-color: #E84F9A; }
span { border-color: rgb(232,79,154); }
td.TdClassName
{
border-color: #E84F9A;
}
.TagClassName
{
border-color: #E84F9A;
}
</style>