Shades of Brilliant Rose #ED46A6
Tints of Brilliant Rose #ED46A6
RGB
CMYK
RGB Variations
Color information
#ED46A6 (or 0xED46A6) is known color: Brilliant Rose. HEX triplet: ED, 46 and A6. RGB value is (237,70,166). Sum of RGB (Red+Green+Blue) = 237+70+166=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED46A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED46A6 is #12B959. Grayscale: #828282. Windows color (decimal): -1227098 or 10897133. OLE color: 10897133.
HSL color Cylindrical-coordinate representation of color #ED46A6: hue angle of 325.51º 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 #ED46A6 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 166 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.07 |
| HSL | 325.51º | 0.82% | 0.6% | - |
| HSV(B) | 325.51º | 0.7% | 0.93% | - |
| XYZ | 44 | 25.14 | 38.61 | - |
| YUV | 130.88 | 147.83 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 166 | 0 | 0.70 | 0.30 | 0.07 | 325.51 | 0.82 | 0.6 |
| Hex | ED | 46 | A6 | 0 | 46 | 1E | 7 | 146 | 52 | 3C |
| Octal | 355 | 106 | 246 | 0 | 106 | 36 | 7 | 506 | 122 | 74 |
| Binary | 11101101 | 1000110 | 10100110 | 0 | 1000110 | 11110 | 111 | 101000110 | 1010010 | 111100 |
Color Harmonies of #ED46A6
Complementary color
Monochromatic Colors of #ED46A6
Black with #ED46A6
Text Example
Text Example
White with #ED46A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED46A6; }
p { color: rgb(237,70,166); }
H1.HeaderClassName
{
color: #ED46A6;
}
.AnyTagClassName
{
color: #ED46A6;
}
</style>
background-color css
<style>
a { background-color: #ED46A6; }
a { background-color: rgb(237,70,166); }
div.DivClassName
{
background-color: #ED46A6;
}
.BgClassName
{
background-color: #ED46A6;
}
</style>
border-color css
<style>
span { border-color: #ED46A6; }
span { border-color: rgb(237,70,166); }
td.TdClassName
{
border-color: #ED46A6;
}
.TagClassName
{
border-color: #ED46A6;
}
</style>