Shades of French Rose #E75493
Tints of French Rose #E75493
RGB
CMYK
RGB Variations
Color information
#E75493 (or 0xE75493) is known color: French Rose. HEX triplet: E7, 54 and 93. RGB value is (231,84,147). Sum of RGB (Red+Green+Blue) = 231+84+147=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E75493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75493 is #18AB6C. Grayscale: #878787. Windows color (decimal): -1616749 or 9655527. OLE color: 9655527.
HSL color Cylindrical-coordinate representation of color #E75493: hue angle of 334.29º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75493 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 147 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.09 |
| HSL | 334.29º | 0.75% | 0.62% | - |
| HSV(B) | 334.29º | 0.64% | 0.91% | - |
| XYZ | 41.39 | 25.44 | 30.33 | - |
| YUV | 135.14 | 134.7 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 147 | 0 | 0.64 | 0.36 | 0.09 | 334.29 | 0.75 | 0.62 |
| Hex | E7 | 54 | 93 | 0 | 40 | 24 | 9 | 14E | 4B | 3E |
| Octal | 347 | 124 | 223 | 0 | 100 | 44 | 11 | 516 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10010011 | 0 | 1000000 | 100100 | 1001 | 101001110 | 1001011 | 111110 |
Color Harmonies of #E75493
Complementary color
Monochromatic Colors of #E75493
Black with #E75493
Text Example
Text Example
White with #E75493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75493; }
p { color: rgb(231,84,147); }
H1.HeaderClassName
{
color: #E75493;
}
.AnyTagClassName
{
color: #E75493;
}
</style>
background-color css
<style>
a { background-color: #E75493; }
a { background-color: rgb(231,84,147); }
div.DivClassName
{
background-color: #E75493;
}
.BgClassName
{
background-color: #E75493;
}
</style>
border-color css
<style>
span { border-color: #E75493; }
span { border-color: rgb(231,84,147); }
td.TdClassName
{
border-color: #E75493;
}
.TagClassName
{
border-color: #E75493;
}
</style>