Shades of Brilliant Rose #ED4EAE
Tints of Brilliant Rose #ED4EAE
RGB
CMYK
RGB Variations
Color information
#ED4EAE (or 0xED4EAE) is known color: Brilliant Rose. HEX triplet: ED, 4E and AE. RGB value is (237,78,174). Sum of RGB (Red+Green+Blue) = 237+78+174=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4EAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4EAE is #12B151. Grayscale: #888888. Windows color (decimal): -1225042 or 11423469. OLE color: 11423469.
HSL color Cylindrical-coordinate representation of color #ED4EAE: hue angle of 323.77º 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 #ED4EAE is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 174 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.07 |
| HSL | 323.77º | 0.82% | 0.62% | - |
| HSV(B) | 323.77º | 0.67% | 0.93% | - |
| XYZ | 45.29 | 26.51 | 42.77 | - |
| YUV | 136.49 | 149.18 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 174 | 0 | 0.67 | 0.27 | 0.07 | 323.77 | 0.82 | 0.62 |
| Hex | ED | 4E | AE | 0 | 43 | 1B | 7 | 144 | 52 | 3E |
| Octal | 355 | 116 | 256 | 0 | 103 | 33 | 7 | 504 | 122 | 76 |
| Binary | 11101101 | 1001110 | 10101110 | 0 | 1000011 | 11011 | 111 | 101000100 | 1010010 | 111110 |
Color Harmonies of #ED4EAE
Complementary color
Monochromatic Colors of #ED4EAE
Black with #ED4EAE
Text Example
Text Example
White with #ED4EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4EAE; }
p { color: rgb(237,78,174); }
H1.HeaderClassName
{
color: #ED4EAE;
}
.AnyTagClassName
{
color: #ED4EAE;
}
</style>
background-color css
<style>
a { background-color: #ED4EAE; }
a { background-color: rgb(237,78,174); }
div.DivClassName
{
background-color: #ED4EAE;
}
.BgClassName
{
background-color: #ED4EAE;
}
</style>
border-color css
<style>
span { border-color: #ED4EAE; }
span { border-color: rgb(237,78,174); }
td.TdClassName
{
border-color: #ED4EAE;
}
.TagClassName
{
border-color: #ED4EAE;
}
</style>