Shades of Brilliant Rose #E350AF
Tints of Brilliant Rose #E350AF
RGB
CMYK
RGB Variations
Color information
#E350AF (or 0xE350AF) is known color: Brilliant Rose. HEX triplet: E3, 50 and AF. RGB value is (227,80,175). Sum of RGB (Red+Green+Blue) = 227+80+175=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E350AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E350AF is #1CAF50. Grayscale: #868686. Windows color (decimal): -1879889 or 11489507. OLE color: 11489507.
HSL color Cylindrical-coordinate representation of color #E350AF: hue angle of 321.22º 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 #E350AF is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 175 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.11 |
| HSL | 321.22º | 0.72% | 0.6% | - |
| HSV(B) | 321.22º | 0.65% | 0.89% | - |
| XYZ | 42.29 | 25.16 | 43.19 | - |
| YUV | 134.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 175 | 0 | 0.65 | 0.23 | 0.11 | 321.22 | 0.72 | 0.6 |
| Hex | E3 | 50 | AF | 0 | 41 | 17 | B | 141 | 48 | 3C |
| Octal | 343 | 120 | 257 | 0 | 101 | 27 | 13 | 501 | 110 | 74 |
| Binary | 11100011 | 1010000 | 10101111 | 0 | 1000001 | 10111 | 1011 | 101000001 | 1001000 | 111100 |
Color Harmonies of #E350AF
Complementary color
Monochromatic Colors of #E350AF
Black with #E350AF
Text Example
Text Example
White with #E350AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350AF; }
p { color: rgb(227,80,175); }
H1.HeaderClassName
{
color: #E350AF;
}
.AnyTagClassName
{
color: #E350AF;
}
</style>
background-color css
<style>
a { background-color: #E350AF; }
a { background-color: rgb(227,80,175); }
div.DivClassName
{
background-color: #E350AF;
}
.BgClassName
{
background-color: #E350AF;
}
</style>
border-color css
<style>
span { border-color: #E350AF; }
span { border-color: rgb(227,80,175); }
td.TdClassName
{
border-color: #E350AF;
}
.TagClassName
{
border-color: #E350AF;
}
</style>