Shades of Brilliant Rose #ED49A1
Tints of Brilliant Rose #ED49A1
RGB
CMYK
RGB Variations
Color information
#ED49A1 (or 0xED49A1) is known color: Brilliant Rose. HEX triplet: ED, 49 and A1. RGB value is (237,73,161). Sum of RGB (Red+Green+Blue) = 237+73+161=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED49A1 is #12B65E. Grayscale: #838383. Windows color (decimal): -1226335 or 10570221. OLE color: 10570221.
HSL color Cylindrical-coordinate representation of color #ED49A1: hue angle of 327.8º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED49A1 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 161 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.07 |
| HSL | 327.8º | 0.82% | 0.61% | - |
| HSV(B) | 327.8º | 0.69% | 0.93% | - |
| XYZ | 43.74 | 25.34 | 36.3 | - |
| YUV | 132.07 | 144.33 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 161 | 0 | 0.69 | 0.32 | 0.07 | 327.8 | 0.82 | 0.61 |
| Hex | ED | 49 | A1 | 0 | 45 | 20 | 7 | 148 | 52 | 3D |
| Octal | 355 | 111 | 241 | 0 | 105 | 40 | 7 | 510 | 122 | 75 |
| Binary | 11101101 | 1001001 | 10100001 | 0 | 1000101 | 100000 | 111 | 101001000 | 1010010 | 111101 |
Color Harmonies of #ED49A1
Complementary color
Monochromatic Colors of #ED49A1
Black with #ED49A1
Text Example
Text Example
White with #ED49A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED49A1; }
p { color: rgb(237,73,161); }
H1.HeaderClassName
{
color: #ED49A1;
}
.AnyTagClassName
{
color: #ED49A1;
}
</style>
background-color css
<style>
a { background-color: #ED49A1; }
a { background-color: rgb(237,73,161); }
div.DivClassName
{
background-color: #ED49A1;
}
.BgClassName
{
background-color: #ED49A1;
}
</style>
border-color css
<style>
span { border-color: #ED49A1; }
span { border-color: rgb(237,73,161); }
td.TdClassName
{
border-color: #ED49A1;
}
.TagClassName
{
border-color: #ED49A1;
}
</style>