Shades of Brilliant Rose #E74CAA
Tints of Brilliant Rose #E74CAA
RGB
CMYK
RGB Variations
Color information
#E74CAA (or 0xE74CAA) is known color: Brilliant Rose. HEX triplet: E7, 4C and AA. RGB value is (231,76,170). Sum of RGB (Red+Green+Blue) = 231+76+170=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74CAA is #18B355. Grayscale: #848484. Windows color (decimal): -1618774 or 11160807. OLE color: 11160807.
HSL color Cylindrical-coordinate representation of color #E74CAA: hue angle of 323.61º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74CAA is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 170 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.09 |
| HSL | 323.61º | 0.76% | 0.6% | - |
| HSV(B) | 323.61º | 0.67% | 0.91% | - |
| XYZ | 42.8 | 25.06 | 40.61 | - |
| YUV | 133.06 | 148.85 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 170 | 0 | 0.67 | 0.26 | 0.09 | 323.61 | 0.76 | 0.6 |
| Hex | E7 | 4C | AA | 0 | 43 | 1A | 9 | 144 | 4C | 3C |
| Octal | 347 | 114 | 252 | 0 | 103 | 32 | 11 | 504 | 114 | 74 |
| Binary | 11100111 | 1001100 | 10101010 | 0 | 1000011 | 11010 | 1001 | 101000100 | 1001100 | 111100 |
Color Harmonies of #E74CAA
Complementary color
Monochromatic Colors of #E74CAA
Black with #E74CAA
Text Example
Text Example
White with #E74CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74CAA; }
p { color: rgb(231,76,170); }
H1.HeaderClassName
{
color: #E74CAA;
}
.AnyTagClassName
{
color: #E74CAA;
}
</style>
background-color css
<style>
a { background-color: #E74CAA; }
a { background-color: rgb(231,76,170); }
div.DivClassName
{
background-color: #E74CAA;
}
.BgClassName
{
background-color: #E74CAA;
}
</style>
border-color css
<style>
span { border-color: #E74CAA; }
span { border-color: rgb(231,76,170); }
td.TdClassName
{
border-color: #E74CAA;
}
.TagClassName
{
border-color: #E74CAA;
}
</style>