Shades of Brilliant Rose #ED53A6
Tints of Brilliant Rose #ED53A6
RGB
CMYK
RGB Variations
Color information
#ED53A6 (or 0xED53A6) is known color: Brilliant Rose. HEX triplet: ED, 53 and A6. RGB value is (237,83,166). Sum of RGB (Red+Green+Blue) = 237+83+166=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED53A6 is #12AC59. Grayscale: #8A8A8A. Windows color (decimal): -1223770 or 10900461. OLE color: 10900461.
HSL color Cylindrical-coordinate representation of color #ED53A6: hue angle of 327.66º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED53A6 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 166 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.07 |
| HSL | 327.66º | 0.81% | 0.63% | - |
| HSV(B) | 327.66º | 0.65% | 0.93% | - |
| XYZ | 44.9 | 26.94 | 38.91 | - |
| YUV | 138.51 | 143.52 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 166 | 0 | 0.65 | 0.30 | 0.07 | 327.66 | 0.81 | 0.63 |
| Hex | ED | 53 | A6 | 0 | 41 | 1E | 7 | 148 | 51 | 3F |
| Octal | 355 | 123 | 246 | 0 | 101 | 36 | 7 | 510 | 121 | 77 |
| Binary | 11101101 | 1010011 | 10100110 | 0 | 1000001 | 11110 | 111 | 101001000 | 1010001 | 111111 |
Color Harmonies of #ED53A6
Complementary color
Monochromatic Colors of #ED53A6
Black with #ED53A6
Text Example
Text Example
White with #ED53A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED53A6; }
p { color: rgb(237,83,166); }
H1.HeaderClassName
{
color: #ED53A6;
}
.AnyTagClassName
{
color: #ED53A6;
}
</style>
background-color css
<style>
a { background-color: #ED53A6; }
a { background-color: rgb(237,83,166); }
div.DivClassName
{
background-color: #ED53A6;
}
.BgClassName
{
background-color: #ED53A6;
}
</style>
border-color css
<style>
span { border-color: #ED53A6; }
span { border-color: rgb(237,83,166); }
td.TdClassName
{
border-color: #ED53A6;
}
.TagClassName
{
border-color: #ED53A6;
}
</style>