Shades of Brilliant Rose #ED47AB
Tints of Brilliant Rose #ED47AB
RGB
CMYK
RGB Variations
Color information
#ED47AB (or 0xED47AB) is known color: Brilliant Rose. HEX triplet: ED, 47 and AB. RGB value is (237,71,171). Sum of RGB (Red+Green+Blue) = 237+71+171=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED47AB is #12B854. Grayscale: #838383. Windows color (decimal): -1226837 or 11225069. OLE color: 11225069.
HSL color Cylindrical-coordinate representation of color #ED47AB: hue angle of 323.86º 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 #ED47AB is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 171 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.07 |
| HSL | 323.86º | 0.82% | 0.6% | - |
| HSV(B) | 323.86º | 0.7% | 0.93% | - |
| XYZ | 44.53 | 25.45 | 41.09 | - |
| YUV | 132.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 171 | 0 | 0.70 | 0.28 | 0.07 | 323.86 | 0.82 | 0.6 |
| Hex | ED | 47 | AB | 0 | 46 | 1C | 7 | 144 | 52 | 3C |
| Octal | 355 | 107 | 253 | 0 | 106 | 34 | 7 | 504 | 122 | 74 |
| Binary | 11101101 | 1000111 | 10101011 | 0 | 1000110 | 11100 | 111 | 101000100 | 1010010 | 111100 |
Color Harmonies of #ED47AB
Complementary color
Monochromatic Colors of #ED47AB
Black with #ED47AB
Text Example
Text Example
White with #ED47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED47AB; }
p { color: rgb(237,71,171); }
H1.HeaderClassName
{
color: #ED47AB;
}
.AnyTagClassName
{
color: #ED47AB;
}
</style>
background-color css
<style>
a { background-color: #ED47AB; }
a { background-color: rgb(237,71,171); }
div.DivClassName
{
background-color: #ED47AB;
}
.BgClassName
{
background-color: #ED47AB;
}
</style>
border-color css
<style>
span { border-color: #ED47AB; }
span { border-color: rgb(237,71,171); }
td.TdClassName
{
border-color: #ED47AB;
}
.TagClassName
{
border-color: #ED47AB;
}
</style>