Shades of French Rose #E64A9C
Tints of French Rose #E64A9C
RGB
CMYK
RGB Variations
Color information
#E64A9C (or 0xE64A9C) is known color: French Rose. HEX triplet: E6, 4A and 9C. RGB value is (230,74,156). Sum of RGB (Red+Green+Blue) = 230+74+156=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64A9C is #19B563. Grayscale: #818181. Windows color (decimal): -1684836 or 10242790. OLE color: 10242790.
HSL color Cylindrical-coordinate representation of color #E64A9C: hue angle of 328.46º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64A9C is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 156 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.10 |
| HSL | 328.46º | 0.76% | 0.6% | - |
| HSV(B) | 328.46º | 0.68% | 0.9% | - |
| XYZ | 41.08 | 24.12 | 33.94 | - |
| YUV | 129.99 | 142.68 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 156 | 0 | 0.68 | 0.32 | 0.10 | 328.46 | 0.76 | 0.6 |
| Hex | E6 | 4A | 9C | 0 | 44 | 20 | A | 148 | 4C | 3C |
| Octal | 346 | 112 | 234 | 0 | 104 | 40 | 12 | 510 | 114 | 74 |
| Binary | 11100110 | 1001010 | 10011100 | 0 | 1000100 | 100000 | 1010 | 101001000 | 1001100 | 111100 |
Color Harmonies of #E64A9C
Complementary color
Monochromatic Colors of #E64A9C
Black with #E64A9C
Text Example
Text Example
White with #E64A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A9C; }
p { color: rgb(230,74,156); }
H1.HeaderClassName
{
color: #E64A9C;
}
.AnyTagClassName
{
color: #E64A9C;
}
</style>
background-color css
<style>
a { background-color: #E64A9C; }
a { background-color: rgb(230,74,156); }
div.DivClassName
{
background-color: #E64A9C;
}
.BgClassName
{
background-color: #E64A9C;
}
</style>
border-color css
<style>
span { border-color: #E64A9C; }
span { border-color: rgb(230,74,156); }
td.TdClassName
{
border-color: #E64A9C;
}
.TagClassName
{
border-color: #E64A9C;
}
</style>