Shades of French Rose #E64F93
Tints of French Rose #E64F93
RGB
CMYK
RGB Variations
Color information
#E64F93 (or 0xE64F93) is known color: French Rose. HEX triplet: E6, 4F and 93. RGB value is (230,79,147). Sum of RGB (Red+Green+Blue) = 230+79+147=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F93 is #19B06C. Grayscale: #838383. Windows color (decimal): -1683565 or 9654246. OLE color: 9654246.
HSL color Cylindrical-coordinate representation of color #E64F93: hue angle of 332.98º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64F93 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 147 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.10 |
| HSL | 332.98º | 0.75% | 0.61% | - |
| HSV(B) | 332.98º | 0.66% | 0.9% | - |
| XYZ | 40.7 | 24.52 | 30.19 | - |
| YUV | 131.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 147 | 0 | 0.66 | 0.36 | 0.10 | 332.98 | 0.75 | 0.61 |
| Hex | E6 | 4F | 93 | 0 | 42 | 24 | A | 14D | 4B | 3D |
| Octal | 346 | 117 | 223 | 0 | 102 | 44 | 12 | 515 | 113 | 75 |
| Binary | 11100110 | 1001111 | 10010011 | 0 | 1000010 | 100100 | 1010 | 101001101 | 1001011 | 111101 |
Color Harmonies of #E64F93
Complementary color
Monochromatic Colors of #E64F93
Black with #E64F93
Text Example
Text Example
White with #E64F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F93; }
p { color: rgb(230,79,147); }
H1.HeaderClassName
{
color: #E64F93;
}
.AnyTagClassName
{
color: #E64F93;
}
</style>
background-color css
<style>
a { background-color: #E64F93; }
a { background-color: rgb(230,79,147); }
div.DivClassName
{
background-color: #E64F93;
}
.BgClassName
{
background-color: #E64F93;
}
</style>
border-color css
<style>
span { border-color: #E64F93; }
span { border-color: rgb(230,79,147); }
td.TdClassName
{
border-color: #E64F93;
}
.TagClassName
{
border-color: #E64F93;
}
</style>