Shades of French Rose #E35698
Tints of French Rose #E35698
RGB
CMYK
RGB Variations
Color information
#E35698 (or 0xE35698) is known color: French Rose. HEX triplet: E3, 56 and 98. RGB value is (227,86,152). Sum of RGB (Red+Green+Blue) = 227+86+152=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E35698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35698 is #1CA967. Grayscale: #878787. Windows color (decimal): -1878376 or 9983715. OLE color: 9983715.
HSL color Cylindrical-coordinate representation of color #E35698: hue angle of 331.91º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E35698 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 152 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.11 |
| HSL | 331.91º | 0.72% | 0.61% | - |
| HSV(B) | 331.91º | 0.62% | 0.89% | - |
| XYZ | 40.67 | 25.25 | 32.44 | - |
| YUV | 135.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 152 | 0 | 0.62 | 0.33 | 0.11 | 331.91 | 0.72 | 0.61 |
| Hex | E3 | 56 | 98 | 0 | 3E | 21 | B | 14C | 48 | 3D |
| Octal | 343 | 126 | 230 | 0 | 76 | 41 | 13 | 514 | 110 | 75 |
| Binary | 11100011 | 1010110 | 10011000 | 0 | 111110 | 100001 | 1011 | 101001100 | 1001000 | 111101 |
Color Harmonies of #E35698
Complementary color
Monochromatic Colors of #E35698
Black with #E35698
Text Example
Text Example
White with #E35698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35698; }
p { color: rgb(227,86,152); }
H1.HeaderClassName
{
color: #E35698;
}
.AnyTagClassName
{
color: #E35698;
}
</style>
background-color css
<style>
a { background-color: #E35698; }
a { background-color: rgb(227,86,152); }
div.DivClassName
{
background-color: #E35698;
}
.BgClassName
{
background-color: #E35698;
}
</style>
border-color css
<style>
span { border-color: #E35698; }
span { border-color: rgb(227,86,152); }
td.TdClassName
{
border-color: #E35698;
}
.TagClassName
{
border-color: #E35698;
}
</style>