Shades of French Rose #E95893
Tints of French Rose #E95893
RGB
CMYK
RGB Variations
Color information
#E95893 (or 0xE95893) is known color: French Rose. HEX triplet: E9, 58 and 93. RGB value is (233,88,147). Sum of RGB (Red+Green+Blue) = 233+88+147=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E95893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95893 is #16A76C. Grayscale: #898989. Windows color (decimal): -1484653 or 9656553. OLE color: 9656553.
HSL color Cylindrical-coordinate representation of color #E95893: hue angle of 335.59º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95893 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 147 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.09 |
| HSL | 335.59º | 0.77% | 0.63% | - |
| HSV(B) | 335.59º | 0.62% | 0.91% | - |
| XYZ | 42.36 | 26.41 | 30.47 | - |
| YUV | 138.08 | 133.04 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 147 | 0 | 0.62 | 0.37 | 0.09 | 335.59 | 0.77 | 0.63 |
| Hex | E9 | 58 | 93 | 0 | 3E | 25 | 9 | 150 | 4D | 3F |
| Octal | 351 | 130 | 223 | 0 | 76 | 45 | 11 | 520 | 115 | 77 |
| Binary | 11101001 | 1011000 | 10010011 | 0 | 111110 | 100101 | 1001 | 101010000 | 1001101 | 111111 |
Color Harmonies of #E95893
Complementary color
Monochromatic Colors of #E95893
Black with #E95893
Text Example
Text Example
White with #E95893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95893; }
p { color: rgb(233,88,147); }
H1.HeaderClassName
{
color: #E95893;
}
.AnyTagClassName
{
color: #E95893;
}
</style>
background-color css
<style>
a { background-color: #E95893; }
a { background-color: rgb(233,88,147); }
div.DivClassName
{
background-color: #E95893;
}
.BgClassName
{
background-color: #E95893;
}
</style>
border-color css
<style>
span { border-color: #E95893; }
span { border-color: rgb(233,88,147); }
td.TdClassName
{
border-color: #E95893;
}
.TagClassName
{
border-color: #E95893;
}
</style>