Shades of Brilliant Rose #E35CA9
Tints of Brilliant Rose #E35CA9
RGB
CMYK
RGB Variations
Color information
#E35CA9 (or 0xE35CA9) is known color: Brilliant Rose. HEX triplet: E3, 5C and A9. RGB value is (227,92,169). Sum of RGB (Red+Green+Blue) = 227+92+169=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35CA9 is #1CA356. Grayscale: #8C8C8C. Windows color (decimal): -1876823 or 11099363. OLE color: 11099363.
HSL color Cylindrical-coordinate representation of color #E35CA9: hue angle of 325.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35CA9 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 169 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.11 |
| HSL | 325.78º | 0.71% | 0.63% | - |
| HSV(B) | 325.78º | 0.59% | 0.89% | - |
| XYZ | 42.67 | 26.85 | 40.47 | - |
| YUV | 141.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 169 | 0 | 0.59 | 0.26 | 0.11 | 325.78 | 0.71 | 0.63 |
| Hex | E3 | 5C | A9 | 0 | 3B | 1A | B | 146 | 47 | 3F |
| Octal | 343 | 134 | 251 | 0 | 73 | 32 | 13 | 506 | 107 | 77 |
| Binary | 11100011 | 1011100 | 10101001 | 0 | 111011 | 11010 | 1011 | 101000110 | 1000111 | 111111 |
Color Harmonies of #E35CA9
Complementary color
Monochromatic Colors of #E35CA9
Black with #E35CA9
Text Example
Text Example
White with #E35CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35CA9; }
p { color: rgb(227,92,169); }
H1.HeaderClassName
{
color: #E35CA9;
}
.AnyTagClassName
{
color: #E35CA9;
}
</style>
background-color css
<style>
a { background-color: #E35CA9; }
a { background-color: rgb(227,92,169); }
div.DivClassName
{
background-color: #E35CA9;
}
.BgClassName
{
background-color: #E35CA9;
}
</style>
border-color css
<style>
span { border-color: #E35CA9; }
span { border-color: rgb(227,92,169); }
td.TdClassName
{
border-color: #E35CA9;
}
.TagClassName
{
border-color: #E35CA9;
}
</style>