Shades of French Rose #E65896
Tints of French Rose #E65896
RGB
CMYK
RGB Variations
Color information
#E65896 (or 0xE65896) is known color: French Rose. HEX triplet: E6, 58 and 96. RGB value is (230,88,150). Sum of RGB (Red+Green+Blue) = 230+88+150=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E65896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65896 is #19A769. Grayscale: #898989. Windows color (decimal): -1681258 or 9853158. OLE color: 9853158.
HSL color Cylindrical-coordinate representation of color #E65896: hue angle of 333.8º 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 #E65896 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 150 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.10 |
| HSL | 333.8º | 0.74% | 0.62% | - |
| HSV(B) | 333.8º | 0.62% | 0.9% | - |
| XYZ | 41.63 | 26 | 31.68 | - |
| YUV | 137.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 150 | 0 | 0.62 | 0.35 | 0.10 | 333.8 | 0.74 | 0.62 |
| Hex | E6 | 58 | 96 | 0 | 3E | 23 | A | 14E | 4A | 3E |
| Octal | 346 | 130 | 226 | 0 | 76 | 43 | 12 | 516 | 112 | 76 |
| Binary | 11100110 | 1011000 | 10010110 | 0 | 111110 | 100011 | 1010 | 101001110 | 1001010 | 111110 |
Color Harmonies of #E65896
Complementary color
Monochromatic Colors of #E65896
Black with #E65896
Text Example
Text Example
White with #E65896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65896; }
p { color: rgb(230,88,150); }
H1.HeaderClassName
{
color: #E65896;
}
.AnyTagClassName
{
color: #E65896;
}
</style>
background-color css
<style>
a { background-color: #E65896; }
a { background-color: rgb(230,88,150); }
div.DivClassName
{
background-color: #E65896;
}
.BgClassName
{
background-color: #E65896;
}
</style>
border-color css
<style>
span { border-color: #E65896; }
span { border-color: rgb(230,88,150); }
td.TdClassName
{
border-color: #E65896;
}
.TagClassName
{
border-color: #E65896;
}
</style>