Shades of French Rose #E64E9C
Tints of French Rose #E64E9C
RGB
CMYK
RGB Variations
Color information
#E64E9C (or 0xE64E9C) is known color: French Rose. HEX triplet: E6, 4E and 9C. RGB value is (230,78,156). Sum of RGB (Red+Green+Blue) = 230+78+156=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64E9C is #19B163. Grayscale: #848484. Windows color (decimal): -1683812 or 10243814. OLE color: 10243814.
HSL color Cylindrical-coordinate representation of color #E64E9C: hue angle of 329.21º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64E9C is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 156 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.10 |
| HSL | 329.21º | 0.75% | 0.6% | - |
| HSV(B) | 329.21º | 0.66% | 0.9% | - |
| XYZ | 41.36 | 24.67 | 34.03 | - |
| YUV | 132.34 | 141.36 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 156 | 0 | 0.66 | 0.32 | 0.10 | 329.21 | 0.75 | 0.6 |
| Hex | E6 | 4E | 9C | 0 | 42 | 20 | A | 149 | 4B | 3C |
| Octal | 346 | 116 | 234 | 0 | 102 | 40 | 12 | 511 | 113 | 74 |
| Binary | 11100110 | 1001110 | 10011100 | 0 | 1000010 | 100000 | 1010 | 101001001 | 1001011 | 111100 |
Color Harmonies of #E64E9C
Complementary color
Monochromatic Colors of #E64E9C
Black with #E64E9C
Text Example
Text Example
White with #E64E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E9C; }
p { color: rgb(230,78,156); }
H1.HeaderClassName
{
color: #E64E9C;
}
.AnyTagClassName
{
color: #E64E9C;
}
</style>
background-color css
<style>
a { background-color: #E64E9C; }
a { background-color: rgb(230,78,156); }
div.DivClassName
{
background-color: #E64E9C;
}
.BgClassName
{
background-color: #E64E9C;
}
</style>
border-color css
<style>
span { border-color: #E64E9C; }
span { border-color: rgb(230,78,156); }
td.TdClassName
{
border-color: #E64E9C;
}
.TagClassName
{
border-color: #E64E9C;
}
</style>