Shades of Brilliant Rose #ED52A3
Tints of Brilliant Rose #ED52A3
RGB
CMYK
RGB Variations
Color information
#ED52A3 (or 0xED52A3) is known color: Brilliant Rose. HEX triplet: ED, 52 and A3. RGB value is (237,82,163). Sum of RGB (Red+Green+Blue) = 237+82+163=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED52A3 is #12AD5C. Grayscale: #898989. Windows color (decimal): -1224029 or 10703597. OLE color: 10703597.
HSL color Cylindrical-coordinate representation of color #ED52A3: hue angle of 328.65º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED52A3 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 163 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.07 |
| HSL | 328.65º | 0.81% | 0.63% | - |
| HSV(B) | 328.65º | 0.65% | 0.93% | - |
| XYZ | 44.55 | 26.68 | 37.45 | - |
| YUV | 137.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 163 | 0 | 0.65 | 0.31 | 0.07 | 328.65 | 0.81 | 0.63 |
| Hex | ED | 52 | A3 | 0 | 41 | 1F | 7 | 149 | 51 | 3F |
| Octal | 355 | 122 | 243 | 0 | 101 | 37 | 7 | 511 | 121 | 77 |
| Binary | 11101101 | 1010010 | 10100011 | 0 | 1000001 | 11111 | 111 | 101001001 | 1010001 | 111111 |
Color Harmonies of #ED52A3
Complementary color
Monochromatic Colors of #ED52A3
Black with #ED52A3
Text Example
Text Example
White with #ED52A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED52A3; }
p { color: rgb(237,82,163); }
H1.HeaderClassName
{
color: #ED52A3;
}
.AnyTagClassName
{
color: #ED52A3;
}
</style>
background-color css
<style>
a { background-color: #ED52A3; }
a { background-color: rgb(237,82,163); }
div.DivClassName
{
background-color: #ED52A3;
}
.BgClassName
{
background-color: #ED52A3;
}
</style>
border-color css
<style>
span { border-color: #ED52A3; }
span { border-color: rgb(237,82,163); }
td.TdClassName
{
border-color: #ED52A3;
}
.TagClassName
{
border-color: #ED52A3;
}
</style>