Shades of French Rose #E95098
Tints of French Rose #E95098
RGB
CMYK
RGB Variations
Color information
#E95098 (or 0xE95098) is known color: French Rose. HEX triplet: E9, 50 and 98. RGB value is (233,80,152). Sum of RGB (Red+Green+Blue) = 233+80+152=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E95098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95098 is #16AF67. Grayscale: #858585. Windows color (decimal): -1486696 or 9982185. OLE color: 9982185.
HSL color Cylindrical-coordinate representation of color #E95098: hue angle of 331.76º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E95098 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 152 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.09 |
| HSL | 331.76º | 0.78% | 0.61% | - |
| HSV(B) | 331.76º | 0.66% | 0.91% | - |
| XYZ | 42.14 | 25.33 | 32.37 | - |
| YUV | 133.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 152 | 0 | 0.66 | 0.35 | 0.09 | 331.76 | 0.78 | 0.61 |
| Hex | E9 | 50 | 98 | 0 | 42 | 23 | 9 | 14C | 4E | 3D |
| Octal | 351 | 120 | 230 | 0 | 102 | 43 | 11 | 514 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10011000 | 0 | 1000010 | 100011 | 1001 | 101001100 | 1001110 | 111101 |
Color Harmonies of #E95098
Complementary color
Monochromatic Colors of #E95098
Black with #E95098
Text Example
Text Example
White with #E95098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95098; }
p { color: rgb(233,80,152); }
H1.HeaderClassName
{
color: #E95098;
}
.AnyTagClassName
{
color: #E95098;
}
</style>
background-color css
<style>
a { background-color: #E95098; }
a { background-color: rgb(233,80,152); }
div.DivClassName
{
background-color: #E95098;
}
.BgClassName
{
background-color: #E95098;
}
</style>
border-color css
<style>
span { border-color: #E95098; }
span { border-color: rgb(233,80,152); }
td.TdClassName
{
border-color: #E95098;
}
.TagClassName
{
border-color: #E95098;
}
</style>