Shades of Brilliant Rose #E74AB1
Tints of Brilliant Rose #E74AB1
RGB
CMYK
RGB Variations
Color information
#E74AB1 (or 0xE74AB1) is known color: Brilliant Rose. HEX triplet: E7, 4A and B1. RGB value is (231,74,177). Sum of RGB (Red+Green+Blue) = 231+74+177=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E74AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74AB1 is #18B54E. Grayscale: #848484. Windows color (decimal): -1619279 or 11619047. OLE color: 11619047.
HSL color Cylindrical-coordinate representation of color #E74AB1: hue angle of 320.64º 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 #E74AB1 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 177 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.09 |
| HSL | 320.64º | 0.77% | 0.6% | - |
| HSV(B) | 320.64º | 0.68% | 0.91% | - |
| XYZ | 43.34 | 25.06 | 44.15 | - |
| YUV | 132.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 177 | 0 | 0.68 | 0.23 | 0.09 | 320.64 | 0.77 | 0.6 |
| Hex | E7 | 4A | B1 | 0 | 44 | 17 | 9 | 141 | 4D | 3C |
| Octal | 347 | 112 | 261 | 0 | 104 | 27 | 11 | 501 | 115 | 74 |
| Binary | 11100111 | 1001010 | 10110001 | 0 | 1000100 | 10111 | 1001 | 101000001 | 1001101 | 111100 |
Color Harmonies of #E74AB1
Complementary color
Monochromatic Colors of #E74AB1
Black with #E74AB1
Text Example
Text Example
White with #E74AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74AB1; }
p { color: rgb(231,74,177); }
H1.HeaderClassName
{
color: #E74AB1;
}
.AnyTagClassName
{
color: #E74AB1;
}
</style>
background-color css
<style>
a { background-color: #E74AB1; }
a { background-color: rgb(231,74,177); }
div.DivClassName
{
background-color: #E74AB1;
}
.BgClassName
{
background-color: #E74AB1;
}
</style>
border-color css
<style>
span { border-color: #E74AB1; }
span { border-color: rgb(231,74,177); }
td.TdClassName
{
border-color: #E74AB1;
}
.TagClassName
{
border-color: #E74AB1;
}
</style>