Shades of Brilliant Rose #E25BA3
Tints of Brilliant Rose #E25BA3
RGB
CMYK
RGB Variations
Color information
#E25BA3 (or 0xE25BA3) is known color: Brilliant Rose. HEX triplet: E2, 5B and A3. RGB value is (226,91,163). Sum of RGB (Red+Green+Blue) = 226+91+163=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25BA3 is #1DA45C. Grayscale: #8B8B8B. Windows color (decimal): -1942621 or 10705890. OLE color: 10705890.
HSL color Cylindrical-coordinate representation of color #E25BA3: hue angle of 328º 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 #E25BA3 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 163 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.11 |
| HSL | 328º | 0.7% | 0.62% | - |
| HSV(B) | 328º | 0.6% | 0.89% | - |
| XYZ | 41.72 | 26.3 | 37.53 | - |
| YUV | 139.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 163 | 0 | 0.60 | 0.28 | 0.11 | 328 | 0.7 | 0.62 |
| Hex | E2 | 5B | A3 | 0 | 3C | 1C | B | 148 | 46 | 3E |
| Octal | 342 | 133 | 243 | 0 | 74 | 34 | 13 | 510 | 106 | 76 |
| Binary | 11100010 | 1011011 | 10100011 | 0 | 111100 | 11100 | 1011 | 101001000 | 1000110 | 111110 |
Color Harmonies of #E25BA3
Complementary color
Monochromatic Colors of #E25BA3
Black with #E25BA3
Text Example
Text Example
White with #E25BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BA3; }
p { color: rgb(226,91,163); }
H1.HeaderClassName
{
color: #E25BA3;
}
.AnyTagClassName
{
color: #E25BA3;
}
</style>
background-color css
<style>
a { background-color: #E25BA3; }
a { background-color: rgb(226,91,163); }
div.DivClassName
{
background-color: #E25BA3;
}
.BgClassName
{
background-color: #E25BA3;
}
</style>
border-color css
<style>
span { border-color: #E25BA3; }
span { border-color: rgb(226,91,163); }
td.TdClassName
{
border-color: #E25BA3;
}
.TagClassName
{
border-color: #E25BA3;
}
</style>