Shades of Razzle Dazzle Rose #ED1BDC
Tints of Razzle Dazzle Rose #ED1BDC
RGB
CMYK
RGB Variations
Color information
#ED1BDC (or 0xED1BDC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 1B and DC. RGB value is (237,27,220). Sum of RGB (Red+Green+Blue) = 237+27+220=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1BDC is #12E423. Grayscale: #6F6F6F. Windows color (decimal): -1238052 or 14425069. OLE color: 14425069.
HSL color Cylindrical-coordinate representation of color #ED1BDC: hue angle of 304.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1BDC is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 27 | 220 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.07 |
| HSL | 304.86º | 0.85% | 0.52% | - |
| HSV(B) | 304.86º | 0.89% | 0.93% | - |
| XYZ | 48.24 | 23.96 | 69.79 | - |
| YUV | 111.79 | 189.07 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 220 | 0 | 0.89 | 0.07 | 0.07 | 304.86 | 0.85 | 0.52 |
| Hex | ED | 1B | DC | 0 | 59 | 7 | 7 | 131 | 55 | 34 |
| Octal | 355 | 33 | 334 | 0 | 131 | 7 | 7 | 461 | 125 | 64 |
| Binary | 11101101 | 11011 | 11011100 | 0 | 1011001 | 111 | 111 | 100110001 | 1010101 | 110100 |
Color Harmonies of #ED1BDC
Complementary color
Monochromatic Colors of #ED1BDC
Black with #ED1BDC
Text Example
Text Example
White with #ED1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1BDC; }
p { color: rgb(237,27,220); }
H1.HeaderClassName
{
color: #ED1BDC;
}
.AnyTagClassName
{
color: #ED1BDC;
}
</style>
background-color css
<style>
a { background-color: #ED1BDC; }
a { background-color: rgb(237,27,220); }
div.DivClassName
{
background-color: #ED1BDC;
}
.BgClassName
{
background-color: #ED1BDC;
}
</style>
border-color css
<style>
span { border-color: #ED1BDC; }
span { border-color: rgb(237,27,220); }
td.TdClassName
{
border-color: #ED1BDC;
}
.TagClassName
{
border-color: #ED1BDC;
}
</style>