Shades of French Rose #E64A93
Tints of French Rose #E64A93
RGB
CMYK
RGB Variations
Color information
#E64A93 (or 0xE64A93) is known color: French Rose. HEX triplet: E6, 4A and 93. RGB value is (230,74,147). Sum of RGB (Red+Green+Blue) = 230+74+147=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64A93 is #19B56C. Grayscale: #808080. Windows color (decimal): -1684845 or 9652966. OLE color: 9652966.
HSL color Cylindrical-coordinate representation of color #E64A93: hue angle of 331.92º 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 #E64A93 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 147 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.10 |
| HSL | 331.92º | 0.76% | 0.6% | - |
| HSV(B) | 331.92º | 0.68% | 0.9% | - |
| XYZ | 40.35 | 23.83 | 30.08 | - |
| YUV | 128.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 147 | 0 | 0.68 | 0.36 | 0.10 | 331.92 | 0.76 | 0.6 |
| Hex | E6 | 4A | 93 | 0 | 44 | 24 | A | 14C | 4C | 3C |
| Octal | 346 | 112 | 223 | 0 | 104 | 44 | 12 | 514 | 114 | 74 |
| Binary | 11100110 | 1001010 | 10010011 | 0 | 1000100 | 100100 | 1010 | 101001100 | 1001100 | 111100 |
Color Harmonies of #E64A93
Complementary color
Monochromatic Colors of #E64A93
Black with #E64A93
Text Example
Text Example
White with #E64A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A93; }
p { color: rgb(230,74,147); }
H1.HeaderClassName
{
color: #E64A93;
}
.AnyTagClassName
{
color: #E64A93;
}
</style>
background-color css
<style>
a { background-color: #E64A93; }
a { background-color: rgb(230,74,147); }
div.DivClassName
{
background-color: #E64A93;
}
.BgClassName
{
background-color: #E64A93;
}
</style>
border-color css
<style>
span { border-color: #E64A93; }
span { border-color: rgb(230,74,147); }
td.TdClassName
{
border-color: #E64A93;
}
.TagClassName
{
border-color: #E64A93;
}
</style>