Shades of Brilliant Rose #ED4EA0
Tints of Brilliant Rose #ED4EA0
RGB
CMYK
RGB Variations
Color information
#ED4EA0 (or 0xED4EA0) is known color: Brilliant Rose. HEX triplet: ED, 4E and A0. RGB value is (237,78,160). Sum of RGB (Red+Green+Blue) = 237+78+160=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4EA0 is #12B15F. Grayscale: #868686. Windows color (decimal): -1225056 or 10505965. OLE color: 10505965.
HSL color Cylindrical-coordinate representation of color #ED4EA0: hue angle of 329.06º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4EA0 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 160 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.07 |
| HSL | 329.06º | 0.82% | 0.62% | - |
| HSV(B) | 329.06º | 0.67% | 0.93% | - |
| XYZ | 43.99 | 25.99 | 35.96 | - |
| YUV | 134.89 | 142.18 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 160 | 0 | 0.67 | 0.32 | 0.07 | 329.06 | 0.82 | 0.62 |
| Hex | ED | 4E | A0 | 0 | 43 | 20 | 7 | 149 | 52 | 3E |
| Octal | 355 | 116 | 240 | 0 | 103 | 40 | 7 | 511 | 122 | 76 |
| Binary | 11101101 | 1001110 | 10100000 | 0 | 1000011 | 100000 | 111 | 101001001 | 1010010 | 111110 |
Color Harmonies of #ED4EA0
Complementary color
Monochromatic Colors of #ED4EA0
Black with #ED4EA0
Text Example
Text Example
White with #ED4EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4EA0; }
p { color: rgb(237,78,160); }
H1.HeaderClassName
{
color: #ED4EA0;
}
.AnyTagClassName
{
color: #ED4EA0;
}
</style>
background-color css
<style>
a { background-color: #ED4EA0; }
a { background-color: rgb(237,78,160); }
div.DivClassName
{
background-color: #ED4EA0;
}
.BgClassName
{
background-color: #ED4EA0;
}
</style>
border-color css
<style>
span { border-color: #ED4EA0; }
span { border-color: rgb(237,78,160); }
td.TdClassName
{
border-color: #ED4EA0;
}
.TagClassName
{
border-color: #ED4EA0;
}
</style>