Shades of Brilliant Rose #E35BA2
Tints of Brilliant Rose #E35BA2
RGB
CMYK
RGB Variations
Color information
#E35BA2 (or 0xE35BA2) is known color: Brilliant Rose. HEX triplet: E3, 5B and A2. RGB value is (227,91,162). Sum of RGB (Red+Green+Blue) = 227+91+162=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E35BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35BA2 is #1CA45D. Grayscale: #8B8B8B. Windows color (decimal): -1877086 or 10640355. OLE color: 10640355.
HSL color Cylindrical-coordinate representation of color #E35BA2: hue angle of 328.68º 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 #E35BA2 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 162 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.11 |
| HSL | 328.68º | 0.71% | 0.62% | - |
| HSV(B) | 328.68º | 0.6% | 0.89% | - |
| XYZ | 41.94 | 26.42 | 37.07 | - |
| YUV | 139.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 162 | 0 | 0.60 | 0.29 | 0.11 | 328.68 | 0.71 | 0.62 |
| Hex | E3 | 5B | A2 | 0 | 3C | 1D | B | 149 | 47 | 3E |
| Octal | 343 | 133 | 242 | 0 | 74 | 35 | 13 | 511 | 107 | 76 |
| Binary | 11100011 | 1011011 | 10100010 | 0 | 111100 | 11101 | 1011 | 101001001 | 1000111 | 111110 |
Color Harmonies of #E35BA2
Complementary color
Monochromatic Colors of #E35BA2
Black with #E35BA2
Text Example
Text Example
White with #E35BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35BA2; }
p { color: rgb(227,91,162); }
H1.HeaderClassName
{
color: #E35BA2;
}
.AnyTagClassName
{
color: #E35BA2;
}
</style>
background-color css
<style>
a { background-color: #E35BA2; }
a { background-color: rgb(227,91,162); }
div.DivClassName
{
background-color: #E35BA2;
}
.BgClassName
{
background-color: #E35BA2;
}
</style>
border-color css
<style>
span { border-color: #E35BA2; }
span { border-color: rgb(227,91,162); }
td.TdClassName
{
border-color: #E35BA2;
}
.TagClassName
{
border-color: #E35BA2;
}
</style>