Shades of Brilliant Rose #EA549F
Tints of Brilliant Rose #EA549F
RGB
CMYK
RGB Variations
Color information
#EA549F (or 0xEA549F) is known color: Brilliant Rose. HEX triplet: EA, 54 and 9F. RGB value is (234,84,159). Sum of RGB (Red+Green+Blue) = 234+84+159=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA549F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA549F is #15AB60. Grayscale: #898989. Windows color (decimal): -1420129 or 10441962. OLE color: 10441962.
HSL color Cylindrical-coordinate representation of color #EA549F: hue angle of 330º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA549F is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 159 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.08 |
| HSL | 330º | 0.78% | 0.62% | - |
| HSV(B) | 330º | 0.64% | 0.92% | - |
| XYZ | 43.36 | 26.34 | 35.6 | - |
| YUV | 137.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 159 | 0 | 0.64 | 0.32 | 0.08 | 330 | 0.78 | 0.62 |
| Hex | EA | 54 | 9F | 0 | 40 | 20 | 8 | 14A | 4E | 3E |
| Octal | 352 | 124 | 237 | 0 | 100 | 40 | 10 | 512 | 116 | 76 |
| Binary | 11101010 | 1010100 | 10011111 | 0 | 1000000 | 100000 | 1000 | 101001010 | 1001110 | 111110 |
Color Harmonies of #EA549F
Complementary color
Monochromatic Colors of #EA549F
Black with #EA549F
Text Example
Text Example
White with #EA549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA549F; }
p { color: rgb(234,84,159); }
H1.HeaderClassName
{
color: #EA549F;
}
.AnyTagClassName
{
color: #EA549F;
}
</style>
background-color css
<style>
a { background-color: #EA549F; }
a { background-color: rgb(234,84,159); }
div.DivClassName
{
background-color: #EA549F;
}
.BgClassName
{
background-color: #EA549F;
}
</style>
border-color css
<style>
span { border-color: #EA549F; }
span { border-color: rgb(234,84,159); }
td.TdClassName
{
border-color: #EA549F;
}
.TagClassName
{
border-color: #EA549F;
}
</style>