Shades of Brilliant Rose #ED519A
Tints of Brilliant Rose #ED519A
RGB
CMYK
RGB Variations
Color information
#ED519A (or 0xED519A) is known color: Brilliant Rose. HEX triplet: ED, 51 and 9A. RGB value is (237,81,154). Sum of RGB (Red+Green+Blue) = 237+81+154=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED519A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED519A is #12AE65. Grayscale: #878787. Windows color (decimal): -1224294 or 10113517. OLE color: 10113517.
HSL color Cylindrical-coordinate representation of color #ED519A: hue angle of 331.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED519A is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 154 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.07 |
| HSL | 331.92º | 0.81% | 0.62% | - |
| HSV(B) | 331.92º | 0.66% | 0.93% | - |
| XYZ | 43.7 | 26.22 | 33.33 | - |
| YUV | 135.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 154 | 0 | 0.66 | 0.35 | 0.07 | 331.92 | 0.81 | 0.62 |
| Hex | ED | 51 | 9A | 0 | 42 | 23 | 7 | 14C | 51 | 3E |
| Octal | 355 | 121 | 232 | 0 | 102 | 43 | 7 | 514 | 121 | 76 |
| Binary | 11101101 | 1010001 | 10011010 | 0 | 1000010 | 100011 | 111 | 101001100 | 1010001 | 111110 |
Color Harmonies of #ED519A
Complementary color
Monochromatic Colors of #ED519A
Black with #ED519A
Text Example
Text Example
White with #ED519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED519A; }
p { color: rgb(237,81,154); }
H1.HeaderClassName
{
color: #ED519A;
}
.AnyTagClassName
{
color: #ED519A;
}
</style>
background-color css
<style>
a { background-color: #ED519A; }
a { background-color: rgb(237,81,154); }
div.DivClassName
{
background-color: #ED519A;
}
.BgClassName
{
background-color: #ED519A;
}
</style>
border-color css
<style>
span { border-color: #ED519A; }
span { border-color: rgb(237,81,154); }
td.TdClassName
{
border-color: #ED519A;
}
.TagClassName
{
border-color: #ED519A;
}
</style>