Shades of Brilliant Rose #E74F9C
Tints of Brilliant Rose #E74F9C
RGB
CMYK
RGB Variations
Color information
#E74F9C (or 0xE74F9C) is known color: Brilliant Rose. HEX triplet: E7, 4F and 9C. RGB value is (231,79,156). Sum of RGB (Red+Green+Blue) = 231+79+156=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74F9C is #18B063. Grayscale: #858585. Windows color (decimal): -1618020 or 10244071. OLE color: 10244071.
HSL color Cylindrical-coordinate representation of color #E74F9C: hue angle of 329.61º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74F9C is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 156 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.09 |
| HSL | 329.61º | 0.76% | 0.61% | - |
| HSV(B) | 329.61º | 0.66% | 0.91% | - |
| XYZ | 41.75 | 24.98 | 34.07 | - |
| YUV | 133.23 | 140.86 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 156 | 0 | 0.66 | 0.32 | 0.09 | 329.61 | 0.76 | 0.61 |
| Hex | E7 | 4F | 9C | 0 | 42 | 20 | 9 | 14A | 4C | 3D |
| Octal | 347 | 117 | 234 | 0 | 102 | 40 | 11 | 512 | 114 | 75 |
| Binary | 11100111 | 1001111 | 10011100 | 0 | 1000010 | 100000 | 1001 | 101001010 | 1001100 | 111101 |
Color Harmonies of #E74F9C
Complementary color
Monochromatic Colors of #E74F9C
Black with #E74F9C
Text Example
Text Example
White with #E74F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F9C; }
p { color: rgb(231,79,156); }
H1.HeaderClassName
{
color: #E74F9C;
}
.AnyTagClassName
{
color: #E74F9C;
}
</style>
background-color css
<style>
a { background-color: #E74F9C; }
a { background-color: rgb(231,79,156); }
div.DivClassName
{
background-color: #E74F9C;
}
.BgClassName
{
background-color: #E74F9C;
}
</style>
border-color css
<style>
span { border-color: #E74F9C; }
span { border-color: rgb(231,79,156); }
td.TdClassName
{
border-color: #E74F9C;
}
.TagClassName
{
border-color: #E74F9C;
}
</style>