Shades of Brilliant Rose #E74C9E
Tints of Brilliant Rose #E74C9E
RGB
CMYK
RGB Variations
Color information
#E74C9E (or 0xE74C9E) is known color: Brilliant Rose. HEX triplet: E7, 4C and 9E. RGB value is (231,76,158). Sum of RGB (Red+Green+Blue) = 231+76+158=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74C9E is #18B361. Grayscale: #838383. Windows color (decimal): -1618786 or 10374375. OLE color: 10374375.
HSL color Cylindrical-coordinate representation of color #E74C9E: hue angle of 328.26º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74C9E is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 158 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.09 |
| HSL | 328.26º | 0.76% | 0.6% | - |
| HSV(B) | 328.26º | 0.67% | 0.91% | - |
| XYZ | 41.71 | 24.63 | 34.9 | - |
| YUV | 131.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 158 | 0 | 0.67 | 0.32 | 0.09 | 328.26 | 0.76 | 0.6 |
| Hex | E7 | 4C | 9E | 0 | 43 | 20 | 9 | 148 | 4C | 3C |
| Octal | 347 | 114 | 236 | 0 | 103 | 40 | 11 | 510 | 114 | 74 |
| Binary | 11100111 | 1001100 | 10011110 | 0 | 1000011 | 100000 | 1001 | 101001000 | 1001100 | 111100 |
Color Harmonies of #E74C9E
Complementary color
Monochromatic Colors of #E74C9E
Black with #E74C9E
Text Example
Text Example
White with #E74C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C9E; }
p { color: rgb(231,76,158); }
H1.HeaderClassName
{
color: #E74C9E;
}
.AnyTagClassName
{
color: #E74C9E;
}
</style>
background-color css
<style>
a { background-color: #E74C9E; }
a { background-color: rgb(231,76,158); }
div.DivClassName
{
background-color: #E74C9E;
}
.BgClassName
{
background-color: #E74C9E;
}
</style>
border-color css
<style>
span { border-color: #E74C9E; }
span { border-color: rgb(231,76,158); }
td.TdClassName
{
border-color: #E74C9E;
}
.TagClassName
{
border-color: #E74C9E;
}
</style>