Shades of Razzle Dazzle Rose #ED2ECC
Tints of Razzle Dazzle Rose #ED2ECC
RGB
CMYK
RGB Variations
Color information
#ED2ECC (or 0xED2ECC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2E and CC. RGB value is (237,46,204). Sum of RGB (Red+Green+Blue) = 237+46+204=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2ECC is #12D133. Grayscale: #787878. Windows color (decimal): -1233204 or 13381357. OLE color: 13381357.
HSL color Cylindrical-coordinate representation of color #ED2ECC: hue angle of 310.37º 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 #ED2ECC is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 46 | 204 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.07 |
| HSL | 310.37º | 0.84% | 0.55% | - |
| HSV(B) | 310.37º | 0.81% | 0.93% | - |
| XYZ | 46.8 | 24.32 | 59.35 | - |
| YUV | 121.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 46 | 204 | 0 | 0.81 | 0.14 | 0.07 | 310.37 | 0.84 | 0.55 |
| Hex | ED | 2E | CC | 0 | 51 | E | 7 | 136 | 54 | 37 |
| Octal | 355 | 56 | 314 | 0 | 121 | 16 | 7 | 466 | 124 | 67 |
| Binary | 11101101 | 101110 | 11001100 | 0 | 1010001 | 1110 | 111 | 100110110 | 1010100 | 110111 |
Color Harmonies of #ED2ECC
Complementary color
Monochromatic Colors of #ED2ECC
Black with #ED2ECC
Text Example
Text Example
White with #ED2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2ECC; }
p { color: rgb(237,46,204); }
H1.HeaderClassName
{
color: #ED2ECC;
}
.AnyTagClassName
{
color: #ED2ECC;
}
</style>
background-color css
<style>
a { background-color: #ED2ECC; }
a { background-color: rgb(237,46,204); }
div.DivClassName
{
background-color: #ED2ECC;
}
.BgClassName
{
background-color: #ED2ECC;
}
</style>
border-color css
<style>
span { border-color: #ED2ECC; }
span { border-color: rgb(237,46,204); }
td.TdClassName
{
border-color: #ED2ECC;
}
.TagClassName
{
border-color: #ED2ECC;
}
</style>