Shades of French Rose #E64C97
Tints of French Rose #E64C97
RGB
CMYK
RGB Variations
Color information
#E64C97 (or 0xE64C97) is known color: French Rose. HEX triplet: E6, 4C and 97. RGB value is (230,76,151). Sum of RGB (Red+Green+Blue) = 230+76+151=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64C97 is #19B368. Grayscale: #828282. Windows color (decimal): -1684329 or 9915622. OLE color: 9915622.
HSL color Cylindrical-coordinate representation of color #E64C97: hue angle of 330.78º 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 #E64C97 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 151 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.10 |
| HSL | 330.78º | 0.75% | 0.6% | - |
| HSV(B) | 330.78º | 0.67% | 0.9% | - |
| XYZ | 40.8 | 24.23 | 31.8 | - |
| YUV | 130.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 151 | 0 | 0.67 | 0.34 | 0.10 | 330.78 | 0.75 | 0.6 |
| Hex | E6 | 4C | 97 | 0 | 43 | 22 | A | 14B | 4B | 3C |
| Octal | 346 | 114 | 227 | 0 | 103 | 42 | 12 | 513 | 113 | 74 |
| Binary | 11100110 | 1001100 | 10010111 | 0 | 1000011 | 100010 | 1010 | 101001011 | 1001011 | 111100 |
Color Harmonies of #E64C97
Complementary color
Monochromatic Colors of #E64C97
Black with #E64C97
Text Example
Text Example
White with #E64C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C97; }
p { color: rgb(230,76,151); }
H1.HeaderClassName
{
color: #E64C97;
}
.AnyTagClassName
{
color: #E64C97;
}
</style>
background-color css
<style>
a { background-color: #E64C97; }
a { background-color: rgb(230,76,151); }
div.DivClassName
{
background-color: #E64C97;
}
.BgClassName
{
background-color: #E64C97;
}
</style>
border-color css
<style>
span { border-color: #E64C97; }
span { border-color: rgb(230,76,151); }
td.TdClassName
{
border-color: #E64C97;
}
.TagClassName
{
border-color: #E64C97;
}
</style>