Shades of French Rose #E64D98
Tints of French Rose #E64D98
RGB
CMYK
RGB Variations
Color information
#E64D98 (or 0xE64D98) is known color: French Rose. HEX triplet: E6, 4D and 98. RGB value is (230,77,152). Sum of RGB (Red+Green+Blue) = 230+77+152=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D98 is #19B267. Grayscale: #838383. Windows color (decimal): -1684072 or 9981414. OLE color: 9981414.
HSL color Cylindrical-coordinate representation of color #E64D98: hue angle of 330.59º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64D98 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 152 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.10 |
| HSL | 330.59º | 0.75% | 0.6% | - |
| HSV(B) | 330.59º | 0.67% | 0.9% | - |
| XYZ | 40.95 | 24.4 | 32.26 | - |
| YUV | 131.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 152 | 0 | 0.67 | 0.34 | 0.10 | 330.59 | 0.75 | 0.6 |
| Hex | E6 | 4D | 98 | 0 | 43 | 22 | A | 14B | 4B | 3C |
| Octal | 346 | 115 | 230 | 0 | 103 | 42 | 12 | 513 | 113 | 74 |
| Binary | 11100110 | 1001101 | 10011000 | 0 | 1000011 | 100010 | 1010 | 101001011 | 1001011 | 111100 |
Color Harmonies of #E64D98
Complementary color
Monochromatic Colors of #E64D98
Black with #E64D98
Text Example
Text Example
White with #E64D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D98; }
p { color: rgb(230,77,152); }
H1.HeaderClassName
{
color: #E64D98;
}
.AnyTagClassName
{
color: #E64D98;
}
</style>
background-color css
<style>
a { background-color: #E64D98; }
a { background-color: rgb(230,77,152); }
div.DivClassName
{
background-color: #E64D98;
}
.BgClassName
{
background-color: #E64D98;
}
</style>
border-color css
<style>
span { border-color: #E64D98; }
span { border-color: rgb(230,77,152); }
td.TdClassName
{
border-color: #E64D98;
}
.TagClassName
{
border-color: #E64D98;
}
</style>