Shades of French Rose #E64A8E
Tints of French Rose #E64A8E
RGB
CMYK
RGB Variations
Color information
#E64A8E (or 0xE64A8E) is known color: French Rose. HEX triplet: E6, 4A and 8E. RGB value is (230,74,142). Sum of RGB (Red+Green+Blue) = 230+74+142=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64A8E is #19B571. Grayscale: #808080. Windows color (decimal): -1684850 or 9325286. OLE color: 9325286.
HSL color Cylindrical-coordinate representation of color #E64A8E: hue angle of 333.85º 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 #E64A8E is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 142 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.10 |
| HSL | 333.85º | 0.76% | 0.6% | - |
| HSV(B) | 333.85º | 0.68% | 0.9% | - |
| XYZ | 39.96 | 23.67 | 28.05 | - |
| YUV | 128.4 | 135.68 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 142 | 0 | 0.68 | 0.38 | 0.10 | 333.85 | 0.76 | 0.6 |
| Hex | E6 | 4A | 8E | 0 | 44 | 26 | A | 14E | 4C | 3C |
| Octal | 346 | 112 | 216 | 0 | 104 | 46 | 12 | 516 | 114 | 74 |
| Binary | 11100110 | 1001010 | 10001110 | 0 | 1000100 | 100110 | 1010 | 101001110 | 1001100 | 111100 |
Color Harmonies of #E64A8E
Complementary color
Monochromatic Colors of #E64A8E
Black with #E64A8E
Text Example
Text Example
White with #E64A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A8E; }
p { color: rgb(230,74,142); }
H1.HeaderClassName
{
color: #E64A8E;
}
.AnyTagClassName
{
color: #E64A8E;
}
</style>
background-color css
<style>
a { background-color: #E64A8E; }
a { background-color: rgb(230,74,142); }
div.DivClassName
{
background-color: #E64A8E;
}
.BgClassName
{
background-color: #E64A8E;
}
</style>
border-color css
<style>
span { border-color: #E64A8E; }
span { border-color: rgb(230,74,142); }
td.TdClassName
{
border-color: #E64A8E;
}
.TagClassName
{
border-color: #E64A8E;
}
</style>