Shades of Brilliant Rose #ED529B
Tints of Brilliant Rose #ED529B
RGB
CMYK
RGB Variations
Color information
#ED529B (or 0xED529B) is known color: Brilliant Rose. HEX triplet: ED, 52 and 9B. RGB value is (237,82,155). Sum of RGB (Red+Green+Blue) = 237+82+155=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED529B is #12AD64. Grayscale: #888888. Windows color (decimal): -1224037 or 10179309. OLE color: 10179309.
HSL color Cylindrical-coordinate representation of color #ED529B: hue angle of 331.74º 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 #ED529B is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 155 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.07 |
| HSL | 331.74º | 0.81% | 0.63% | - |
| HSV(B) | 331.74º | 0.65% | 0.93% | - |
| XYZ | 43.86 | 26.41 | 33.8 | - |
| YUV | 136.67 | 138.35 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 155 | 0 | 0.65 | 0.35 | 0.07 | 331.74 | 0.81 | 0.63 |
| Hex | ED | 52 | 9B | 0 | 41 | 23 | 7 | 14C | 51 | 3F |
| Octal | 355 | 122 | 233 | 0 | 101 | 43 | 7 | 514 | 121 | 77 |
| Binary | 11101101 | 1010010 | 10011011 | 0 | 1000001 | 100011 | 111 | 101001100 | 1010001 | 111111 |
Color Harmonies of #ED529B
Complementary color
Monochromatic Colors of #ED529B
Black with #ED529B
Text Example
Text Example
White with #ED529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED529B; }
p { color: rgb(237,82,155); }
H1.HeaderClassName
{
color: #ED529B;
}
.AnyTagClassName
{
color: #ED529B;
}
</style>
background-color css
<style>
a { background-color: #ED529B; }
a { background-color: rgb(237,82,155); }
div.DivClassName
{
background-color: #ED529B;
}
.BgClassName
{
background-color: #ED529B;
}
</style>
border-color css
<style>
span { border-color: #ED529B; }
span { border-color: rgb(237,82,155); }
td.TdClassName
{
border-color: #ED529B;
}
.TagClassName
{
border-color: #ED529B;
}
</style>