Shades of Brilliant Rose #ED47AF
Tints of Brilliant Rose #ED47AF
RGB
CMYK
RGB Variations
Color information
#ED47AF (or 0xED47AF) is known color: Brilliant Rose. HEX triplet: ED, 47 and AF. RGB value is (237,71,175). Sum of RGB (Red+Green+Blue) = 237+71+175=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED47AF is #12B850. Grayscale: #848484. Windows color (decimal): -1226833 or 11487213. OLE color: 11487213.
HSL color Cylindrical-coordinate representation of color #ED47AF: hue angle of 322.41º 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 #ED47AF is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 175 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.07 |
| HSL | 322.41º | 0.82% | 0.6% | - |
| HSV(B) | 322.41º | 0.7% | 0.93% | - |
| XYZ | 44.92 | 25.61 | 43.13 | - |
| YUV | 132.49 | 152 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 175 | 0 | 0.70 | 0.26 | 0.07 | 322.41 | 0.82 | 0.6 |
| Hex | ED | 47 | AF | 0 | 46 | 1A | 7 | 142 | 52 | 3C |
| Octal | 355 | 107 | 257 | 0 | 106 | 32 | 7 | 502 | 122 | 74 |
| Binary | 11101101 | 1000111 | 10101111 | 0 | 1000110 | 11010 | 111 | 101000010 | 1010010 | 111100 |
Color Harmonies of #ED47AF
Complementary color
Monochromatic Colors of #ED47AF
Black with #ED47AF
Text Example
Text Example
White with #ED47AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED47AF; }
p { color: rgb(237,71,175); }
H1.HeaderClassName
{
color: #ED47AF;
}
.AnyTagClassName
{
color: #ED47AF;
}
</style>
background-color css
<style>
a { background-color: #ED47AF; }
a { background-color: rgb(237,71,175); }
div.DivClassName
{
background-color: #ED47AF;
}
.BgClassName
{
background-color: #ED47AF;
}
</style>
border-color css
<style>
span { border-color: #ED47AF; }
span { border-color: rgb(237,71,175); }
td.TdClassName
{
border-color: #ED47AF;
}
.TagClassName
{
border-color: #ED47AF;
}
</style>