Shades of Brilliant Rose #E74BA2
Tints of Brilliant Rose #E74BA2
RGB
CMYK
RGB Variations
Color information
#E74BA2 (or 0xE74BA2) is known color: Brilliant Rose. HEX triplet: E7, 4B and A2. RGB value is (231,75,162). Sum of RGB (Red+Green+Blue) = 231+75+162=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74BA2 is #18B45D. Grayscale: #838383. Windows color (decimal): -1619038 or 10636263. OLE color: 10636263.
HSL color Cylindrical-coordinate representation of color #E74BA2: hue angle of 326.54º 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 #E74BA2 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 162 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.09 |
| HSL | 326.54º | 0.76% | 0.6% | - |
| HSV(B) | 326.54º | 0.68% | 0.91% | - |
| XYZ | 41.99 | 24.63 | 36.72 | - |
| YUV | 131.56 | 145.18 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 162 | 0 | 0.68 | 0.30 | 0.09 | 326.54 | 0.76 | 0.6 |
| Hex | E7 | 4B | A2 | 0 | 44 | 1E | 9 | 147 | 4C | 3C |
| Octal | 347 | 113 | 242 | 0 | 104 | 36 | 11 | 507 | 114 | 74 |
| Binary | 11100111 | 1001011 | 10100010 | 0 | 1000100 | 11110 | 1001 | 101000111 | 1001100 | 111100 |
Color Harmonies of #E74BA2
Complementary color
Monochromatic Colors of #E74BA2
Black with #E74BA2
Text Example
Text Example
White with #E74BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74BA2; }
p { color: rgb(231,75,162); }
H1.HeaderClassName
{
color: #E74BA2;
}
.AnyTagClassName
{
color: #E74BA2;
}
</style>
background-color css
<style>
a { background-color: #E74BA2; }
a { background-color: rgb(231,75,162); }
div.DivClassName
{
background-color: #E74BA2;
}
.BgClassName
{
background-color: #E74BA2;
}
</style>
border-color css
<style>
span { border-color: #E74BA2; }
span { border-color: rgb(231,75,162); }
td.TdClassName
{
border-color: #E74BA2;
}
.TagClassName
{
border-color: #E74BA2;
}
</style>