Shades of Brilliant Rose #ED52B5
Tints of Brilliant Rose #ED52B5
RGB
CMYK
RGB Variations
Color information
#ED52B5 (or 0xED52B5) is known color: Brilliant Rose. HEX triplet: ED, 52 and B5. RGB value is (237,82,181). Sum of RGB (Red+Green+Blue) = 237+82+181=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED52B5 is #12AD4A. Grayscale: #8B8B8B. Windows color (decimal): -1224011 or 11883245. OLE color: 11883245.
HSL color Cylindrical-coordinate representation of color #ED52B5: hue angle of 321.68º 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 #ED52B5 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 181 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.07 |
| HSL | 321.68º | 0.81% | 0.63% | - |
| HSV(B) | 321.68º | 0.65% | 0.93% | - |
| XYZ | 46.28 | 27.38 | 46.56 | - |
| YUV | 139.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 181 | 0 | 0.65 | 0.24 | 0.07 | 321.68 | 0.81 | 0.63 |
| Hex | ED | 52 | B5 | 0 | 41 | 18 | 7 | 142 | 51 | 3F |
| Octal | 355 | 122 | 265 | 0 | 101 | 30 | 7 | 502 | 121 | 77 |
| Binary | 11101101 | 1010010 | 10110101 | 0 | 1000001 | 11000 | 111 | 101000010 | 1010001 | 111111 |
Color Harmonies of #ED52B5
Complementary color
Monochromatic Colors of #ED52B5
Black with #ED52B5
Text Example
Text Example
White with #ED52B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED52B5; }
p { color: rgb(237,82,181); }
H1.HeaderClassName
{
color: #ED52B5;
}
.AnyTagClassName
{
color: #ED52B5;
}
</style>
background-color css
<style>
a { background-color: #ED52B5; }
a { background-color: rgb(237,82,181); }
div.DivClassName
{
background-color: #ED52B5;
}
.BgClassName
{
background-color: #ED52B5;
}
</style>
border-color css
<style>
span { border-color: #ED52B5; }
span { border-color: rgb(237,82,181); }
td.TdClassName
{
border-color: #ED52B5;
}
.TagClassName
{
border-color: #ED52B5;
}
</style>