Shades of Brilliant Rose #ED47A6
Tints of Brilliant Rose #ED47A6
RGB
CMYK
RGB Variations
Color information
#ED47A6 (or 0xED47A6) is known color: Brilliant Rose. HEX triplet: ED, 47 and A6. RGB value is (237,71,166). Sum of RGB (Red+Green+Blue) = 237+71+166=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED47A6 is #12B859. Grayscale: #838383. Windows color (decimal): -1226842 or 10897389. OLE color: 10897389.
HSL color Cylindrical-coordinate representation of color #ED47A6: hue angle of 325.66º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED47A6 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 166 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.07 |
| HSL | 325.66º | 0.82% | 0.6% | - |
| HSV(B) | 325.66º | 0.7% | 0.93% | - |
| XYZ | 44.06 | 25.26 | 38.63 | - |
| YUV | 131.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 166 | 0 | 0.70 | 0.30 | 0.07 | 325.66 | 0.82 | 0.6 |
| Hex | ED | 47 | A6 | 0 | 46 | 1E | 7 | 146 | 52 | 3C |
| Octal | 355 | 107 | 246 | 0 | 106 | 36 | 7 | 506 | 122 | 74 |
| Binary | 11101101 | 1000111 | 10100110 | 0 | 1000110 | 11110 | 111 | 101000110 | 1010010 | 111100 |
Color Harmonies of #ED47A6
Complementary color
Monochromatic Colors of #ED47A6
Black with #ED47A6
Text Example
Text Example
White with #ED47A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED47A6; }
p { color: rgb(237,71,166); }
H1.HeaderClassName
{
color: #ED47A6;
}
.AnyTagClassName
{
color: #ED47A6;
}
</style>
background-color css
<style>
a { background-color: #ED47A6; }
a { background-color: rgb(237,71,166); }
div.DivClassName
{
background-color: #ED47A6;
}
.BgClassName
{
background-color: #ED47A6;
}
</style>
border-color css
<style>
span { border-color: #ED47A6; }
span { border-color: rgb(237,71,166); }
td.TdClassName
{
border-color: #ED47A6;
}
.TagClassName
{
border-color: #ED47A6;
}
</style>