Shades of Brilliant Rose #E3519D
Tints of Brilliant Rose #E3519D
RGB
CMYK
RGB Variations
Color information
#E3519D (or 0xE3519D) is known color: Brilliant Rose. HEX triplet: E3, 51 and 9D. RGB value is (227,81,157). Sum of RGB (Red+Green+Blue) = 227+81+157=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E3519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3519D is #1CAE62. Grayscale: #858585. Windows color (decimal): -1879651 or 10310115. OLE color: 10310115.
HSL color Cylindrical-coordinate representation of color #E3519D: hue angle of 328.77º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3519D is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 157 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.11 |
| HSL | 328.77º | 0.72% | 0.6% | - |
| HSV(B) | 328.77º | 0.64% | 0.89% | - |
| XYZ | 40.71 | 24.65 | 34.51 | - |
| YUV | 133.32 | 141.37 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 157 | 0 | 0.64 | 0.31 | 0.11 | 328.77 | 0.72 | 0.6 |
| Hex | E3 | 51 | 9D | 0 | 40 | 1F | B | 149 | 48 | 3C |
| Octal | 343 | 121 | 235 | 0 | 100 | 37 | 13 | 511 | 110 | 74 |
| Binary | 11100011 | 1010001 | 10011101 | 0 | 1000000 | 11111 | 1011 | 101001001 | 1001000 | 111100 |
Color Harmonies of #E3519D
Complementary color
Monochromatic Colors of #E3519D
Black with #E3519D
Text Example
Text Example
White with #E3519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3519D; }
p { color: rgb(227,81,157); }
H1.HeaderClassName
{
color: #E3519D;
}
.AnyTagClassName
{
color: #E3519D;
}
</style>
background-color css
<style>
a { background-color: #E3519D; }
a { background-color: rgb(227,81,157); }
div.DivClassName
{
background-color: #E3519D;
}
.BgClassName
{
background-color: #E3519D;
}
</style>
border-color css
<style>
span { border-color: #E3519D; }
span { border-color: rgb(227,81,157); }
td.TdClassName
{
border-color: #E3519D;
}
.TagClassName
{
border-color: #E3519D;
}
</style>