Shades of Brilliant Rose #E74AAF
Tints of Brilliant Rose #E74AAF
RGB
CMYK
RGB Variations
Color information
#E74AAF (or 0xE74AAF) is known color: Brilliant Rose. HEX triplet: E7, 4A and AF. RGB value is (231,74,175). Sum of RGB (Red+Green+Blue) = 231+74+175=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E74AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74AAF is #18B550. Grayscale: #848484. Windows color (decimal): -1619281 or 11487975. OLE color: 11487975.
HSL color Cylindrical-coordinate representation of color #E74AAF: hue angle of 321.4º 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 #E74AAF is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 175 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.09 |
| HSL | 321.4º | 0.77% | 0.6% | - |
| HSV(B) | 321.4º | 0.68% | 0.91% | - |
| XYZ | 43.14 | 24.98 | 43.11 | - |
| YUV | 132.46 | 152.01 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 175 | 0 | 0.68 | 0.24 | 0.09 | 321.4 | 0.77 | 0.6 |
| Hex | E7 | 4A | AF | 0 | 44 | 18 | 9 | 141 | 4D | 3C |
| Octal | 347 | 112 | 257 | 0 | 104 | 30 | 11 | 501 | 115 | 74 |
| Binary | 11100111 | 1001010 | 10101111 | 0 | 1000100 | 11000 | 1001 | 101000001 | 1001101 | 111100 |
Color Harmonies of #E74AAF
Complementary color
Monochromatic Colors of #E74AAF
Black with #E74AAF
Text Example
Text Example
White with #E74AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74AAF; }
p { color: rgb(231,74,175); }
H1.HeaderClassName
{
color: #E74AAF;
}
.AnyTagClassName
{
color: #E74AAF;
}
</style>
background-color css
<style>
a { background-color: #E74AAF; }
a { background-color: rgb(231,74,175); }
div.DivClassName
{
background-color: #E74AAF;
}
.BgClassName
{
background-color: #E74AAF;
}
</style>
border-color css
<style>
span { border-color: #E74AAF; }
span { border-color: rgb(231,74,175); }
td.TdClassName
{
border-color: #E74AAF;
}
.TagClassName
{
border-color: #E74AAF;
}
</style>