Shades of Brilliant Rose #ED52B2
Tints of Brilliant Rose #ED52B2
RGB
CMYK
RGB Variations
Color information
#ED52B2 (or 0xED52B2) is known color: Brilliant Rose. HEX triplet: ED, 52 and B2. RGB value is (237,82,178). Sum of RGB (Red+Green+Blue) = 237+82+178=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED52B2 is #12AD4D. Grayscale: #8B8B8B. Windows color (decimal): -1224014 or 11686637. OLE color: 11686637.
HSL color Cylindrical-coordinate representation of color #ED52B2: hue angle of 322.84º 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 #ED52B2 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 178 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.07 |
| HSL | 322.84º | 0.81% | 0.63% | - |
| HSV(B) | 322.84º | 0.65% | 0.93% | - |
| XYZ | 45.98 | 27.25 | 44.96 | - |
| YUV | 139.29 | 149.85 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 178 | 0 | 0.65 | 0.25 | 0.07 | 322.84 | 0.81 | 0.63 |
| Hex | ED | 52 | B2 | 0 | 41 | 19 | 7 | 143 | 51 | 3F |
| Octal | 355 | 122 | 262 | 0 | 101 | 31 | 7 | 503 | 121 | 77 |
| Binary | 11101101 | 1010010 | 10110010 | 0 | 1000001 | 11001 | 111 | 101000011 | 1010001 | 111111 |
Color Harmonies of #ED52B2
Complementary color
Monochromatic Colors of #ED52B2
Black with #ED52B2
Text Example
Text Example
White with #ED52B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED52B2; }
p { color: rgb(237,82,178); }
H1.HeaderClassName
{
color: #ED52B2;
}
.AnyTagClassName
{
color: #ED52B2;
}
</style>
background-color css
<style>
a { background-color: #ED52B2; }
a { background-color: rgb(237,82,178); }
div.DivClassName
{
background-color: #ED52B2;
}
.BgClassName
{
background-color: #ED52B2;
}
</style>
border-color css
<style>
span { border-color: #ED52B2; }
span { border-color: rgb(237,82,178); }
td.TdClassName
{
border-color: #ED52B2;
}
.TagClassName
{
border-color: #ED52B2;
}
</style>