Shades of Razzle Dazzle Rose #ED4DBF
Tints of Razzle Dazzle Rose #ED4DBF
RGB
CMYK
RGB Variations
Color information
#ED4DBF (or 0xED4DBF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 4D and BF. RGB value is (237,77,191). Sum of RGB (Red+Green+Blue) = 237+77+191=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4DBF is #12B240. Grayscale: #898989. Windows color (decimal): -1225281 or 12537325. OLE color: 12537325.
HSL color Cylindrical-coordinate representation of color #ED4DBF: hue angle of 317.25º 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 #ED4DBF is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 77 | 191 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.07 |
| HSL | 317.25º | 0.82% | 0.62% | - |
| HSV(B) | 317.25º | 0.68% | 0.93% | - |
| XYZ | 46.98 | 27.07 | 52.04 | - |
| YUV | 137.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 191 | 0 | 0.68 | 0.19 | 0.07 | 317.25 | 0.82 | 0.62 |
| Hex | ED | 4D | BF | 0 | 44 | 13 | 7 | 13D | 52 | 3E |
| Octal | 355 | 115 | 277 | 0 | 104 | 23 | 7 | 475 | 122 | 76 |
| Binary | 11101101 | 1001101 | 10111111 | 0 | 1000100 | 10011 | 111 | 100111101 | 1010010 | 111110 |
Color Harmonies of #ED4DBF
Complementary color
Monochromatic Colors of #ED4DBF
Black with #ED4DBF
Text Example
Text Example
White with #ED4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4DBF; }
p { color: rgb(237,77,191); }
H1.HeaderClassName
{
color: #ED4DBF;
}
.AnyTagClassName
{
color: #ED4DBF;
}
</style>
background-color css
<style>
a { background-color: #ED4DBF; }
a { background-color: rgb(237,77,191); }
div.DivClassName
{
background-color: #ED4DBF;
}
.BgClassName
{
background-color: #ED4DBF;
}
</style>
border-color css
<style>
span { border-color: #ED4DBF; }
span { border-color: rgb(237,77,191); }
td.TdClassName
{
border-color: #ED4DBF;
}
.TagClassName
{
border-color: #ED4DBF;
}
</style>