Shades of Brilliant Rose #E74BAA
Tints of Brilliant Rose #E74BAA
RGB
CMYK
RGB Variations
Color information
#E74BAA (or 0xE74BAA) is known color: Brilliant Rose. HEX triplet: E7, 4B and AA. RGB value is (231,75,170). Sum of RGB (Red+Green+Blue) = 231+75+170=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74BAA is #18B455. Grayscale: #848484. Windows color (decimal): -1619030 or 11160551. OLE color: 11160551.
HSL color Cylindrical-coordinate representation of color #E74BAA: hue angle of 323.46º 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 #E74BAA is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 170 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.09 |
| HSL | 323.46º | 0.76% | 0.6% | - |
| HSV(B) | 323.46º | 0.68% | 0.91% | - |
| XYZ | 42.73 | 24.92 | 40.59 | - |
| YUV | 132.47 | 149.18 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 170 | 0 | 0.68 | 0.26 | 0.09 | 323.46 | 0.76 | 0.6 |
| Hex | E7 | 4B | AA | 0 | 44 | 1A | 9 | 143 | 4C | 3C |
| Octal | 347 | 113 | 252 | 0 | 104 | 32 | 11 | 503 | 114 | 74 |
| Binary | 11100111 | 1001011 | 10101010 | 0 | 1000100 | 11010 | 1001 | 101000011 | 1001100 | 111100 |
Color Harmonies of #E74BAA
Complementary color
Monochromatic Colors of #E74BAA
Black with #E74BAA
Text Example
Text Example
White with #E74BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74BAA; }
p { color: rgb(231,75,170); }
H1.HeaderClassName
{
color: #E74BAA;
}
.AnyTagClassName
{
color: #E74BAA;
}
</style>
background-color css
<style>
a { background-color: #E74BAA; }
a { background-color: rgb(231,75,170); }
div.DivClassName
{
background-color: #E74BAA;
}
.BgClassName
{
background-color: #E74BAA;
}
</style>
border-color css
<style>
span { border-color: #E74BAA; }
span { border-color: rgb(231,75,170); }
td.TdClassName
{
border-color: #E74BAA;
}
.TagClassName
{
border-color: #E74BAA;
}
</style>