Shades of Brilliant Rose #EA47A4
Tints of Brilliant Rose #EA47A4
RGB
CMYK
RGB Variations
Color information
#EA47A4 (or 0xEA47A4) is known color: Brilliant Rose. HEX triplet: EA, 47 and A4. RGB value is (234,71,164). Sum of RGB (Red+Green+Blue) = 234+71+164=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA47A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA47A4 is #15B85B. Grayscale: #828282. Windows color (decimal): -1423452 or 10766314. OLE color: 10766314.
HSL color Cylindrical-coordinate representation of color #EA47A4: hue angle of 325.77º 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 #EA47A4 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 164 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.08 |
| HSL | 325.77º | 0.8% | 0.6% | - |
| HSV(B) | 325.77º | 0.7% | 0.92% | - |
| XYZ | 42.89 | 24.68 | 37.63 | - |
| YUV | 130.34 | 147 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 164 | 0 | 0.70 | 0.30 | 0.08 | 325.77 | 0.8 | 0.6 |
| Hex | EA | 47 | A4 | 0 | 46 | 1E | 8 | 146 | 50 | 3C |
| Octal | 352 | 107 | 244 | 0 | 106 | 36 | 10 | 506 | 120 | 74 |
| Binary | 11101010 | 1000111 | 10100100 | 0 | 1000110 | 11110 | 1000 | 101000110 | 1010000 | 111100 |
Color Harmonies of #EA47A4
Complementary color
Monochromatic Colors of #EA47A4
Black with #EA47A4
Text Example
Text Example
White with #EA47A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA47A4; }
p { color: rgb(234,71,164); }
H1.HeaderClassName
{
color: #EA47A4;
}
.AnyTagClassName
{
color: #EA47A4;
}
</style>
background-color css
<style>
a { background-color: #EA47A4; }
a { background-color: rgb(234,71,164); }
div.DivClassName
{
background-color: #EA47A4;
}
.BgClassName
{
background-color: #EA47A4;
}
</style>
border-color css
<style>
span { border-color: #EA47A4; }
span { border-color: rgb(234,71,164); }
td.TdClassName
{
border-color: #EA47A4;
}
.TagClassName
{
border-color: #EA47A4;
}
</style>