Shades of Brilliant Rose #E25CA9
Tints of Brilliant Rose #E25CA9
RGB
CMYK
RGB Variations
Color information
#E25CA9 (or 0xE25CA9) is known color: Brilliant Rose. HEX triplet: E2, 5C and A9. RGB value is (226,92,169). Sum of RGB (Red+Green+Blue) = 226+92+169=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25CA9 is #1DA356. Grayscale: #8C8C8C. Windows color (decimal): -1942359 or 11099362. OLE color: 11099362.
HSL color Cylindrical-coordinate representation of color #E25CA9: hue angle of 325.52º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25CA9 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 169 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.11 |
| HSL | 325.52º | 0.7% | 0.62% | - |
| HSV(B) | 325.52º | 0.59% | 0.89% | - |
| XYZ | 42.35 | 26.69 | 40.46 | - |
| YUV | 140.84 | 143.89 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 169 | 0 | 0.59 | 0.25 | 0.11 | 325.52 | 0.7 | 0.62 |
| Hex | E2 | 5C | A9 | 0 | 3B | 19 | B | 146 | 46 | 3E |
| Octal | 342 | 134 | 251 | 0 | 73 | 31 | 13 | 506 | 106 | 76 |
| Binary | 11100010 | 1011100 | 10101001 | 0 | 111011 | 11001 | 1011 | 101000110 | 1000110 | 111110 |
Color Harmonies of #E25CA9
Complementary color
Monochromatic Colors of #E25CA9
Black with #E25CA9
Text Example
Text Example
White with #E25CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CA9; }
p { color: rgb(226,92,169); }
H1.HeaderClassName
{
color: #E25CA9;
}
.AnyTagClassName
{
color: #E25CA9;
}
</style>
background-color css
<style>
a { background-color: #E25CA9; }
a { background-color: rgb(226,92,169); }
div.DivClassName
{
background-color: #E25CA9;
}
.BgClassName
{
background-color: #E25CA9;
}
</style>
border-color css
<style>
span { border-color: #E25CA9; }
span { border-color: rgb(226,92,169); }
td.TdClassName
{
border-color: #E25CA9;
}
.TagClassName
{
border-color: #E25CA9;
}
</style>