Shades of French Rose #E25096
Tints of French Rose #E25096
RGB
CMYK
RGB Variations
Color information
#E25096 (or 0xE25096) is known color: French Rose. HEX triplet: E2, 50 and 96. RGB value is (226,80,150). Sum of RGB (Red+Green+Blue) = 226+80+150=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E25096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25096 is #1DAF69. Grayscale: #838383. Windows color (decimal): -1945450 or 9851106. OLE color: 9851106.
HSL color Cylindrical-coordinate representation of color #E25096: hue angle of 331.23º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E25096 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 150 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.11 |
| HSL | 331.23º | 0.72% | 0.6% | - |
| HSV(B) | 331.23º | 0.65% | 0.89% | - |
| XYZ | 39.74 | 24.11 | 31.41 | - |
| YUV | 131.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 150 | 0 | 0.65 | 0.34 | 0.11 | 331.23 | 0.72 | 0.6 |
| Hex | E2 | 50 | 96 | 0 | 41 | 22 | B | 14B | 48 | 3C |
| Octal | 342 | 120 | 226 | 0 | 101 | 42 | 13 | 513 | 110 | 74 |
| Binary | 11100010 | 1010000 | 10010110 | 0 | 1000001 | 100010 | 1011 | 101001011 | 1001000 | 111100 |
Color Harmonies of #E25096
Complementary color
Monochromatic Colors of #E25096
Black with #E25096
Text Example
Text Example
White with #E25096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25096; }
p { color: rgb(226,80,150); }
H1.HeaderClassName
{
color: #E25096;
}
.AnyTagClassName
{
color: #E25096;
}
</style>
background-color css
<style>
a { background-color: #E25096; }
a { background-color: rgb(226,80,150); }
div.DivClassName
{
background-color: #E25096;
}
.BgClassName
{
background-color: #E25096;
}
</style>
border-color css
<style>
span { border-color: #E25096; }
span { border-color: rgb(226,80,150); }
td.TdClassName
{
border-color: #E25096;
}
.TagClassName
{
border-color: #E25096;
}
</style>