Shades of Razzle Dazzle Rose #ED2DCD
Tints of Razzle Dazzle Rose #ED2DCD
RGB
CMYK
RGB Variations
Color information
#ED2DCD (or 0xED2DCD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2D and CD. RGB value is (237,45,205). Sum of RGB (Red+Green+Blue) = 237+45+205=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 45 (17.97% from 255 or 9.24% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2DCD is #12D232. Grayscale: #787878. Windows color (decimal): -1233459 or 13446637. OLE color: 13446637.
HSL color Cylindrical-coordinate representation of color #ED2DCD: hue angle of 310º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2DCD is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 205 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.07 |
| HSL | 310º | 0.84% | 0.55% | - |
| HSV(B) | 310º | 0.81% | 0.93% | - |
| XYZ | 46.88 | 24.29 | 59.97 | - |
| YUV | 120.65 | 175.61 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 205 | 0 | 0.81 | 0.14 | 0.07 | 310 | 0.84 | 0.55 |
| Hex | ED | 2D | CD | 0 | 51 | E | 7 | 136 | 54 | 37 |
| Octal | 355 | 55 | 315 | 0 | 121 | 16 | 7 | 466 | 124 | 67 |
| Binary | 11101101 | 101101 | 11001101 | 0 | 1010001 | 1110 | 111 | 100110110 | 1010100 | 110111 |
Color Harmonies of #ED2DCD
Complementary color
Monochromatic Colors of #ED2DCD
Black with #ED2DCD
Text Example
Text Example
White with #ED2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2DCD; }
p { color: rgb(237,45,205); }
H1.HeaderClassName
{
color: #ED2DCD;
}
.AnyTagClassName
{
color: #ED2DCD;
}
</style>
background-color css
<style>
a { background-color: #ED2DCD; }
a { background-color: rgb(237,45,205); }
div.DivClassName
{
background-color: #ED2DCD;
}
.BgClassName
{
background-color: #ED2DCD;
}
</style>
border-color css
<style>
span { border-color: #ED2DCD; }
span { border-color: rgb(237,45,205); }
td.TdClassName
{
border-color: #ED2DCD;
}
.TagClassName
{
border-color: #ED2DCD;
}
</style>