Shades of Brilliant Rose #ED50AD
Tints of Brilliant Rose #ED50AD
RGB
CMYK
RGB Variations
Color information
#ED50AD (or 0xED50AD) is known color: Brilliant Rose. HEX triplet: ED, 50 and AD. RGB value is (237,80,173). Sum of RGB (Red+Green+Blue) = 237+80+173=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED50AD is #12AF52. Grayscale: #898989. Windows color (decimal): -1224531 or 11358445. OLE color: 11358445.
HSL color Cylindrical-coordinate representation of color #ED50AD: hue angle of 324.46º 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 #ED50AD is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 173 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.07 |
| HSL | 324.46º | 0.81% | 0.62% | - |
| HSV(B) | 324.46º | 0.66% | 0.93% | - |
| XYZ | 45.34 | 26.76 | 42.31 | - |
| YUV | 137.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 173 | 0 | 0.66 | 0.27 | 0.07 | 324.46 | 0.81 | 0.62 |
| Hex | ED | 50 | AD | 0 | 42 | 1B | 7 | 144 | 51 | 3E |
| Octal | 355 | 120 | 255 | 0 | 102 | 33 | 7 | 504 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10101101 | 0 | 1000010 | 11011 | 111 | 101000100 | 1010001 | 111110 |
Color Harmonies of #ED50AD
Complementary color
Monochromatic Colors of #ED50AD
Black with #ED50AD
Text Example
Text Example
White with #ED50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED50AD; }
p { color: rgb(237,80,173); }
H1.HeaderClassName
{
color: #ED50AD;
}
.AnyTagClassName
{
color: #ED50AD;
}
</style>
background-color css
<style>
a { background-color: #ED50AD; }
a { background-color: rgb(237,80,173); }
div.DivClassName
{
background-color: #ED50AD;
}
.BgClassName
{
background-color: #ED50AD;
}
</style>
border-color css
<style>
span { border-color: #ED50AD; }
span { border-color: rgb(237,80,173); }
td.TdClassName
{
border-color: #ED50AD;
}
.TagClassName
{
border-color: #ED50AD;
}
</style>