Shades of Brilliant Rose #ED52A4
Tints of Brilliant Rose #ED52A4
RGB
CMYK
RGB Variations
Color information
#ED52A4 (or 0xED52A4) is known color: Brilliant Rose. HEX triplet: ED, 52 and A4. RGB value is (237,82,164). Sum of RGB (Red+Green+Blue) = 237+82+164=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED52A4 is #12AD5B. Grayscale: #898989. Windows color (decimal): -1224028 or 10769133. OLE color: 10769133.
HSL color Cylindrical-coordinate representation of color #ED52A4: hue angle of 328.26º 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 #ED52A4 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 164 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.07 |
| HSL | 328.26º | 0.81% | 0.63% | - |
| HSV(B) | 328.26º | 0.65% | 0.93% | - |
| XYZ | 44.64 | 26.72 | 37.93 | - |
| YUV | 137.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 164 | 0 | 0.65 | 0.31 | 0.07 | 328.26 | 0.81 | 0.63 |
| Hex | ED | 52 | A4 | 0 | 41 | 1F | 7 | 148 | 51 | 3F |
| Octal | 355 | 122 | 244 | 0 | 101 | 37 | 7 | 510 | 121 | 77 |
| Binary | 11101101 | 1010010 | 10100100 | 0 | 1000001 | 11111 | 111 | 101001000 | 1010001 | 111111 |
Color Harmonies of #ED52A4
Complementary color
Monochromatic Colors of #ED52A4
Black with #ED52A4
Text Example
Text Example
White with #ED52A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED52A4; }
p { color: rgb(237,82,164); }
H1.HeaderClassName
{
color: #ED52A4;
}
.AnyTagClassName
{
color: #ED52A4;
}
</style>
background-color css
<style>
a { background-color: #ED52A4; }
a { background-color: rgb(237,82,164); }
div.DivClassName
{
background-color: #ED52A4;
}
.BgClassName
{
background-color: #ED52A4;
}
</style>
border-color css
<style>
span { border-color: #ED52A4; }
span { border-color: rgb(237,82,164); }
td.TdClassName
{
border-color: #ED52A4;
}
.TagClassName
{
border-color: #ED52A4;
}
</style>