Shades of Brilliant Rose #E74AA5
Tints of Brilliant Rose #E74AA5
RGB
CMYK
RGB Variations
Color information
#E74AA5 (or 0xE74AA5) is known color: Brilliant Rose. HEX triplet: E7, 4A and A5. RGB value is (231,74,165). Sum of RGB (Red+Green+Blue) = 231+74+165=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E74AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74AA5 is #18B55A. Grayscale: #838383. Windows color (decimal): -1619291 or 10832615. OLE color: 10832615.
HSL color Cylindrical-coordinate representation of color #E74AA5: hue angle of 325.22º 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 #E74AA5 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 165 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.09 |
| HSL | 325.22º | 0.77% | 0.6% | - |
| HSV(B) | 325.22º | 0.68% | 0.91% | - |
| XYZ | 42.2 | 24.6 | 38.12 | - |
| YUV | 131.32 | 147.01 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 165 | 0 | 0.68 | 0.29 | 0.09 | 325.22 | 0.77 | 0.6 |
| Hex | E7 | 4A | A5 | 0 | 44 | 1D | 9 | 145 | 4D | 3C |
| Octal | 347 | 112 | 245 | 0 | 104 | 35 | 11 | 505 | 115 | 74 |
| Binary | 11100111 | 1001010 | 10100101 | 0 | 1000100 | 11101 | 1001 | 101000101 | 1001101 | 111100 |
Color Harmonies of #E74AA5
Complementary color
Monochromatic Colors of #E74AA5
Black with #E74AA5
Text Example
Text Example
White with #E74AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74AA5; }
p { color: rgb(231,74,165); }
H1.HeaderClassName
{
color: #E74AA5;
}
.AnyTagClassName
{
color: #E74AA5;
}
</style>
background-color css
<style>
a { background-color: #E74AA5; }
a { background-color: rgb(231,74,165); }
div.DivClassName
{
background-color: #E74AA5;
}
.BgClassName
{
background-color: #E74AA5;
}
</style>
border-color css
<style>
span { border-color: #E74AA5; }
span { border-color: rgb(231,74,165); }
td.TdClassName
{
border-color: #E74AA5;
}
.TagClassName
{
border-color: #E74AA5;
}
</style>