Shades of Brilliant Rose #E74C9D
Tints of Brilliant Rose #E74C9D
RGB
CMYK
RGB Variations
Color information
#E74C9D (or 0xE74C9D) is known color: Brilliant Rose. HEX triplet: E7, 4C and 9D. RGB value is (231,76,157). Sum of RGB (Red+Green+Blue) = 231+76+157=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74C9D is #18B362. Grayscale: #838383. Windows color (decimal): -1618787 or 10308839. OLE color: 10308839.
HSL color Cylindrical-coordinate representation of color #E74C9D: hue angle of 328.65º 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 #E74C9D is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 157 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.09 |
| HSL | 328.65º | 0.76% | 0.6% | - |
| HSV(B) | 328.65º | 0.67% | 0.91% | - |
| XYZ | 41.63 | 24.59 | 34.45 | - |
| YUV | 131.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 157 | 0 | 0.67 | 0.32 | 0.09 | 328.65 | 0.76 | 0.6 |
| Hex | E7 | 4C | 9D | 0 | 43 | 20 | 9 | 149 | 4C | 3C |
| Octal | 347 | 114 | 235 | 0 | 103 | 40 | 11 | 511 | 114 | 74 |
| Binary | 11100111 | 1001100 | 10011101 | 0 | 1000011 | 100000 | 1001 | 101001001 | 1001100 | 111100 |
Color Harmonies of #E74C9D
Complementary color
Monochromatic Colors of #E74C9D
Black with #E74C9D
Text Example
Text Example
White with #E74C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C9D; }
p { color: rgb(231,76,157); }
H1.HeaderClassName
{
color: #E74C9D;
}
.AnyTagClassName
{
color: #E74C9D;
}
</style>
background-color css
<style>
a { background-color: #E74C9D; }
a { background-color: rgb(231,76,157); }
div.DivClassName
{
background-color: #E74C9D;
}
.BgClassName
{
background-color: #E74C9D;
}
</style>
border-color css
<style>
span { border-color: #E74C9D; }
span { border-color: rgb(231,76,157); }
td.TdClassName
{
border-color: #E74C9D;
}
.TagClassName
{
border-color: #E74C9D;
}
</style>