Shades of Razzle Dazzle Rose #ED2DCC
Tints of Razzle Dazzle Rose #ED2DCC
RGB
CMYK
RGB Variations
Color information
#ED2DCC (or 0xED2DCC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2D and CC. RGB value is (237,45,204). Sum of RGB (Red+Green+Blue) = 237+45+204=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2DCC is #12D233. Grayscale: #787878. Windows color (decimal): -1233460 or 13381101. OLE color: 13381101.
HSL color Cylindrical-coordinate representation of color #ED2DCC: hue angle of 310.31º 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 #ED2DCC is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 204 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.07 |
| HSL | 310.31º | 0.84% | 0.55% | - |
| HSV(B) | 310.31º | 0.81% | 0.93% | - |
| XYZ | 46.76 | 24.24 | 59.34 | - |
| YUV | 120.53 | 175.11 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 204 | 0 | 0.81 | 0.14 | 0.07 | 310.31 | 0.84 | 0.55 |
| Hex | ED | 2D | CC | 0 | 51 | E | 7 | 136 | 54 | 37 |
| Octal | 355 | 55 | 314 | 0 | 121 | 16 | 7 | 466 | 124 | 67 |
| Binary | 11101101 | 101101 | 11001100 | 0 | 1010001 | 1110 | 111 | 100110110 | 1010100 | 110111 |
Color Harmonies of #ED2DCC
Complementary color
Monochromatic Colors of #ED2DCC
Black with #ED2DCC
Text Example
Text Example
White with #ED2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2DCC; }
p { color: rgb(237,45,204); }
H1.HeaderClassName
{
color: #ED2DCC;
}
.AnyTagClassName
{
color: #ED2DCC;
}
</style>
background-color css
<style>
a { background-color: #ED2DCC; }
a { background-color: rgb(237,45,204); }
div.DivClassName
{
background-color: #ED2DCC;
}
.BgClassName
{
background-color: #ED2DCC;
}
</style>
border-color css
<style>
span { border-color: #ED2DCC; }
span { border-color: rgb(237,45,204); }
td.TdClassName
{
border-color: #ED2DCC;
}
.TagClassName
{
border-color: #ED2DCC;
}
</style>