Shades of Brilliant Rose #E350AA
Tints of Brilliant Rose #E350AA
RGB
CMYK
RGB Variations
Color information
#E350AA (or 0xE350AA) is known color: Brilliant Rose. HEX triplet: E3, 50 and AA. RGB value is (227,80,170). Sum of RGB (Red+Green+Blue) = 227+80+170=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E350AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E350AA is #1CAF55. Grayscale: #858585. Windows color (decimal): -1879894 or 11161827. OLE color: 11161827.
HSL color Cylindrical-coordinate representation of color #E350AA: hue angle of 323.27º 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 #E350AA is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 170 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.11 |
| HSL | 323.27º | 0.72% | 0.6% | - |
| HSV(B) | 323.27º | 0.65% | 0.89% | - |
| XYZ | 41.8 | 24.97 | 40.65 | - |
| YUV | 134.21 | 148.2 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 170 | 0 | 0.65 | 0.25 | 0.11 | 323.27 | 0.72 | 0.6 |
| Hex | E3 | 50 | AA | 0 | 41 | 19 | B | 143 | 48 | 3C |
| Octal | 343 | 120 | 252 | 0 | 101 | 31 | 13 | 503 | 110 | 74 |
| Binary | 11100011 | 1010000 | 10101010 | 0 | 1000001 | 11001 | 1011 | 101000011 | 1001000 | 111100 |
Color Harmonies of #E350AA
Complementary color
Monochromatic Colors of #E350AA
Black with #E350AA
Text Example
Text Example
White with #E350AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350AA; }
p { color: rgb(227,80,170); }
H1.HeaderClassName
{
color: #E350AA;
}
.AnyTagClassName
{
color: #E350AA;
}
</style>
background-color css
<style>
a { background-color: #E350AA; }
a { background-color: rgb(227,80,170); }
div.DivClassName
{
background-color: #E350AA;
}
.BgClassName
{
background-color: #E350AA;
}
</style>
border-color css
<style>
span { border-color: #E350AA; }
span { border-color: rgb(227,80,170); }
td.TdClassName
{
border-color: #E350AA;
}
.TagClassName
{
border-color: #E350AA;
}
</style>