Shades of Brilliant Rose #E74AA3
Tints of Brilliant Rose #E74AA3
RGB
CMYK
RGB Variations
Color information
#E74AA3 (or 0xE74AA3) is known color: Brilliant Rose. HEX triplet: E7, 4A and A3. RGB value is (231,74,163). Sum of RGB (Red+Green+Blue) = 231+74+163=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E74AA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74AA3 is #18B55C. Grayscale: #828282. Windows color (decimal): -1619293 or 10701543. OLE color: 10701543.
HSL color Cylindrical-coordinate representation of color #E74AA3: hue angle of 325.99º 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 #E74AA3 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 163 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.09 |
| HSL | 325.99º | 0.77% | 0.6% | - |
| HSV(B) | 325.99º | 0.68% | 0.91% | - |
| XYZ | 42.01 | 24.53 | 37.17 | - |
| YUV | 131.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 163 | 0 | 0.68 | 0.29 | 0.09 | 325.99 | 0.77 | 0.6 |
| Hex | E7 | 4A | A3 | 0 | 44 | 1D | 9 | 146 | 4D | 3C |
| Octal | 347 | 112 | 243 | 0 | 104 | 35 | 11 | 506 | 115 | 74 |
| Binary | 11100111 | 1001010 | 10100011 | 0 | 1000100 | 11101 | 1001 | 101000110 | 1001101 | 111100 |
Color Harmonies of #E74AA3
Complementary color
Monochromatic Colors of #E74AA3
Black with #E74AA3
Text Example
Text Example
White with #E74AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74AA3; }
p { color: rgb(231,74,163); }
H1.HeaderClassName
{
color: #E74AA3;
}
.AnyTagClassName
{
color: #E74AA3;
}
</style>
background-color css
<style>
a { background-color: #E74AA3; }
a { background-color: rgb(231,74,163); }
div.DivClassName
{
background-color: #E74AA3;
}
.BgClassName
{
background-color: #E74AA3;
}
</style>
border-color css
<style>
span { border-color: #E74AA3; }
span { border-color: rgb(231,74,163); }
td.TdClassName
{
border-color: #E74AA3;
}
.TagClassName
{
border-color: #E74AA3;
}
</style>