Shades of French Rose #E64A8A
Tints of French Rose #E64A8A
RGB
CMYK
RGB Variations
Color information
#E64A8A (or 0xE64A8A) is known color: French Rose. HEX triplet: E6, 4A and 8A. RGB value is (230,74,138). Sum of RGB (Red+Green+Blue) = 230+74+138=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64A8A is #19B575. Grayscale: #7F7F7F. Windows color (decimal): -1684854 or 9063142. OLE color: 9063142.
HSL color Cylindrical-coordinate representation of color #E64A8A: hue angle of 335.38º 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 #E64A8A is Cyan = 0, Magento = 0.68, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 138 | - |
| CMYK | 0 | 0.68 | 0.4 | 0.10 |
| HSL | 335.38º | 0.76% | 0.6% | - |
| HSV(B) | 335.38º | 0.68% | 0.9% | - |
| XYZ | 39.67 | 23.56 | 26.5 | - |
| YUV | 127.94 | 133.68 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 138 | 0 | 0.68 | 0.4 | 0.10 | 335.38 | 0.76 | 0.6 |
| Hex | E6 | 4A | 8A | 0 | 44 | 28 | A | 14F | 4C | 3C |
| Octal | 346 | 112 | 212 | 0 | 104 | 50 | 12 | 517 | 114 | 74 |
| Binary | 11100110 | 1001010 | 10001010 | 0 | 1000100 | 101000 | 1010 | 101001111 | 1001100 | 111100 |
Color Harmonies of #E64A8A
Complementary color
Monochromatic Colors of #E64A8A
Black with #E64A8A
Text Example
Text Example
White with #E64A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A8A; }
p { color: rgb(230,74,138); }
H1.HeaderClassName
{
color: #E64A8A;
}
.AnyTagClassName
{
color: #E64A8A;
}
</style>
background-color css
<style>
a { background-color: #E64A8A; }
a { background-color: rgb(230,74,138); }
div.DivClassName
{
background-color: #E64A8A;
}
.BgClassName
{
background-color: #E64A8A;
}
</style>
border-color css
<style>
span { border-color: #E64A8A; }
span { border-color: rgb(230,74,138); }
td.TdClassName
{
border-color: #E64A8A;
}
.TagClassName
{
border-color: #E64A8A;
}
</style>