Shades of Razzle Dazzle Rose #ED4DBE
Tints of Razzle Dazzle Rose #ED4DBE
RGB
CMYK
RGB Variations
Color information
#ED4DBE (or 0xED4DBE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 4D and BE. RGB value is (237,77,190). Sum of RGB (Red+Green+Blue) = 237+77+190=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4DBE is #12B241. Grayscale: #898989. Windows color (decimal): -1225282 or 12471789. OLE color: 12471789.
HSL color Cylindrical-coordinate representation of color #ED4DBE: hue angle of 317.62º 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 #ED4DBE is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 77 | 190 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.07 |
| HSL | 317.63º | 0.82% | 0.62% | - |
| HSV(B) | 317.63º | 0.68% | 0.93% | - |
| XYZ | 46.87 | 27.03 | 51.46 | - |
| YUV | 137.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 190 | 0 | 0.68 | 0.20 | 0.07 | 317.63 | 0.82 | 0.62 |
| Hex | ED | 4D | BE | 0 | 44 | 14 | 7 | 13E | 52 | 3E |
| Octal | 355 | 115 | 276 | 0 | 104 | 24 | 7 | 476 | 122 | 76 |
| Binary | 11101101 | 1001101 | 10111110 | 0 | 1000100 | 10100 | 111 | 100111110 | 1010010 | 111110 |
Color Harmonies of #ED4DBE
Complementary color
Monochromatic Colors of #ED4DBE
Black with #ED4DBE
Text Example
Text Example
White with #ED4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4DBE; }
p { color: rgb(237,77,190); }
H1.HeaderClassName
{
color: #ED4DBE;
}
.AnyTagClassName
{
color: #ED4DBE;
}
</style>
background-color css
<style>
a { background-color: #ED4DBE; }
a { background-color: rgb(237,77,190); }
div.DivClassName
{
background-color: #ED4DBE;
}
.BgClassName
{
background-color: #ED4DBE;
}
</style>
border-color css
<style>
span { border-color: #ED4DBE; }
span { border-color: rgb(237,77,190); }
td.TdClassName
{
border-color: #ED4DBE;
}
.TagClassName
{
border-color: #ED4DBE;
}
</style>