Shades of French Rose #E65199
Tints of French Rose #E65199
RGB
CMYK
RGB Variations
Color information
#E65199 (or 0xE65199) is known color: French Rose. HEX triplet: E6, 51 and 99. RGB value is (230,81,153). Sum of RGB (Red+Green+Blue) = 230+81+153=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E65199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65199 is #19AE66. Grayscale: #858585. Windows color (decimal): -1683047 or 10047974. OLE color: 10047974.
HSL color Cylindrical-coordinate representation of color #E65199: hue angle of 331.01º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65199 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 153 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.10 |
| HSL | 331.01º | 0.75% | 0.61% | - |
| HSV(B) | 331.01º | 0.65% | 0.9% | - |
| XYZ | 41.33 | 25.01 | 32.79 | - |
| YUV | 133.76 | 138.86 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 153 | 0 | 0.65 | 0.33 | 0.10 | 331.01 | 0.75 | 0.61 |
| Hex | E6 | 51 | 99 | 0 | 41 | 21 | A | 14B | 4B | 3D |
| Octal | 346 | 121 | 231 | 0 | 101 | 41 | 12 | 513 | 113 | 75 |
| Binary | 11100110 | 1010001 | 10011001 | 0 | 1000001 | 100001 | 1010 | 101001011 | 1001011 | 111101 |
Color Harmonies of #E65199
Complementary color
Monochromatic Colors of #E65199
Black with #E65199
Text Example
Text Example
White with #E65199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65199; }
p { color: rgb(230,81,153); }
H1.HeaderClassName
{
color: #E65199;
}
.AnyTagClassName
{
color: #E65199;
}
</style>
background-color css
<style>
a { background-color: #E65199; }
a { background-color: rgb(230,81,153); }
div.DivClassName
{
background-color: #E65199;
}
.BgClassName
{
background-color: #E65199;
}
</style>
border-color css
<style>
span { border-color: #E65199; }
span { border-color: rgb(230,81,153); }
td.TdClassName
{
border-color: #E65199;
}
.TagClassName
{
border-color: #E65199;
}
</style>