Shades of Brilliant Rose #EA54B5
Tints of Brilliant Rose #EA54B5
RGB
CMYK
RGB Variations
Color information
#EA54B5 (or 0xEA54B5) is known color: Brilliant Rose. HEX triplet: EA, 54 and B5. RGB value is (234,84,181). Sum of RGB (Red+Green+Blue) = 234+84+181=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA54B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA54B5 is #15AB4A. Grayscale: #8B8B8B. Windows color (decimal): -1420107 or 11883754. OLE color: 11883754.
HSL color Cylindrical-coordinate representation of color #EA54B5: hue angle of 321.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 #EA54B5 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 181 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.08 |
| HSL | 321.2º | 0.78% | 0.62% | - |
| HSV(B) | 321.2º | 0.64% | 0.92% | - |
| XYZ | 45.44 | 27.17 | 46.57 | - |
| YUV | 139.91 | 151.2 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 181 | 0 | 0.64 | 0.23 | 0.08 | 321.2 | 0.78 | 0.62 |
| Hex | EA | 54 | B5 | 0 | 40 | 17 | 8 | 141 | 4E | 3E |
| Octal | 352 | 124 | 265 | 0 | 100 | 27 | 10 | 501 | 116 | 76 |
| Binary | 11101010 | 1010100 | 10110101 | 0 | 1000000 | 10111 | 1000 | 101000001 | 1001110 | 111110 |
Color Harmonies of #EA54B5
Complementary color
Monochromatic Colors of #EA54B5
Black with #EA54B5
Text Example
Text Example
White with #EA54B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA54B5; }
p { color: rgb(234,84,181); }
H1.HeaderClassName
{
color: #EA54B5;
}
.AnyTagClassName
{
color: #EA54B5;
}
</style>
background-color css
<style>
a { background-color: #EA54B5; }
a { background-color: rgb(234,84,181); }
div.DivClassName
{
background-color: #EA54B5;
}
.BgClassName
{
background-color: #EA54B5;
}
</style>
border-color css
<style>
span { border-color: #EA54B5; }
span { border-color: rgb(234,84,181); }
td.TdClassName
{
border-color: #EA54B5;
}
.TagClassName
{
border-color: #EA54B5;
}
</style>