Shades of Brilliant Rose #ED47B2
Tints of Brilliant Rose #ED47B2
RGB
CMYK
RGB Variations
Color information
#ED47B2 (or 0xED47B2) is known color: Brilliant Rose. HEX triplet: ED, 47 and B2. RGB value is (237,71,178). Sum of RGB (Red+Green+Blue) = 237+71+178=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED47B2 is #12B84D. Grayscale: #848484. Windows color (decimal): -1226830 or 11683821. OLE color: 11683821.
HSL color Cylindrical-coordinate representation of color #ED47B2: hue angle of 321.33º 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 #ED47B2 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 178 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.07 |
| HSL | 321.33º | 0.82% | 0.6% | - |
| HSV(B) | 321.33º | 0.7% | 0.93% | - |
| XYZ | 45.21 | 25.73 | 44.7 | - |
| YUV | 132.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 178 | 0 | 0.70 | 0.25 | 0.07 | 321.33 | 0.82 | 0.6 |
| Hex | ED | 47 | B2 | 0 | 46 | 19 | 7 | 141 | 52 | 3C |
| Octal | 355 | 107 | 262 | 0 | 106 | 31 | 7 | 501 | 122 | 74 |
| Binary | 11101101 | 1000111 | 10110010 | 0 | 1000110 | 11001 | 111 | 101000001 | 1010010 | 111100 |
Color Harmonies of #ED47B2
Complementary color
Monochromatic Colors of #ED47B2
Black with #ED47B2
Text Example
Text Example
White with #ED47B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED47B2; }
p { color: rgb(237,71,178); }
H1.HeaderClassName
{
color: #ED47B2;
}
.AnyTagClassName
{
color: #ED47B2;
}
</style>
background-color css
<style>
a { background-color: #ED47B2; }
a { background-color: rgb(237,71,178); }
div.DivClassName
{
background-color: #ED47B2;
}
.BgClassName
{
background-color: #ED47B2;
}
</style>
border-color css
<style>
span { border-color: #ED47B2; }
span { border-color: rgb(237,71,178); }
td.TdClassName
{
border-color: #ED47B2;
}
.TagClassName
{
border-color: #ED47B2;
}
</style>