Shades of Brilliant Rose #E74DA6
Tints of Brilliant Rose #E74DA6
RGB
CMYK
RGB Variations
Color information
#E74DA6 (or 0xE74DA6) is known color: Brilliant Rose. HEX triplet: E7, 4D and A6. RGB value is (231,77,166). Sum of RGB (Red+Green+Blue) = 231+77+166=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74DA6 is #18B259. Grayscale: #848484. Windows color (decimal): -1618522 or 10898919. OLE color: 10898919.
HSL color Cylindrical-coordinate representation of color #E74DA6: hue angle of 325.32º 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 #E74DA6 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 166 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.09 |
| HSL | 325.32º | 0.76% | 0.6% | - |
| HSV(B) | 325.32º | 0.67% | 0.91% | - |
| XYZ | 42.49 | 25.05 | 38.67 | - |
| YUV | 133.19 | 146.52 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 166 | 0 | 0.67 | 0.28 | 0.09 | 325.32 | 0.76 | 0.6 |
| Hex | E7 | 4D | A6 | 0 | 43 | 1C | 9 | 145 | 4C | 3C |
| Octal | 347 | 115 | 246 | 0 | 103 | 34 | 11 | 505 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10100110 | 0 | 1000011 | 11100 | 1001 | 101000101 | 1001100 | 111100 |
Color Harmonies of #E74DA6
Complementary color
Monochromatic Colors of #E74DA6
Black with #E74DA6
Text Example
Text Example
White with #E74DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DA6; }
p { color: rgb(231,77,166); }
H1.HeaderClassName
{
color: #E74DA6;
}
.AnyTagClassName
{
color: #E74DA6;
}
</style>
background-color css
<style>
a { background-color: #E74DA6; }
a { background-color: rgb(231,77,166); }
div.DivClassName
{
background-color: #E74DA6;
}
.BgClassName
{
background-color: #E74DA6;
}
</style>
border-color css
<style>
span { border-color: #E74DA6; }
span { border-color: rgb(231,77,166); }
td.TdClassName
{
border-color: #E74DA6;
}
.TagClassName
{
border-color: #E74DA6;
}
</style>