Shades of Brilliant Rose #E74BAB
Tints of Brilliant Rose #E74BAB
RGB
CMYK
RGB Variations
Color information
#E74BAB (or 0xE74BAB) is known color: Brilliant Rose. HEX triplet: E7, 4B and AB. RGB value is (231,75,171). Sum of RGB (Red+Green+Blue) = 231+75+171=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74BAB is #18B454. Grayscale: #848484. Windows color (decimal): -1619029 or 11226087. OLE color: 11226087.
HSL color Cylindrical-coordinate representation of color #E74BAB: hue angle of 323.08º 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 #E74BAB is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 171 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.09 |
| HSL | 323.08º | 0.76% | 0.6% | - |
| HSV(B) | 323.08º | 0.68% | 0.91% | - |
| XYZ | 42.82 | 24.96 | 41.09 | - |
| YUV | 132.59 | 149.68 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 171 | 0 | 0.68 | 0.26 | 0.09 | 323.08 | 0.76 | 0.6 |
| Hex | E7 | 4B | AB | 0 | 44 | 1A | 9 | 143 | 4C | 3C |
| Octal | 347 | 113 | 253 | 0 | 104 | 32 | 11 | 503 | 114 | 74 |
| Binary | 11100111 | 1001011 | 10101011 | 0 | 1000100 | 11010 | 1001 | 101000011 | 1001100 | 111100 |
Color Harmonies of #E74BAB
Complementary color
Monochromatic Colors of #E74BAB
Black with #E74BAB
Text Example
Text Example
White with #E74BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74BAB; }
p { color: rgb(231,75,171); }
H1.HeaderClassName
{
color: #E74BAB;
}
.AnyTagClassName
{
color: #E74BAB;
}
</style>
background-color css
<style>
a { background-color: #E74BAB; }
a { background-color: rgb(231,75,171); }
div.DivClassName
{
background-color: #E74BAB;
}
.BgClassName
{
background-color: #E74BAB;
}
</style>
border-color css
<style>
span { border-color: #E74BAB; }
span { border-color: rgb(231,75,171); }
td.TdClassName
{
border-color: #E74BAB;
}
.TagClassName
{
border-color: #E74BAB;
}
</style>