Shades of Brilliant Rose #E25CA3
Tints of Brilliant Rose #E25CA3
RGB
CMYK
RGB Variations
Color information
#E25CA3 (or 0xE25CA3) is known color: Brilliant Rose. HEX triplet: E2, 5C and A3. RGB value is (226,92,163). Sum of RGB (Red+Green+Blue) = 226+92+163=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25CA3 is #1DA35C. Grayscale: #8C8C8C. Windows color (decimal): -1942365 or 10706146. OLE color: 10706146.
HSL color Cylindrical-coordinate representation of color #E25CA3: hue angle of 328.21º 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 #E25CA3 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 163 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.11 |
| HSL | 328.21º | 0.7% | 0.62% | - |
| HSV(B) | 328.21º | 0.59% | 0.89% | - |
| XYZ | 41.8 | 26.47 | 37.56 | - |
| YUV | 140.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 163 | 0 | 0.59 | 0.28 | 0.11 | 328.21 | 0.7 | 0.62 |
| Hex | E2 | 5C | A3 | 0 | 3B | 1C | B | 148 | 46 | 3E |
| Octal | 342 | 134 | 243 | 0 | 73 | 34 | 13 | 510 | 106 | 76 |
| Binary | 11100010 | 1011100 | 10100011 | 0 | 111011 | 11100 | 1011 | 101001000 | 1000110 | 111110 |
Color Harmonies of #E25CA3
Complementary color
Monochromatic Colors of #E25CA3
Black with #E25CA3
Text Example
Text Example
White with #E25CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CA3; }
p { color: rgb(226,92,163); }
H1.HeaderClassName
{
color: #E25CA3;
}
.AnyTagClassName
{
color: #E25CA3;
}
</style>
background-color css
<style>
a { background-color: #E25CA3; }
a { background-color: rgb(226,92,163); }
div.DivClassName
{
background-color: #E25CA3;
}
.BgClassName
{
background-color: #E25CA3;
}
</style>
border-color css
<style>
span { border-color: #E25CA3; }
span { border-color: rgb(226,92,163); }
td.TdClassName
{
border-color: #E25CA3;
}
.TagClassName
{
border-color: #E25CA3;
}
</style>