Shades of Razzle Dazzle Rose #ED3DCD
Tints of Razzle Dazzle Rose #ED3DCD
RGB
CMYK
RGB Variations
Color information
#ED3DCD (or 0xED3DCD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3D and CD. RGB value is (237,61,205). Sum of RGB (Red+Green+Blue) = 237+61+205=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3DCD is #12C232. Grayscale: #818181. Windows color (decimal): -1229363 or 13450733. OLE color: 13450733.
HSL color Cylindrical-coordinate representation of color #ED3DCD: hue angle of 310.91º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3DCD is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 61 | 205 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.07 |
| HSL | 310.91º | 0.83% | 0.58% | - |
| HSV(B) | 310.91º | 0.74% | 0.93% | - |
| XYZ | 47.61 | 25.75 | 60.22 | - |
| YUV | 130.04 | 170.31 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 205 | 0 | 0.74 | 0.14 | 0.07 | 310.91 | 0.83 | 0.58 |
| Hex | ED | 3D | CD | 0 | 4A | E | 7 | 137 | 53 | 3A |
| Octal | 355 | 75 | 315 | 0 | 112 | 16 | 7 | 467 | 123 | 72 |
| Binary | 11101101 | 111101 | 11001101 | 0 | 1001010 | 1110 | 111 | 100110111 | 1010011 | 111010 |
Color Harmonies of #ED3DCD
Complementary color
Monochromatic Colors of #ED3DCD
Black with #ED3DCD
Text Example
Text Example
White with #ED3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3DCD; }
p { color: rgb(237,61,205); }
H1.HeaderClassName
{
color: #ED3DCD;
}
.AnyTagClassName
{
color: #ED3DCD;
}
</style>
background-color css
<style>
a { background-color: #ED3DCD; }
a { background-color: rgb(237,61,205); }
div.DivClassName
{
background-color: #ED3DCD;
}
.BgClassName
{
background-color: #ED3DCD;
}
</style>
border-color css
<style>
span { border-color: #ED3DCD; }
span { border-color: rgb(237,61,205); }
td.TdClassName
{
border-color: #ED3DCD;
}
.TagClassName
{
border-color: #ED3DCD;
}
</style>