Shades of Brilliant Rose #E74BAE
Tints of Brilliant Rose #E74BAE
RGB
CMYK
RGB Variations
Color information
#E74BAE (or 0xE74BAE) is known color: Brilliant Rose. HEX triplet: E7, 4B and AE. RGB value is (231,75,174). Sum of RGB (Red+Green+Blue) = 231+75+174=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74BAE is #18B451. Grayscale: #848484. Windows color (decimal): -1619026 or 11422695. OLE color: 11422695.
HSL color Cylindrical-coordinate representation of color #E74BAE: hue angle of 321.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74BAE is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 174 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.09 |
| HSL | 321.92º | 0.76% | 0.6% | - |
| HSV(B) | 321.92º | 0.68% | 0.91% | - |
| XYZ | 43.11 | 25.08 | 42.61 | - |
| YUV | 132.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 174 | 0 | 0.68 | 0.25 | 0.09 | 321.92 | 0.76 | 0.6 |
| Hex | E7 | 4B | AE | 0 | 44 | 19 | 9 | 142 | 4C | 3C |
| Octal | 347 | 113 | 256 | 0 | 104 | 31 | 11 | 502 | 114 | 74 |
| Binary | 11100111 | 1001011 | 10101110 | 0 | 1000100 | 11001 | 1001 | 101000010 | 1001100 | 111100 |
Color Harmonies of #E74BAE
Complementary color
Monochromatic Colors of #E74BAE
Black with #E74BAE
Text Example
Text Example
White with #E74BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74BAE; }
p { color: rgb(231,75,174); }
H1.HeaderClassName
{
color: #E74BAE;
}
.AnyTagClassName
{
color: #E74BAE;
}
</style>
background-color css
<style>
a { background-color: #E74BAE; }
a { background-color: rgb(231,75,174); }
div.DivClassName
{
background-color: #E74BAE;
}
.BgClassName
{
background-color: #E74BAE;
}
</style>
border-color css
<style>
span { border-color: #E74BAE; }
span { border-color: rgb(231,75,174); }
td.TdClassName
{
border-color: #E74BAE;
}
.TagClassName
{
border-color: #E74BAE;
}
</style>