Shades of Razzle Dazzle Rose #ED2FCC
Tints of Razzle Dazzle Rose #ED2FCC
RGB
CMYK
RGB Variations
Color information
#ED2FCC (or 0xED2FCC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and CC. RGB value is (237,47,204). Sum of RGB (Red+Green+Blue) = 237+47+204=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FCC is #12D033. Grayscale: #797979. Windows color (decimal): -1232948 or 13381613. OLE color: 13381613.
HSL color Cylindrical-coordinate representation of color #ED2FCC: hue angle of 310.42º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2FCC is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 204 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.07 |
| HSL | 310.42º | 0.84% | 0.56% | - |
| HSV(B) | 310.42º | 0.8% | 0.93% | - |
| XYZ | 46.84 | 24.4 | 59.37 | - |
| YUV | 121.71 | 174.45 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 204 | 0 | 0.80 | 0.14 | 0.07 | 310.42 | 0.84 | 0.56 |
| Hex | ED | 2F | CC | 0 | 50 | E | 7 | 136 | 54 | 38 |
| Octal | 355 | 57 | 314 | 0 | 120 | 16 | 7 | 466 | 124 | 70 |
| Binary | 11101101 | 101111 | 11001100 | 0 | 1010000 | 1110 | 111 | 100110110 | 1010100 | 111000 |
Color Harmonies of #ED2FCC
Complementary color
Monochromatic Colors of #ED2FCC
Black with #ED2FCC
Text Example
Text Example
White with #ED2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2FCC; }
p { color: rgb(237,47,204); }
H1.HeaderClassName
{
color: #ED2FCC;
}
.AnyTagClassName
{
color: #ED2FCC;
}
</style>
background-color css
<style>
a { background-color: #ED2FCC; }
a { background-color: rgb(237,47,204); }
div.DivClassName
{
background-color: #ED2FCC;
}
.BgClassName
{
background-color: #ED2FCC;
}
</style>
border-color css
<style>
span { border-color: #ED2FCC; }
span { border-color: rgb(237,47,204); }
td.TdClassName
{
border-color: #ED2FCC;
}
.TagClassName
{
border-color: #ED2FCC;
}
</style>