Shades of Brilliant Rose #ED4DBA
Tints of Brilliant Rose #ED4DBA
RGB
CMYK
RGB Variations
Color information
#ED4DBA (or 0xED4DBA) is known color: Brilliant Rose. HEX triplet: ED, 4D and BA. RGB value is (237,77,186). Sum of RGB (Red+Green+Blue) = 237+77+186=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4DBA is #12B245. Grayscale: #888888. Windows color (decimal): -1225286 or 12209645. OLE color: 12209645.
HSL color Cylindrical-coordinate representation of color #ED4DBA: hue angle of 319.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4DBA is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 77 | 186 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.07 |
| HSL | 319.13º | 0.82% | 0.62% | - |
| HSV(B) | 319.13º | 0.68% | 0.93% | - |
| XYZ | 46.44 | 26.86 | 49.19 | - |
| YUV | 137.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 186 | 0 | 0.68 | 0.22 | 0.07 | 319.13 | 0.82 | 0.62 |
| Hex | ED | 4D | BA | 0 | 44 | 16 | 7 | 13F | 52 | 3E |
| Octal | 355 | 115 | 272 | 0 | 104 | 26 | 7 | 477 | 122 | 76 |
| Binary | 11101101 | 1001101 | 10111010 | 0 | 1000100 | 10110 | 111 | 100111111 | 1010010 | 111110 |
Color Harmonies of #ED4DBA
Complementary color
Monochromatic Colors of #ED4DBA
Black with #ED4DBA
Text Example
Text Example
White with #ED4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4DBA; }
p { color: rgb(237,77,186); }
H1.HeaderClassName
{
color: #ED4DBA;
}
.AnyTagClassName
{
color: #ED4DBA;
}
</style>
background-color css
<style>
a { background-color: #ED4DBA; }
a { background-color: rgb(237,77,186); }
div.DivClassName
{
background-color: #ED4DBA;
}
.BgClassName
{
background-color: #ED4DBA;
}
</style>
border-color css
<style>
span { border-color: #ED4DBA; }
span { border-color: rgb(237,77,186); }
td.TdClassName
{
border-color: #ED4DBA;
}
.TagClassName
{
border-color: #ED4DBA;
}
</style>