Shades of Brilliant Rose #ED4EA6
Tints of Brilliant Rose #ED4EA6
RGB
CMYK
RGB Variations
Color information
#ED4EA6 (or 0xED4EA6) is known color: Brilliant Rose. HEX triplet: ED, 4E and A6. RGB value is (237,78,166). Sum of RGB (Red+Green+Blue) = 237+78+166=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4EA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4EA6 is #12B159. Grayscale: #878787. Windows color (decimal): -1225050 or 10899181. OLE color: 10899181.
HSL color Cylindrical-coordinate representation of color #ED4EA6: hue angle of 326.79º 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 #ED4EA6 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 166 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.07 |
| HSL | 326.79º | 0.82% | 0.62% | - |
| HSV(B) | 326.79º | 0.67% | 0.93% | - |
| XYZ | 44.53 | 26.21 | 38.79 | - |
| YUV | 135.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 166 | 0 | 0.67 | 0.30 | 0.07 | 326.79 | 0.82 | 0.62 |
| Hex | ED | 4E | A6 | 0 | 43 | 1E | 7 | 147 | 52 | 3E |
| Octal | 355 | 116 | 246 | 0 | 103 | 36 | 7 | 507 | 122 | 76 |
| Binary | 11101101 | 1001110 | 10100110 | 0 | 1000011 | 11110 | 111 | 101000111 | 1010010 | 111110 |
Color Harmonies of #ED4EA6
Complementary color
Monochromatic Colors of #ED4EA6
Black with #ED4EA6
Text Example
Text Example
White with #ED4EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4EA6; }
p { color: rgb(237,78,166); }
H1.HeaderClassName
{
color: #ED4EA6;
}
.AnyTagClassName
{
color: #ED4EA6;
}
</style>
background-color css
<style>
a { background-color: #ED4EA6; }
a { background-color: rgb(237,78,166); }
div.DivClassName
{
background-color: #ED4EA6;
}
.BgClassName
{
background-color: #ED4EA6;
}
</style>
border-color css
<style>
span { border-color: #ED4EA6; }
span { border-color: rgb(237,78,166); }
td.TdClassName
{
border-color: #ED4EA6;
}
.TagClassName
{
border-color: #ED4EA6;
}
</style>