Shades of Brilliant Rose #ED5EA0
Tints of Brilliant Rose #ED5EA0
RGB
CMYK
RGB Variations
Color information
#ED5EA0 (or 0xED5EA0) is known color: Brilliant Rose. HEX triplet: ED, 5E and A0. RGB value is (237,94,160). Sum of RGB (Red+Green+Blue) = 237+94+160=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5EA0 is #12A15F. Grayscale: #909090. Windows color (decimal): -1220960 or 10510061. OLE color: 10510061.
HSL color Cylindrical-coordinate representation of color #ED5EA0: hue angle of 332.31º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5EA0 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 94 | 160 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.07 |
| HSL | 332.31º | 0.8% | 0.65% | - |
| HSV(B) | 332.31º | 0.6% | 0.93% | - |
| XYZ | 45.27 | 28.55 | 36.38 | - |
| YUV | 144.28 | 136.88 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 160 | 0 | 0.60 | 0.32 | 0.07 | 332.31 | 0.8 | 0.65 |
| Hex | ED | 5E | A0 | 0 | 3C | 20 | 7 | 14C | 50 | 41 |
| Octal | 355 | 136 | 240 | 0 | 74 | 40 | 7 | 514 | 120 | 101 |
| Binary | 11101101 | 1011110 | 10100000 | 0 | 111100 | 100000 | 111 | 101001100 | 1010000 | 1000001 |
Color Harmonies of #ED5EA0
Complementary color
Monochromatic Colors of #ED5EA0
Black with #ED5EA0
Text Example
Text Example
White with #ED5EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5EA0; }
p { color: rgb(237,94,160); }
H1.HeaderClassName
{
color: #ED5EA0;
}
.AnyTagClassName
{
color: #ED5EA0;
}
</style>
background-color css
<style>
a { background-color: #ED5EA0; }
a { background-color: rgb(237,94,160); }
div.DivClassName
{
background-color: #ED5EA0;
}
.BgClassName
{
background-color: #ED5EA0;
}
</style>
border-color css
<style>
span { border-color: #ED5EA0; }
span { border-color: rgb(237,94,160); }
td.TdClassName
{
border-color: #ED5EA0;
}
.TagClassName
{
border-color: #ED5EA0;
}
</style>