Shades of Brilliant Rose #ED529A
Tints of Brilliant Rose #ED529A
RGB
CMYK
RGB Variations
Color information
#ED529A (or 0xED529A) is known color: Brilliant Rose. HEX triplet: ED, 52 and 9A. RGB value is (237,82,154). Sum of RGB (Red+Green+Blue) = 237+82+154=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED529A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED529A is #12AD65. Grayscale: #888888. Windows color (decimal): -1224038 or 10113773. OLE color: 10113773.
HSL color Cylindrical-coordinate representation of color #ED529A: hue angle of 332.13º 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 #ED529A is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 154 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.07 |
| HSL | 332.13º | 0.81% | 0.63% | - |
| HSV(B) | 332.13º | 0.65% | 0.93% | - |
| XYZ | 43.78 | 26.37 | 33.36 | - |
| YUV | 136.55 | 137.85 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 154 | 0 | 0.65 | 0.35 | 0.07 | 332.13 | 0.81 | 0.63 |
| Hex | ED | 52 | 9A | 0 | 41 | 23 | 7 | 14C | 51 | 3F |
| Octal | 355 | 122 | 232 | 0 | 101 | 43 | 7 | 514 | 121 | 77 |
| Binary | 11101101 | 1010010 | 10011010 | 0 | 1000001 | 100011 | 111 | 101001100 | 1010001 | 111111 |
Color Harmonies of #ED529A
Complementary color
Monochromatic Colors of #ED529A
Black with #ED529A
Text Example
Text Example
White with #ED529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED529A; }
p { color: rgb(237,82,154); }
H1.HeaderClassName
{
color: #ED529A;
}
.AnyTagClassName
{
color: #ED529A;
}
</style>
background-color css
<style>
a { background-color: #ED529A; }
a { background-color: rgb(237,82,154); }
div.DivClassName
{
background-color: #ED529A;
}
.BgClassName
{
background-color: #ED529A;
}
</style>
border-color css
<style>
span { border-color: #ED529A; }
span { border-color: rgb(237,82,154); }
td.TdClassName
{
border-color: #ED529A;
}
.TagClassName
{
border-color: #ED529A;
}
</style>