Shades of French Rose #E65698
Tints of French Rose #E65698
RGB
CMYK
RGB Variations
Color information
#E65698 (or 0xE65698) is known color: French Rose. HEX triplet: E6, 56 and 98. RGB value is (230,86,152). Sum of RGB (Red+Green+Blue) = 230+86+152=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E65698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65698 is #19A967. Grayscale: #888888. Windows color (decimal): -1681768 or 9983718. OLE color: 9983718.
HSL color Cylindrical-coordinate representation of color #E65698: hue angle of 332.5º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65698 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 152 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.10 |
| HSL | 332.5º | 0.74% | 0.62% | - |
| HSV(B) | 332.5º | 0.63% | 0.9% | - |
| XYZ | 41.63 | 25.75 | 32.48 | - |
| YUV | 136.58 | 136.71 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 152 | 0 | 0.63 | 0.34 | 0.10 | 332.5 | 0.74 | 0.62 |
| Hex | E6 | 56 | 98 | 0 | 3F | 22 | A | 14C | 4A | 3E |
| Octal | 346 | 126 | 230 | 0 | 77 | 42 | 12 | 514 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10011000 | 0 | 111111 | 100010 | 1010 | 101001100 | 1001010 | 111110 |
Color Harmonies of #E65698
Complementary color
Monochromatic Colors of #E65698
Black with #E65698
Text Example
Text Example
White with #E65698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65698; }
p { color: rgb(230,86,152); }
H1.HeaderClassName
{
color: #E65698;
}
.AnyTagClassName
{
color: #E65698;
}
</style>
background-color css
<style>
a { background-color: #E65698; }
a { background-color: rgb(230,86,152); }
div.DivClassName
{
background-color: #E65698;
}
.BgClassName
{
background-color: #E65698;
}
</style>
border-color css
<style>
span { border-color: #E65698; }
span { border-color: rgb(230,86,152); }
td.TdClassName
{
border-color: #E65698;
}
.TagClassName
{
border-color: #E65698;
}
</style>