Shades of Brilliant Rose #EA549C
Tints of Brilliant Rose #EA549C
RGB
CMYK
RGB Variations
Color information
#EA549C (or 0xEA549C) is known color: Brilliant Rose. HEX triplet: EA, 54 and 9C. RGB value is (234,84,156). Sum of RGB (Red+Green+Blue) = 234+84+156=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA549C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA549C is #15AB63. Grayscale: #888888. Windows color (decimal): -1420132 or 10245354. OLE color: 10245354.
HSL color Cylindrical-coordinate representation of color #EA549C: hue angle of 331.2º 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 #EA549C is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 156 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.08 |
| HSL | 331.2º | 0.78% | 0.62% | - |
| HSV(B) | 331.2º | 0.64% | 0.92% | - |
| XYZ | 43.1 | 26.23 | 34.24 | - |
| YUV | 137.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 156 | 0 | 0.64 | 0.33 | 0.08 | 331.2 | 0.78 | 0.62 |
| Hex | EA | 54 | 9C | 0 | 40 | 21 | 8 | 14B | 4E | 3E |
| Octal | 352 | 124 | 234 | 0 | 100 | 41 | 10 | 513 | 116 | 76 |
| Binary | 11101010 | 1010100 | 10011100 | 0 | 1000000 | 100001 | 1000 | 101001011 | 1001110 | 111110 |
Color Harmonies of #EA549C
Complementary color
Monochromatic Colors of #EA549C
Black with #EA549C
Text Example
Text Example
White with #EA549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA549C; }
p { color: rgb(234,84,156); }
H1.HeaderClassName
{
color: #EA549C;
}
.AnyTagClassName
{
color: #EA549C;
}
</style>
background-color css
<style>
a { background-color: #EA549C; }
a { background-color: rgb(234,84,156); }
div.DivClassName
{
background-color: #EA549C;
}
.BgClassName
{
background-color: #EA549C;
}
</style>
border-color css
<style>
span { border-color: #EA549C; }
span { border-color: rgb(234,84,156); }
td.TdClassName
{
border-color: #EA549C;
}
.TagClassName
{
border-color: #EA549C;
}
</style>