Shades of Brilliant Rose #EA47AD
Tints of Brilliant Rose #EA47AD
RGB
CMYK
RGB Variations
Color information
#EA47AD (or 0xEA47AD) is known color: Brilliant Rose. HEX triplet: EA, 47 and AD. RGB value is (234,71,173). Sum of RGB (Red+Green+Blue) = 234+71+173=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA47AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA47AD is #15B852. Grayscale: #838383. Windows color (decimal): -1423443 or 11356138. OLE color: 11356138.
HSL color Cylindrical-coordinate representation of color #EA47AD: hue angle of 322.45º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA47AD is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 173 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.08 |
| HSL | 322.45º | 0.8% | 0.6% | - |
| HSV(B) | 322.45º | 0.7% | 0.92% | - |
| XYZ | 43.73 | 25.02 | 42.06 | - |
| YUV | 131.37 | 151.5 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 173 | 0 | 0.70 | 0.26 | 0.08 | 322.45 | 0.8 | 0.6 |
| Hex | EA | 47 | AD | 0 | 46 | 1A | 8 | 142 | 50 | 3C |
| Octal | 352 | 107 | 255 | 0 | 106 | 32 | 10 | 502 | 120 | 74 |
| Binary | 11101010 | 1000111 | 10101101 | 0 | 1000110 | 11010 | 1000 | 101000010 | 1010000 | 111100 |
Color Harmonies of #EA47AD
Complementary color
Monochromatic Colors of #EA47AD
Black with #EA47AD
Text Example
Text Example
White with #EA47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA47AD; }
p { color: rgb(234,71,173); }
H1.HeaderClassName
{
color: #EA47AD;
}
.AnyTagClassName
{
color: #EA47AD;
}
</style>
background-color css
<style>
a { background-color: #EA47AD; }
a { background-color: rgb(234,71,173); }
div.DivClassName
{
background-color: #EA47AD;
}
.BgClassName
{
background-color: #EA47AD;
}
</style>
border-color css
<style>
span { border-color: #EA47AD; }
span { border-color: rgb(234,71,173); }
td.TdClassName
{
border-color: #EA47AD;
}
.TagClassName
{
border-color: #EA47AD;
}
</style>