Shades of Brilliant Rose #E74A9F
Tints of Brilliant Rose #E74A9F
RGB
CMYK
RGB Variations
Color information
#E74A9F (or 0xE74A9F) is known color: Brilliant Rose. HEX triplet: E7, 4A and 9F. RGB value is (231,74,159). Sum of RGB (Red+Green+Blue) = 231+74+159=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74A9F is #18B560. Grayscale: #828282. Windows color (decimal): -1619297 or 10439399. OLE color: 10439399.
HSL color Cylindrical-coordinate representation of color #E74A9F: hue angle of 327.52º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74A9F is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 159 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.09 |
| HSL | 327.52º | 0.77% | 0.6% | - |
| HSV(B) | 327.52º | 0.68% | 0.91% | - |
| XYZ | 41.66 | 24.39 | 35.31 | - |
| YUV | 130.63 | 144.01 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 159 | 0 | 0.68 | 0.31 | 0.09 | 327.52 | 0.77 | 0.6 |
| Hex | E7 | 4A | 9F | 0 | 44 | 1F | 9 | 148 | 4D | 3C |
| Octal | 347 | 112 | 237 | 0 | 104 | 37 | 11 | 510 | 115 | 74 |
| Binary | 11100111 | 1001010 | 10011111 | 0 | 1000100 | 11111 | 1001 | 101001000 | 1001101 | 111100 |
Color Harmonies of #E74A9F
Complementary color
Monochromatic Colors of #E74A9F
Black with #E74A9F
Text Example
Text Example
White with #E74A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A9F; }
p { color: rgb(231,74,159); }
H1.HeaderClassName
{
color: #E74A9F;
}
.AnyTagClassName
{
color: #E74A9F;
}
</style>
background-color css
<style>
a { background-color: #E74A9F; }
a { background-color: rgb(231,74,159); }
div.DivClassName
{
background-color: #E74A9F;
}
.BgClassName
{
background-color: #E74A9F;
}
</style>
border-color css
<style>
span { border-color: #E74A9F; }
span { border-color: rgb(231,74,159); }
td.TdClassName
{
border-color: #E74A9F;
}
.TagClassName
{
border-color: #E74A9F;
}
</style>