Shades of French Rose #E65694
Tints of French Rose #E65694
RGB
CMYK
RGB Variations
Color information
#E65694 (or 0xE65694) is known color: French Rose. HEX triplet: E6, 56 and 94. RGB value is (230,86,148). Sum of RGB (Red+Green+Blue) = 230+86+148=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E65694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65694 is #19A96B. Grayscale: #888888. Windows color (decimal): -1681772 or 9721574. OLE color: 9721574.
HSL color Cylindrical-coordinate representation of color #E65694: hue angle of 334.17º 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 #E65694 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 148 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.10 |
| HSL | 334.17º | 0.74% | 0.62% | - |
| HSV(B) | 334.17º | 0.63% | 0.9% | - |
| XYZ | 41.31 | 25.62 | 30.78 | - |
| YUV | 136.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 148 | 0 | 0.63 | 0.36 | 0.10 | 334.17 | 0.74 | 0.62 |
| Hex | E6 | 56 | 94 | 0 | 3F | 24 | A | 14E | 4A | 3E |
| Octal | 346 | 126 | 224 | 0 | 77 | 44 | 12 | 516 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10010100 | 0 | 111111 | 100100 | 1010 | 101001110 | 1001010 | 111110 |
Color Harmonies of #E65694
Complementary color
Monochromatic Colors of #E65694
Black with #E65694
Text Example
Text Example
White with #E65694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65694; }
p { color: rgb(230,86,148); }
H1.HeaderClassName
{
color: #E65694;
}
.AnyTagClassName
{
color: #E65694;
}
</style>
background-color css
<style>
a { background-color: #E65694; }
a { background-color: rgb(230,86,148); }
div.DivClassName
{
background-color: #E65694;
}
.BgClassName
{
background-color: #E65694;
}
</style>
border-color css
<style>
span { border-color: #E65694; }
span { border-color: rgb(230,86,148); }
td.TdClassName
{
border-color: #E65694;
}
.TagClassName
{
border-color: #E65694;
}
</style>