Shades of Razzle Dazzle Rose #ED1CDC
Tints of Razzle Dazzle Rose #ED1CDC
RGB
CMYK
RGB Variations
Color information
#ED1CDC (or 0xED1CDC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 1C and DC. RGB value is (237,28,220). Sum of RGB (Red+Green+Blue) = 237+28+220=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1CDC is #12E323. Grayscale: #6F6F6F. Windows color (decimal): -1237796 or 14425325. OLE color: 14425325.
HSL color Cylindrical-coordinate representation of color #ED1CDC: hue angle of 304.88º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1CDC is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 28 | 220 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.07 |
| HSL | 304.88º | 0.85% | 0.52% | - |
| HSV(B) | 304.88º | 0.88% | 0.93% | - |
| XYZ | 48.26 | 24 | 69.8 | - |
| YUV | 112.38 | 188.74 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 28 | 220 | 0 | 0.88 | 0.07 | 0.07 | 304.88 | 0.85 | 0.52 |
| Hex | ED | 1C | DC | 0 | 58 | 7 | 7 | 131 | 55 | 34 |
| Octal | 355 | 34 | 334 | 0 | 130 | 7 | 7 | 461 | 125 | 64 |
| Binary | 11101101 | 11100 | 11011100 | 0 | 1011000 | 111 | 111 | 100110001 | 1010101 | 110100 |
Color Harmonies of #ED1CDC
Complementary color
Monochromatic Colors of #ED1CDC
Black with #ED1CDC
Text Example
Text Example
White with #ED1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1CDC; }
p { color: rgb(237,28,220); }
H1.HeaderClassName
{
color: #ED1CDC;
}
.AnyTagClassName
{
color: #ED1CDC;
}
</style>
background-color css
<style>
a { background-color: #ED1CDC; }
a { background-color: rgb(237,28,220); }
div.DivClassName
{
background-color: #ED1CDC;
}
.BgClassName
{
background-color: #ED1CDC;
}
</style>
border-color css
<style>
span { border-color: #ED1CDC; }
span { border-color: rgb(237,28,220); }
td.TdClassName
{
border-color: #ED1CDC;
}
.TagClassName
{
border-color: #ED1CDC;
}
</style>