Shades of Brilliant Rose #E25AA2
Tints of Brilliant Rose #E25AA2
RGB
CMYK
RGB Variations
Color information
#E25AA2 (or 0xE25AA2) is known color: Brilliant Rose. HEX triplet: E2, 5A and A2. RGB value is (226,90,162). Sum of RGB (Red+Green+Blue) = 226+90+162=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25AA2 is #1DA55D. Grayscale: #8A8A8A. Windows color (decimal): -1942878 or 10640098. OLE color: 10640098.
HSL color Cylindrical-coordinate representation of color #E25AA2: hue angle of 328.24º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25AA2 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 162 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.11 |
| HSL | 328.24º | 0.7% | 0.62% | - |
| HSV(B) | 328.24º | 0.6% | 0.89% | - |
| XYZ | 41.54 | 26.09 | 37.03 | - |
| YUV | 138.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 162 | 0 | 0.60 | 0.28 | 0.11 | 328.24 | 0.7 | 0.62 |
| Hex | E2 | 5A | A2 | 0 | 3C | 1C | B | 148 | 46 | 3E |
| Octal | 342 | 132 | 242 | 0 | 74 | 34 | 13 | 510 | 106 | 76 |
| Binary | 11100010 | 1011010 | 10100010 | 0 | 111100 | 11100 | 1011 | 101001000 | 1000110 | 111110 |
Color Harmonies of #E25AA2
Complementary color
Monochromatic Colors of #E25AA2
Black with #E25AA2
Text Example
Text Example
White with #E25AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25AA2; }
p { color: rgb(226,90,162); }
H1.HeaderClassName
{
color: #E25AA2;
}
.AnyTagClassName
{
color: #E25AA2;
}
</style>
background-color css
<style>
a { background-color: #E25AA2; }
a { background-color: rgb(226,90,162); }
div.DivClassName
{
background-color: #E25AA2;
}
.BgClassName
{
background-color: #E25AA2;
}
</style>
border-color css
<style>
span { border-color: #E25AA2; }
span { border-color: rgb(226,90,162); }
td.TdClassName
{
border-color: #E25AA2;
}
.TagClassName
{
border-color: #E25AA2;
}
</style>