Shades of Brilliant Rose #ED46A3
Tints of Brilliant Rose #ED46A3
RGB
CMYK
RGB Variations
Color information
#ED46A3 (or 0xED46A3) is known color: Brilliant Rose. HEX triplet: ED, 46 and A3. RGB value is (237,70,163). Sum of RGB (Red+Green+Blue) = 237+70+163=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED46A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED46A3 is #12B95C. Grayscale: #828282. Windows color (decimal): -1227101 or 10700525. OLE color: 10700525.
HSL color Cylindrical-coordinate representation of color #ED46A3: hue angle of 326.59º 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 #ED46A3 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 163 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.07 |
| HSL | 326.59º | 0.82% | 0.6% | - |
| HSV(B) | 326.59º | 0.7% | 0.93% | - |
| XYZ | 43.73 | 25.03 | 37.18 | - |
| YUV | 130.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 163 | 0 | 0.70 | 0.31 | 0.07 | 326.59 | 0.82 | 0.6 |
| Hex | ED | 46 | A3 | 0 | 46 | 1F | 7 | 147 | 52 | 3C |
| Octal | 355 | 106 | 243 | 0 | 106 | 37 | 7 | 507 | 122 | 74 |
| Binary | 11101101 | 1000110 | 10100011 | 0 | 1000110 | 11111 | 111 | 101000111 | 1010010 | 111100 |
Color Harmonies of #ED46A3
Complementary color
Monochromatic Colors of #ED46A3
Black with #ED46A3
Text Example
Text Example
White with #ED46A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED46A3; }
p { color: rgb(237,70,163); }
H1.HeaderClassName
{
color: #ED46A3;
}
.AnyTagClassName
{
color: #ED46A3;
}
</style>
background-color css
<style>
a { background-color: #ED46A3; }
a { background-color: rgb(237,70,163); }
div.DivClassName
{
background-color: #ED46A3;
}
.BgClassName
{
background-color: #ED46A3;
}
</style>
border-color css
<style>
span { border-color: #ED46A3; }
span { border-color: rgb(237,70,163); }
td.TdClassName
{
border-color: #ED46A3;
}
.TagClassName
{
border-color: #ED46A3;
}
</style>