Shades of Brilliant Rose #E3529F
Tints of Brilliant Rose #E3529F
RGB
CMYK
RGB Variations
Color information
#E3529F (or 0xE3529F) is known color: Brilliant Rose. HEX triplet: E3, 52 and 9F. RGB value is (227,82,159). Sum of RGB (Red+Green+Blue) = 227+82+159=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E3529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3529F is #1CAD60. Grayscale: #858585. Windows color (decimal): -1879393 or 10441443. OLE color: 10441443.
HSL color Cylindrical-coordinate representation of color #E3529F: hue angle of 328.14º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3529F is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 159 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.11 |
| HSL | 328.14º | 0.72% | 0.61% | - |
| HSV(B) | 328.14º | 0.64% | 0.89% | - |
| XYZ | 40.95 | 24.87 | 35.44 | - |
| YUV | 134.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 159 | 0 | 0.64 | 0.30 | 0.11 | 328.14 | 0.72 | 0.61 |
| Hex | E3 | 52 | 9F | 0 | 40 | 1E | B | 148 | 48 | 3D |
| Octal | 343 | 122 | 237 | 0 | 100 | 36 | 13 | 510 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10011111 | 0 | 1000000 | 11110 | 1011 | 101001000 | 1001000 | 111101 |
Color Harmonies of #E3529F
Complementary color
Monochromatic Colors of #E3529F
Black with #E3529F
Text Example
Text Example
White with #E3529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3529F; }
p { color: rgb(227,82,159); }
H1.HeaderClassName
{
color: #E3529F;
}
.AnyTagClassName
{
color: #E3529F;
}
</style>
background-color css
<style>
a { background-color: #E3529F; }
a { background-color: rgb(227,82,159); }
div.DivClassName
{
background-color: #E3529F;
}
.BgClassName
{
background-color: #E3529F;
}
</style>
border-color css
<style>
span { border-color: #E3529F; }
span { border-color: rgb(227,82,159); }
td.TdClassName
{
border-color: #E3529F;
}
.TagClassName
{
border-color: #E3529F;
}
</style>