Shades of French Rose #E64C96
Tints of French Rose #E64C96
RGB
CMYK
RGB Variations
Color information
#E64C96 (or 0xE64C96) is known color: French Rose. HEX triplet: E6, 4C and 96. RGB value is (230,76,150). Sum of RGB (Red+Green+Blue) = 230+76+150=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64C96 is #19B369. Grayscale: #828282. Windows color (decimal): -1684330 or 9850086. OLE color: 9850086.
HSL color Cylindrical-coordinate representation of color #E64C96: hue angle of 331.17º 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 #E64C96 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 150 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.10 |
| HSL | 331.17º | 0.75% | 0.6% | - |
| HSV(B) | 331.17º | 0.67% | 0.9% | - |
| XYZ | 40.72 | 24.19 | 31.38 | - |
| YUV | 130.48 | 139.02 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 150 | 0 | 0.67 | 0.35 | 0.10 | 331.17 | 0.75 | 0.6 |
| Hex | E6 | 4C | 96 | 0 | 43 | 23 | A | 14B | 4B | 3C |
| Octal | 346 | 114 | 226 | 0 | 103 | 43 | 12 | 513 | 113 | 74 |
| Binary | 11100110 | 1001100 | 10010110 | 0 | 1000011 | 100011 | 1010 | 101001011 | 1001011 | 111100 |
Color Harmonies of #E64C96
Complementary color
Monochromatic Colors of #E64C96
Black with #E64C96
Text Example
Text Example
White with #E64C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C96; }
p { color: rgb(230,76,150); }
H1.HeaderClassName
{
color: #E64C96;
}
.AnyTagClassName
{
color: #E64C96;
}
</style>
background-color css
<style>
a { background-color: #E64C96; }
a { background-color: rgb(230,76,150); }
div.DivClassName
{
background-color: #E64C96;
}
.BgClassName
{
background-color: #E64C96;
}
</style>
border-color css
<style>
span { border-color: #E64C96; }
span { border-color: rgb(230,76,150); }
td.TdClassName
{
border-color: #E64C96;
}
.TagClassName
{
border-color: #E64C96;
}
</style>