Shades of Brilliant Rose #E35CA2
Tints of Brilliant Rose #E35CA2
RGB
CMYK
RGB Variations
Color information
#E35CA2 (or 0xE35CA2) is known color: Brilliant Rose. HEX triplet: E3, 5C and A2. RGB value is (227,92,162). Sum of RGB (Red+Green+Blue) = 227+92+162=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35CA2 is #1CA35D. Grayscale: #8C8C8C. Windows color (decimal): -1876830 or 10640611. OLE color: 10640611.
HSL color Cylindrical-coordinate representation of color #E35CA2: hue angle of 328.89º 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 #E35CA2 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 162 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.11 |
| HSL | 328.89º | 0.71% | 0.63% | - |
| HSV(B) | 328.89º | 0.59% | 0.89% | - |
| XYZ | 42.03 | 26.59 | 37.1 | - |
| YUV | 140.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 162 | 0 | 0.59 | 0.29 | 0.11 | 328.89 | 0.71 | 0.63 |
| Hex | E3 | 5C | A2 | 0 | 3B | 1D | B | 149 | 47 | 3F |
| Octal | 343 | 134 | 242 | 0 | 73 | 35 | 13 | 511 | 107 | 77 |
| Binary | 11100011 | 1011100 | 10100010 | 0 | 111011 | 11101 | 1011 | 101001001 | 1000111 | 111111 |
Color Harmonies of #E35CA2
Complementary color
Monochromatic Colors of #E35CA2
Black with #E35CA2
Text Example
Text Example
White with #E35CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35CA2; }
p { color: rgb(227,92,162); }
H1.HeaderClassName
{
color: #E35CA2;
}
.AnyTagClassName
{
color: #E35CA2;
}
</style>
background-color css
<style>
a { background-color: #E35CA2; }
a { background-color: rgb(227,92,162); }
div.DivClassName
{
background-color: #E35CA2;
}
.BgClassName
{
background-color: #E35CA2;
}
</style>
border-color css
<style>
span { border-color: #E35CA2; }
span { border-color: rgb(227,92,162); }
td.TdClassName
{
border-color: #E35CA2;
}
.TagClassName
{
border-color: #E35CA2;
}
</style>