Shades of Razzle Dazzle Rose #ED2EDC
Tints of Razzle Dazzle Rose #ED2EDC
RGB
CMYK
RGB Variations
Color information
#ED2EDC (or 0xED2EDC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2E and DC. RGB value is (237,46,220). Sum of RGB (Red+Green+Blue) = 237+46+220=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2EDC is #12D123. Grayscale: #7A7A7A. Windows color (decimal): -1233188 or 14429933. OLE color: 14429933.
HSL color Cylindrical-coordinate representation of color #ED2EDC: hue angle of 305.34º 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 #ED2EDC is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 46 | 220 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.07 |
| HSL | 305.34º | 0.84% | 0.55% | - |
| HSV(B) | 305.34º | 0.81% | 0.93% | - |
| XYZ | 48.82 | 25.13 | 69.99 | - |
| YUV | 122.95 | 182.78 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 46 | 220 | 0 | 0.81 | 0.07 | 0.07 | 305.34 | 0.84 | 0.55 |
| Hex | ED | 2E | DC | 0 | 51 | 7 | 7 | 131 | 54 | 37 |
| Octal | 355 | 56 | 334 | 0 | 121 | 7 | 7 | 461 | 124 | 67 |
| Binary | 11101101 | 101110 | 11011100 | 0 | 1010001 | 111 | 111 | 100110001 | 1010100 | 110111 |
Color Harmonies of #ED2EDC
Complementary color
Monochromatic Colors of #ED2EDC
Black with #ED2EDC
Text Example
Text Example
White with #ED2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2EDC; }
p { color: rgb(237,46,220); }
H1.HeaderClassName
{
color: #ED2EDC;
}
.AnyTagClassName
{
color: #ED2EDC;
}
</style>
background-color css
<style>
a { background-color: #ED2EDC; }
a { background-color: rgb(237,46,220); }
div.DivClassName
{
background-color: #ED2EDC;
}
.BgClassName
{
background-color: #ED2EDC;
}
</style>
border-color css
<style>
span { border-color: #ED2EDC; }
span { border-color: rgb(237,46,220); }
td.TdClassName
{
border-color: #ED2EDC;
}
.TagClassName
{
border-color: #ED2EDC;
}
</style>