Shades of Brilliant Rose #E350A2
Tints of Brilliant Rose #E350A2
RGB
CMYK
RGB Variations
Color information
#E350A2 (or 0xE350A2) is known color: Brilliant Rose. HEX triplet: E3, 50 and A2. RGB value is (227,80,162). Sum of RGB (Red+Green+Blue) = 227+80+162=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E350A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E350A2 is #1CAF5D. Grayscale: #858585. Windows color (decimal): -1879902 or 10637539. OLE color: 10637539.
HSL color Cylindrical-coordinate representation of color #E350A2: hue angle of 326.53º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E350A2 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 162 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.11 |
| HSL | 326.53º | 0.72% | 0.6% | - |
| HSV(B) | 326.53º | 0.65% | 0.89% | - |
| XYZ | 41.07 | 24.68 | 36.78 | - |
| YUV | 133.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 162 | 0 | 0.65 | 0.29 | 0.11 | 326.53 | 0.72 | 0.6 |
| Hex | E3 | 50 | A2 | 0 | 41 | 1D | B | 147 | 48 | 3C |
| Octal | 343 | 120 | 242 | 0 | 101 | 35 | 13 | 507 | 110 | 74 |
| Binary | 11100011 | 1010000 | 10100010 | 0 | 1000001 | 11101 | 1011 | 101000111 | 1001000 | 111100 |
Color Harmonies of #E350A2
Complementary color
Monochromatic Colors of #E350A2
Black with #E350A2
Text Example
Text Example
White with #E350A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350A2; }
p { color: rgb(227,80,162); }
H1.HeaderClassName
{
color: #E350A2;
}
.AnyTagClassName
{
color: #E350A2;
}
</style>
background-color css
<style>
a { background-color: #E350A2; }
a { background-color: rgb(227,80,162); }
div.DivClassName
{
background-color: #E350A2;
}
.BgClassName
{
background-color: #E350A2;
}
</style>
border-color css
<style>
span { border-color: #E350A2; }
span { border-color: rgb(227,80,162); }
td.TdClassName
{
border-color: #E350A2;
}
.TagClassName
{
border-color: #E350A2;
}
</style>