Shades of French Rose #E25399
Tints of French Rose #E25399
RGB
CMYK
RGB Variations
Color information
#E25399 (or 0xE25399) is known color: French Rose. HEX triplet: E2, 53 and 99. RGB value is (226,83,153). Sum of RGB (Red+Green+Blue) = 226+83+153=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E25399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25399 is #1DAC66. Grayscale: #858585. Windows color (decimal): -1944679 or 10048482. OLE color: 10048482.
HSL color Cylindrical-coordinate representation of color #E25399: hue angle of 330.63º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25399 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 153 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.11 |
| HSL | 330.63º | 0.71% | 0.61% | - |
| HSV(B) | 330.63º | 0.63% | 0.89% | - |
| XYZ | 40.21 | 24.66 | 32.78 | - |
| YUV | 133.74 | 138.88 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 153 | 0 | 0.63 | 0.32 | 0.11 | 330.63 | 0.71 | 0.61 |
| Hex | E2 | 53 | 99 | 0 | 3F | 20 | B | 14B | 47 | 3D |
| Octal | 342 | 123 | 231 | 0 | 77 | 40 | 13 | 513 | 107 | 75 |
| Binary | 11100010 | 1010011 | 10011001 | 0 | 111111 | 100000 | 1011 | 101001011 | 1000111 | 111101 |
Color Harmonies of #E25399
Complementary color
Monochromatic Colors of #E25399
Black with #E25399
Text Example
Text Example
White with #E25399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25399; }
p { color: rgb(226,83,153); }
H1.HeaderClassName
{
color: #E25399;
}
.AnyTagClassName
{
color: #E25399;
}
</style>
background-color css
<style>
a { background-color: #E25399; }
a { background-color: rgb(226,83,153); }
div.DivClassName
{
background-color: #E25399;
}
.BgClassName
{
background-color: #E25399;
}
</style>
border-color css
<style>
span { border-color: #E25399; }
span { border-color: rgb(226,83,153); }
td.TdClassName
{
border-color: #E25399;
}
.TagClassName
{
border-color: #E25399;
}
</style>