Shades of French Rose #E65899
Tints of French Rose #E65899
RGB
CMYK
RGB Variations
Color information
#E65899 (or 0xE65899) is known color: French Rose. HEX triplet: E6, 58 and 99. RGB value is (230,88,153). Sum of RGB (Red+Green+Blue) = 230+88+153=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E65899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65899 is #19A766. Grayscale: #898989. Windows color (decimal): -1681255 or 10049766. OLE color: 10049766.
HSL color Cylindrical-coordinate representation of color #E65899: hue angle of 332.54º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65899 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 153 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.10 |
| HSL | 332.54º | 0.74% | 0.62% | - |
| HSV(B) | 332.54º | 0.62% | 0.9% | - |
| XYZ | 41.87 | 26.1 | 32.97 | - |
| YUV | 137.87 | 136.54 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 153 | 0 | 0.62 | 0.33 | 0.10 | 332.54 | 0.74 | 0.62 |
| Hex | E6 | 58 | 99 | 0 | 3E | 21 | A | 14D | 4A | 3E |
| Octal | 346 | 130 | 231 | 0 | 76 | 41 | 12 | 515 | 112 | 76 |
| Binary | 11100110 | 1011000 | 10011001 | 0 | 111110 | 100001 | 1010 | 101001101 | 1001010 | 111110 |
Color Harmonies of #E65899
Complementary color
Monochromatic Colors of #E65899
Black with #E65899
Text Example
Text Example
White with #E65899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65899; }
p { color: rgb(230,88,153); }
H1.HeaderClassName
{
color: #E65899;
}
.AnyTagClassName
{
color: #E65899;
}
</style>
background-color css
<style>
a { background-color: #E65899; }
a { background-color: rgb(230,88,153); }
div.DivClassName
{
background-color: #E65899;
}
.BgClassName
{
background-color: #E65899;
}
</style>
border-color css
<style>
span { border-color: #E65899; }
span { border-color: rgb(230,88,153); }
td.TdClassName
{
border-color: #E65899;
}
.TagClassName
{
border-color: #E65899;
}
</style>