Shades of Brilliant Rose #ED53AB
Tints of Brilliant Rose #ED53AB
RGB
CMYK
RGB Variations
Color information
#ED53AB (or 0xED53AB) is known color: Brilliant Rose. HEX triplet: ED, 53 and AB. RGB value is (237,83,171). Sum of RGB (Red+Green+Blue) = 237+83+171=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED53AB is #12AC54. Grayscale: #8A8A8A. Windows color (decimal): -1223765 or 11228141. OLE color: 11228141.
HSL color Cylindrical-coordinate representation of color #ED53AB: hue angle of 325.71º 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 #ED53AB is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 171 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.07 |
| HSL | 325.71º | 0.81% | 0.63% | - |
| HSV(B) | 325.71º | 0.65% | 0.93% | - |
| XYZ | 45.37 | 27.13 | 41.37 | - |
| YUV | 139.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 171 | 0 | 0.65 | 0.28 | 0.07 | 325.71 | 0.81 | 0.63 |
| Hex | ED | 53 | AB | 0 | 41 | 1C | 7 | 146 | 51 | 3F |
| Octal | 355 | 123 | 253 | 0 | 101 | 34 | 7 | 506 | 121 | 77 |
| Binary | 11101101 | 1010011 | 10101011 | 0 | 1000001 | 11100 | 111 | 101000110 | 1010001 | 111111 |
Color Harmonies of #ED53AB
Complementary color
Monochromatic Colors of #ED53AB
Black with #ED53AB
Text Example
Text Example
White with #ED53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED53AB; }
p { color: rgb(237,83,171); }
H1.HeaderClassName
{
color: #ED53AB;
}
.AnyTagClassName
{
color: #ED53AB;
}
</style>
background-color css
<style>
a { background-color: #ED53AB; }
a { background-color: rgb(237,83,171); }
div.DivClassName
{
background-color: #ED53AB;
}
.BgClassName
{
background-color: #ED53AB;
}
</style>
border-color css
<style>
span { border-color: #ED53AB; }
span { border-color: rgb(237,83,171); }
td.TdClassName
{
border-color: #ED53AB;
}
.TagClassName
{
border-color: #ED53AB;
}
</style>