Shades of Brilliant Rose #E34CAE
Tints of Brilliant Rose #E34CAE
RGB
CMYK
RGB Variations
Color information
#E34CAE (or 0xE34CAE) is known color: Brilliant Rose. HEX triplet: E3, 4C and AE. RGB value is (227,76,174). Sum of RGB (Red+Green+Blue) = 227+76+174=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E34CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34CAE is #1CB351. Grayscale: #848484. Windows color (decimal): -1880914 or 11422947. OLE color: 11422947.
HSL color Cylindrical-coordinate representation of color #E34CAE: hue angle of 321.06º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34CAE is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 174 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.11 |
| HSL | 321.06º | 0.73% | 0.59% | - |
| HSV(B) | 321.06º | 0.67% | 0.89% | - |
| XYZ | 41.9 | 24.56 | 42.58 | - |
| YUV | 132.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 174 | 0 | 0.67 | 0.23 | 0.11 | 321.06 | 0.73 | 0.59 |
| Hex | E3 | 4C | AE | 0 | 43 | 17 | B | 141 | 49 | 3B |
| Octal | 343 | 114 | 256 | 0 | 103 | 27 | 13 | 501 | 111 | 73 |
| Binary | 11100011 | 1001100 | 10101110 | 0 | 1000011 | 10111 | 1011 | 101000001 | 1001001 | 111011 |
Color Harmonies of #E34CAE
Complementary color
Monochromatic Colors of #E34CAE
Black with #E34CAE
Text Example
Text Example
White with #E34CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34CAE; }
p { color: rgb(227,76,174); }
H1.HeaderClassName
{
color: #E34CAE;
}
.AnyTagClassName
{
color: #E34CAE;
}
</style>
background-color css
<style>
a { background-color: #E34CAE; }
a { background-color: rgb(227,76,174); }
div.DivClassName
{
background-color: #E34CAE;
}
.BgClassName
{
background-color: #E34CAE;
}
</style>
border-color css
<style>
span { border-color: #E34CAE; }
span { border-color: rgb(227,76,174); }
td.TdClassName
{
border-color: #E34CAE;
}
.TagClassName
{
border-color: #E34CAE;
}
</style>