Shades of Brilliant Rose #E35BA0
Tints of Brilliant Rose #E35BA0
RGB
CMYK
RGB Variations
Color information
#E35BA0 (or 0xE35BA0) is known color: Brilliant Rose. HEX triplet: E3, 5B and A0. RGB value is (227,91,160). Sum of RGB (Red+Green+Blue) = 227+91+160=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E35BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35BA0 is #1CA45F. Grayscale: #8B8B8B. Windows color (decimal): -1877088 or 10509283. OLE color: 10509283.
HSL color Cylindrical-coordinate representation of color #E35BA0: hue angle of 329.56º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35BA0 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 160 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.11 |
| HSL | 329.56º | 0.71% | 0.62% | - |
| HSV(B) | 329.56º | 0.6% | 0.89% | - |
| XYZ | 41.76 | 26.35 | 36.14 | - |
| YUV | 139.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 160 | 0 | 0.60 | 0.30 | 0.11 | 329.56 | 0.71 | 0.62 |
| Hex | E3 | 5B | A0 | 0 | 3C | 1E | B | 14A | 47 | 3E |
| Octal | 343 | 133 | 240 | 0 | 74 | 36 | 13 | 512 | 107 | 76 |
| Binary | 11100011 | 1011011 | 10100000 | 0 | 111100 | 11110 | 1011 | 101001010 | 1000111 | 111110 |
Color Harmonies of #E35BA0
Complementary color
Monochromatic Colors of #E35BA0
Black with #E35BA0
Text Example
Text Example
White with #E35BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35BA0; }
p { color: rgb(227,91,160); }
H1.HeaderClassName
{
color: #E35BA0;
}
.AnyTagClassName
{
color: #E35BA0;
}
</style>
background-color css
<style>
a { background-color: #E35BA0; }
a { background-color: rgb(227,91,160); }
div.DivClassName
{
background-color: #E35BA0;
}
.BgClassName
{
background-color: #E35BA0;
}
</style>
border-color css
<style>
span { border-color: #E35BA0; }
span { border-color: rgb(227,91,160); }
td.TdClassName
{
border-color: #E35BA0;
}
.TagClassName
{
border-color: #E35BA0;
}
</style>