Shades of Razzle Dazzle Rose #ED1FDC
Tints of Razzle Dazzle Rose #ED1FDC
RGB
CMYK
RGB Variations
Color information
#ED1FDC (or 0xED1FDC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 1F and DC. RGB value is (237,31,220). Sum of RGB (Red+Green+Blue) = 237+31+220=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 31 (12.5% from 255 or 6.35% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1FDC is #12E023. Grayscale: #717171. Windows color (decimal): -1237028 or 14426093. OLE color: 14426093.
HSL color Cylindrical-coordinate representation of color #ED1FDC: hue angle of 304.95º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1FDC is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 220 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.07 |
| HSL | 304.95º | 0.85% | 0.53% | - |
| HSV(B) | 304.95º | 0.87% | 0.93% | - |
| XYZ | 48.33 | 24.15 | 69.82 | - |
| YUV | 114.14 | 187.75 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 220 | 0 | 0.87 | 0.07 | 0.07 | 304.95 | 0.85 | 0.53 |
| Hex | ED | 1F | DC | 0 | 57 | 7 | 7 | 131 | 55 | 35 |
| Octal | 355 | 37 | 334 | 0 | 127 | 7 | 7 | 461 | 125 | 65 |
| Binary | 11101101 | 11111 | 11011100 | 0 | 1010111 | 111 | 111 | 100110001 | 1010101 | 110101 |
Color Harmonies of #ED1FDC
Complementary color
Monochromatic Colors of #ED1FDC
Black with #ED1FDC
Text Example
Text Example
White with #ED1FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1FDC; }
p { color: rgb(237,31,220); }
H1.HeaderClassName
{
color: #ED1FDC;
}
.AnyTagClassName
{
color: #ED1FDC;
}
</style>
background-color css
<style>
a { background-color: #ED1FDC; }
a { background-color: rgb(237,31,220); }
div.DivClassName
{
background-color: #ED1FDC;
}
.BgClassName
{
background-color: #ED1FDC;
}
</style>
border-color css
<style>
span { border-color: #ED1FDC; }
span { border-color: rgb(237,31,220); }
td.TdClassName
{
border-color: #ED1FDC;
}
.TagClassName
{
border-color: #ED1FDC;
}
</style>