Shades of Brilliant Rose #E74DB8
Tints of Brilliant Rose #E74DB8
RGB
CMYK
RGB Variations
Color information
#E74DB8 (or 0xE74DB8) is known color: Brilliant Rose. HEX triplet: E7, 4D and B8. RGB value is (231,77,184). Sum of RGB (Red+Green+Blue) = 231+77+184=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DB8 is #18B247. Grayscale: #868686. Windows color (decimal): -1618504 or 12078567. OLE color: 12078567.
HSL color Cylindrical-coordinate representation of color #E74DB8: hue angle of 318.31º 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 #E74DB8 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 184 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.09 |
| HSL | 318.31º | 0.76% | 0.6% | - |
| HSV(B) | 318.31º | 0.67% | 0.91% | - |
| XYZ | 44.26 | 25.76 | 47.99 | - |
| YUV | 135.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 184 | 0 | 0.67 | 0.20 | 0.09 | 318.31 | 0.76 | 0.6 |
| Hex | E7 | 4D | B8 | 0 | 43 | 14 | 9 | 13E | 4C | 3C |
| Octal | 347 | 115 | 270 | 0 | 103 | 24 | 11 | 476 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10111000 | 0 | 1000011 | 10100 | 1001 | 100111110 | 1001100 | 111100 |
Color Harmonies of #E74DB8
Complementary color
Monochromatic Colors of #E74DB8
Black with #E74DB8
Text Example
Text Example
White with #E74DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DB8; }
p { color: rgb(231,77,184); }
H1.HeaderClassName
{
color: #E74DB8;
}
.AnyTagClassName
{
color: #E74DB8;
}
</style>
background-color css
<style>
a { background-color: #E74DB8; }
a { background-color: rgb(231,77,184); }
div.DivClassName
{
background-color: #E74DB8;
}
.BgClassName
{
background-color: #E74DB8;
}
</style>
border-color css
<style>
span { border-color: #E74DB8; }
span { border-color: rgb(231,77,184); }
td.TdClassName
{
border-color: #E74DB8;
}
.TagClassName
{
border-color: #E74DB8;
}
</style>