Shades of Brilliant Rose #ED4DB9
Tints of Brilliant Rose #ED4DB9
RGB
CMYK
RGB Variations
Color information
#ED4DB9 (or 0xED4DB9) is known color: Brilliant Rose. HEX triplet: ED, 4D and B9. RGB value is (237,77,185). Sum of RGB (Red+Green+Blue) = 237+77+185=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4DB9 is #12B246. Grayscale: #888888. Windows color (decimal): -1225287 or 12144109. OLE color: 12144109.
HSL color Cylindrical-coordinate representation of color #ED4DB9: hue angle of 319.5º 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 #ED4DB9 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 77 | 185 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.07 |
| HSL | 319.5º | 0.82% | 0.62% | - |
| HSV(B) | 319.5º | 0.68% | 0.93% | - |
| XYZ | 46.34 | 26.82 | 48.63 | - |
| YUV | 137.15 | 155.01 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 185 | 0 | 0.68 | 0.22 | 0.07 | 319.5 | 0.82 | 0.62 |
| Hex | ED | 4D | B9 | 0 | 44 | 16 | 7 | 140 | 52 | 3E |
| Octal | 355 | 115 | 271 | 0 | 104 | 26 | 7 | 500 | 122 | 76 |
| Binary | 11101101 | 1001101 | 10111001 | 0 | 1000100 | 10110 | 111 | 101000000 | 1010010 | 111110 |
Color Harmonies of #ED4DB9
Complementary color
Monochromatic Colors of #ED4DB9
Black with #ED4DB9
Text Example
Text Example
White with #ED4DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4DB9; }
p { color: rgb(237,77,185); }
H1.HeaderClassName
{
color: #ED4DB9;
}
.AnyTagClassName
{
color: #ED4DB9;
}
</style>
background-color css
<style>
a { background-color: #ED4DB9; }
a { background-color: rgb(237,77,185); }
div.DivClassName
{
background-color: #ED4DB9;
}
.BgClassName
{
background-color: #ED4DB9;
}
</style>
border-color css
<style>
span { border-color: #ED4DB9; }
span { border-color: rgb(237,77,185); }
td.TdClassName
{
border-color: #ED4DB9;
}
.TagClassName
{
border-color: #ED4DB9;
}
</style>