Shades of Brilliant Rose #ED49AB
Tints of Brilliant Rose #ED49AB
RGB
CMYK
RGB Variations
Color information
#ED49AB (or 0xED49AB) is known color: Brilliant Rose. HEX triplet: ED, 49 and AB. RGB value is (237,73,171). Sum of RGB (Red+Green+Blue) = 237+73+171=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED49AB is #12B654. Grayscale: #848484. Windows color (decimal): -1226325 or 11225581. OLE color: 11225581.
HSL color Cylindrical-coordinate representation of color #ED49AB: hue angle of 324.15º 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 #ED49AB is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 171 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.07 |
| HSL | 324.15º | 0.82% | 0.61% | - |
| HSV(B) | 324.15º | 0.69% | 0.93% | - |
| XYZ | 44.66 | 25.71 | 41.14 | - |
| YUV | 133.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 171 | 0 | 0.69 | 0.28 | 0.07 | 324.15 | 0.82 | 0.61 |
| Hex | ED | 49 | AB | 0 | 45 | 1C | 7 | 144 | 52 | 3D |
| Octal | 355 | 111 | 253 | 0 | 105 | 34 | 7 | 504 | 122 | 75 |
| Binary | 11101101 | 1001001 | 10101011 | 0 | 1000101 | 11100 | 111 | 101000100 | 1010010 | 111101 |
Color Harmonies of #ED49AB
Complementary color
Monochromatic Colors of #ED49AB
Black with #ED49AB
Text Example
Text Example
White with #ED49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED49AB; }
p { color: rgb(237,73,171); }
H1.HeaderClassName
{
color: #ED49AB;
}
.AnyTagClassName
{
color: #ED49AB;
}
</style>
background-color css
<style>
a { background-color: #ED49AB; }
a { background-color: rgb(237,73,171); }
div.DivClassName
{
background-color: #ED49AB;
}
.BgClassName
{
background-color: #ED49AB;
}
</style>
border-color css
<style>
span { border-color: #ED49AB; }
span { border-color: rgb(237,73,171); }
td.TdClassName
{
border-color: #ED49AB;
}
.TagClassName
{
border-color: #ED49AB;
}
</style>