Shades of Brilliant Rose #E74D9D
Tints of Brilliant Rose #E74D9D
RGB
CMYK
RGB Variations
Color information
#E74D9D (or 0xE74D9D) is known color: Brilliant Rose. HEX triplet: E7, 4D and 9D. RGB value is (231,77,157). Sum of RGB (Red+Green+Blue) = 231+77+157=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74D9D is #18B262. Grayscale: #848484. Windows color (decimal): -1618531 or 10309095. OLE color: 10309095.
HSL color Cylindrical-coordinate representation of color #E74D9D: hue angle of 328.83º 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 #E74D9D is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 157 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.09 |
| HSL | 328.83º | 0.76% | 0.6% | - |
| HSV(B) | 328.83º | 0.67% | 0.91% | - |
| XYZ | 41.69 | 24.73 | 34.47 | - |
| YUV | 132.17 | 142.02 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 157 | 0 | 0.67 | 0.32 | 0.09 | 328.83 | 0.76 | 0.6 |
| Hex | E7 | 4D | 9D | 0 | 43 | 20 | 9 | 149 | 4C | 3C |
| Octal | 347 | 115 | 235 | 0 | 103 | 40 | 11 | 511 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10011101 | 0 | 1000011 | 100000 | 1001 | 101001001 | 1001100 | 111100 |
Color Harmonies of #E74D9D
Complementary color
Monochromatic Colors of #E74D9D
Black with #E74D9D
Text Example
Text Example
White with #E74D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D9D; }
p { color: rgb(231,77,157); }
H1.HeaderClassName
{
color: #E74D9D;
}
.AnyTagClassName
{
color: #E74D9D;
}
</style>
background-color css
<style>
a { background-color: #E74D9D; }
a { background-color: rgb(231,77,157); }
div.DivClassName
{
background-color: #E74D9D;
}
.BgClassName
{
background-color: #E74D9D;
}
</style>
border-color css
<style>
span { border-color: #E74D9D; }
span { border-color: rgb(231,77,157); }
td.TdClassName
{
border-color: #E74D9D;
}
.TagClassName
{
border-color: #E74D9D;
}
</style>