Shades of Brilliant Rose #E350AB
Tints of Brilliant Rose #E350AB
RGB
CMYK
RGB Variations
Color information
#E350AB (or 0xE350AB) is known color: Brilliant Rose. HEX triplet: E3, 50 and AB. RGB value is (227,80,171). Sum of RGB (Red+Green+Blue) = 227+80+171=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E350AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E350AB is #1CAF54. Grayscale: #868686. Windows color (decimal): -1879893 or 11227363. OLE color: 11227363.
HSL color Cylindrical-coordinate representation of color #E350AB: hue angle of 322.86º 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 #E350AB is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 171 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.11 |
| HSL | 322.86º | 0.72% | 0.6% | - |
| HSV(B) | 322.86º | 0.65% | 0.89% | - |
| XYZ | 41.9 | 25.01 | 41.15 | - |
| YUV | 134.33 | 148.7 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 171 | 0 | 0.65 | 0.25 | 0.11 | 322.86 | 0.72 | 0.6 |
| Hex | E3 | 50 | AB | 0 | 41 | 19 | B | 143 | 48 | 3C |
| Octal | 343 | 120 | 253 | 0 | 101 | 31 | 13 | 503 | 110 | 74 |
| Binary | 11100011 | 1010000 | 10101011 | 0 | 1000001 | 11001 | 1011 | 101000011 | 1001000 | 111100 |
Color Harmonies of #E350AB
Complementary color
Monochromatic Colors of #E350AB
Black with #E350AB
Text Example
Text Example
White with #E350AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350AB; }
p { color: rgb(227,80,171); }
H1.HeaderClassName
{
color: #E350AB;
}
.AnyTagClassName
{
color: #E350AB;
}
</style>
background-color css
<style>
a { background-color: #E350AB; }
a { background-color: rgb(227,80,171); }
div.DivClassName
{
background-color: #E350AB;
}
.BgClassName
{
background-color: #E350AB;
}
</style>
border-color css
<style>
span { border-color: #E350AB; }
span { border-color: rgb(227,80,171); }
td.TdClassName
{
border-color: #E350AB;
}
.TagClassName
{
border-color: #E350AB;
}
</style>