Shades of Razzle Dazzle Rose #ED1DDC
Tints of Razzle Dazzle Rose #ED1DDC
RGB
CMYK
RGB Variations
Color information
#ED1DDC (or 0xED1DDC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 1D and DC. RGB value is (237,29,220). Sum of RGB (Red+Green+Blue) = 237+29+220=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1DDC is #12E223. Grayscale: #707070. Windows color (decimal): -1237540 or 14425581. OLE color: 14425581.
HSL color Cylindrical-coordinate representation of color #ED1DDC: hue angle of 304.9º 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 #ED1DDC is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 220 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.07 |
| HSL | 304.9º | 0.85% | 0.52% | - |
| HSV(B) | 304.9º | 0.88% | 0.93% | - |
| XYZ | 48.28 | 24.05 | 69.81 | - |
| YUV | 112.97 | 188.41 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 220 | 0 | 0.88 | 0.07 | 0.07 | 304.9 | 0.85 | 0.52 |
| Hex | ED | 1D | DC | 0 | 58 | 7 | 7 | 131 | 55 | 34 |
| Octal | 355 | 35 | 334 | 0 | 130 | 7 | 7 | 461 | 125 | 64 |
| Binary | 11101101 | 11101 | 11011100 | 0 | 1011000 | 111 | 111 | 100110001 | 1010101 | 110100 |
Color Harmonies of #ED1DDC
Complementary color
Monochromatic Colors of #ED1DDC
Black with #ED1DDC
Text Example
Text Example
White with #ED1DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1DDC; }
p { color: rgb(237,29,220); }
H1.HeaderClassName
{
color: #ED1DDC;
}
.AnyTagClassName
{
color: #ED1DDC;
}
</style>
background-color css
<style>
a { background-color: #ED1DDC; }
a { background-color: rgb(237,29,220); }
div.DivClassName
{
background-color: #ED1DDC;
}
.BgClassName
{
background-color: #ED1DDC;
}
</style>
border-color css
<style>
span { border-color: #ED1DDC; }
span { border-color: rgb(237,29,220); }
td.TdClassName
{
border-color: #ED1DDC;
}
.TagClassName
{
border-color: #ED1DDC;
}
</style>