Shades of Brilliant Rose #EA519D
Tints of Brilliant Rose #EA519D
RGB
CMYK
RGB Variations
Color information
#EA519D (or 0xEA519D) is known color: Brilliant Rose. HEX triplet: EA, 51 and 9D. RGB value is (234,81,157). Sum of RGB (Red+Green+Blue) = 234+81+157=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA519D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA519D is #15AE62. Grayscale: #878787. Windows color (decimal): -1420899 or 10310122. OLE color: 10310122.
HSL color Cylindrical-coordinate representation of color #EA519D: hue angle of 330.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA519D is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 157 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.08 |
| HSL | 330.2º | 0.78% | 0.62% | - |
| HSV(B) | 330.2º | 0.65% | 0.92% | - |
| XYZ | 42.96 | 25.81 | 34.62 | - |
| YUV | 135.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 157 | 0 | 0.65 | 0.33 | 0.08 | 330.2 | 0.78 | 0.62 |
| Hex | EA | 51 | 9D | 0 | 41 | 21 | 8 | 14A | 4E | 3E |
| Octal | 352 | 121 | 235 | 0 | 101 | 41 | 10 | 512 | 116 | 76 |
| Binary | 11101010 | 1010001 | 10011101 | 0 | 1000001 | 100001 | 1000 | 101001010 | 1001110 | 111110 |
Color Harmonies of #EA519D
Complementary color
Monochromatic Colors of #EA519D
Black with #EA519D
Text Example
Text Example
White with #EA519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA519D; }
p { color: rgb(234,81,157); }
H1.HeaderClassName
{
color: #EA519D;
}
.AnyTagClassName
{
color: #EA519D;
}
</style>
background-color css
<style>
a { background-color: #EA519D; }
a { background-color: rgb(234,81,157); }
div.DivClassName
{
background-color: #EA519D;
}
.BgClassName
{
background-color: #EA519D;
}
</style>
border-color css
<style>
span { border-color: #EA519D; }
span { border-color: rgb(234,81,157); }
td.TdClassName
{
border-color: #EA519D;
}
.TagClassName
{
border-color: #EA519D;
}
</style>