Shades of Brilliant Rose #E74B9F
Tints of Brilliant Rose #E74B9F
RGB
CMYK
RGB Variations
Color information
#E74B9F (or 0xE74B9F) is known color: Brilliant Rose. HEX triplet: E7, 4B and 9F. RGB value is (231,75,159). Sum of RGB (Red+Green+Blue) = 231+75+159=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74B9F is #18B460. Grayscale: #838383. Windows color (decimal): -1619041 or 10439655. OLE color: 10439655.
HSL color Cylindrical-coordinate representation of color #E74B9F: hue angle of 327.69º degrees, saturation: 0.76, 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 #E74B9F is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 159 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.09 |
| HSL | 327.69º | 0.76% | 0.6% | - |
| HSV(B) | 327.69º | 0.68% | 0.91% | - |
| XYZ | 41.73 | 24.52 | 35.34 | - |
| YUV | 131.22 | 143.68 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 159 | 0 | 0.68 | 0.31 | 0.09 | 327.69 | 0.76 | 0.6 |
| Hex | E7 | 4B | 9F | 0 | 44 | 1F | 9 | 148 | 4C | 3C |
| Octal | 347 | 113 | 237 | 0 | 104 | 37 | 11 | 510 | 114 | 74 |
| Binary | 11100111 | 1001011 | 10011111 | 0 | 1000100 | 11111 | 1001 | 101001000 | 1001100 | 111100 |
Color Harmonies of #E74B9F
Complementary color
Monochromatic Colors of #E74B9F
Black with #E74B9F
Text Example
Text Example
White with #E74B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B9F; }
p { color: rgb(231,75,159); }
H1.HeaderClassName
{
color: #E74B9F;
}
.AnyTagClassName
{
color: #E74B9F;
}
</style>
background-color css
<style>
a { background-color: #E74B9F; }
a { background-color: rgb(231,75,159); }
div.DivClassName
{
background-color: #E74B9F;
}
.BgClassName
{
background-color: #E74B9F;
}
</style>
border-color css
<style>
span { border-color: #E74B9F; }
span { border-color: rgb(231,75,159); }
td.TdClassName
{
border-color: #E74B9F;
}
.TagClassName
{
border-color: #E74B9F;
}
</style>