Shades of Razzle Dazzle Rose #ED3CCC
Tints of Razzle Dazzle Rose #ED3CCC
RGB
CMYK
RGB Variations
Color information
#ED3CCC (or 0xED3CCC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3C and CC. RGB value is (237,60,204). Sum of RGB (Red+Green+Blue) = 237+60+204=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3CCC is #12C333. Grayscale: #808080. Windows color (decimal): -1229620 or 13384941. OLE color: 13384941.
HSL color Cylindrical-coordinate representation of color #ED3CCC: hue angle of 311.19º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3CCC is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 204 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.07 |
| HSL | 311.19º | 0.83% | 0.58% | - |
| HSV(B) | 311.19º | 0.75% | 0.93% | - |
| XYZ | 47.44 | 25.6 | 59.57 | - |
| YUV | 129.34 | 170.14 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 204 | 0 | 0.75 | 0.14 | 0.07 | 311.19 | 0.83 | 0.58 |
| Hex | ED | 3C | CC | 0 | 4B | E | 7 | 137 | 53 | 3A |
| Octal | 355 | 74 | 314 | 0 | 113 | 16 | 7 | 467 | 123 | 72 |
| Binary | 11101101 | 111100 | 11001100 | 0 | 1001011 | 1110 | 111 | 100110111 | 1010011 | 111010 |
Color Harmonies of #ED3CCC
Complementary color
Monochromatic Colors of #ED3CCC
Black with #ED3CCC
Text Example
Text Example
White with #ED3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3CCC; }
p { color: rgb(237,60,204); }
H1.HeaderClassName
{
color: #ED3CCC;
}
.AnyTagClassName
{
color: #ED3CCC;
}
</style>
background-color css
<style>
a { background-color: #ED3CCC; }
a { background-color: rgb(237,60,204); }
div.DivClassName
{
background-color: #ED3CCC;
}
.BgClassName
{
background-color: #ED3CCC;
}
</style>
border-color css
<style>
span { border-color: #ED3CCC; }
span { border-color: rgb(237,60,204); }
td.TdClassName
{
border-color: #ED3CCC;
}
.TagClassName
{
border-color: #ED3CCC;
}
</style>