Shades of Brilliant Rose #E74AB6
Tints of Brilliant Rose #E74AB6
RGB
CMYK
RGB Variations
Color information
#E74AB6 (or 0xE74AB6) is known color: Brilliant Rose. HEX triplet: E7, 4A and B6. RGB value is (231,74,182). Sum of RGB (Red+Green+Blue) = 231+74+182=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E74AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74AB6 is #18B549. Grayscale: #848484. Windows color (decimal): -1619274 or 11946727. OLE color: 11946727.
HSL color Cylindrical-coordinate representation of color #E74AB6: hue angle of 318.73º 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 #E74AB6 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 182 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.09 |
| HSL | 318.73º | 0.77% | 0.6% | - |
| HSV(B) | 318.73º | 0.68% | 0.91% | - |
| XYZ | 43.85 | 25.26 | 46.82 | - |
| YUV | 133.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 182 | 0 | 0.68 | 0.21 | 0.09 | 318.73 | 0.77 | 0.6 |
| Hex | E7 | 4A | B6 | 0 | 44 | 15 | 9 | 13F | 4D | 3C |
| Octal | 347 | 112 | 266 | 0 | 104 | 25 | 11 | 477 | 115 | 74 |
| Binary | 11100111 | 1001010 | 10110110 | 0 | 1000100 | 10101 | 1001 | 100111111 | 1001101 | 111100 |
Color Harmonies of #E74AB6
Complementary color
Monochromatic Colors of #E74AB6
Black with #E74AB6
Text Example
Text Example
White with #E74AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74AB6; }
p { color: rgb(231,74,182); }
H1.HeaderClassName
{
color: #E74AB6;
}
.AnyTagClassName
{
color: #E74AB6;
}
</style>
background-color css
<style>
a { background-color: #E74AB6; }
a { background-color: rgb(231,74,182); }
div.DivClassName
{
background-color: #E74AB6;
}
.BgClassName
{
background-color: #E74AB6;
}
</style>
border-color css
<style>
span { border-color: #E74AB6; }
span { border-color: rgb(231,74,182); }
td.TdClassName
{
border-color: #E74AB6;
}
.TagClassName
{
border-color: #E74AB6;
}
</style>