Shades of Razzle Dazzle Rose #ED3CCE
Tints of Razzle Dazzle Rose #ED3CCE
RGB
CMYK
RGB Variations
Color information
#ED3CCE (or 0xED3CCE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3C and CE. RGB value is (237,60,206). Sum of RGB (Red+Green+Blue) = 237+60+206=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3CCE is #12C331. Grayscale: #818181. Windows color (decimal): -1229618 or 13516013. OLE color: 13516013.
HSL color Cylindrical-coordinate representation of color #ED3CCE: hue angle of 310.51º 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 #ED3CCE is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 206 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.07 |
| HSL | 310.51º | 0.83% | 0.58% | - |
| HSV(B) | 310.51º | 0.75% | 0.93% | - |
| XYZ | 47.68 | 25.69 | 60.84 | - |
| YUV | 129.57 | 171.14 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 206 | 0 | 0.75 | 0.13 | 0.07 | 310.51 | 0.83 | 0.58 |
| Hex | ED | 3C | CE | 0 | 4B | D | 7 | 137 | 53 | 3A |
| Octal | 355 | 74 | 316 | 0 | 113 | 15 | 7 | 467 | 123 | 72 |
| Binary | 11101101 | 111100 | 11001110 | 0 | 1001011 | 1101 | 111 | 100110111 | 1010011 | 111010 |
Color Harmonies of #ED3CCE
Complementary color
Monochromatic Colors of #ED3CCE
Black with #ED3CCE
Text Example
Text Example
White with #ED3CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3CCE; }
p { color: rgb(237,60,206); }
H1.HeaderClassName
{
color: #ED3CCE;
}
.AnyTagClassName
{
color: #ED3CCE;
}
</style>
background-color css
<style>
a { background-color: #ED3CCE; }
a { background-color: rgb(237,60,206); }
div.DivClassName
{
background-color: #ED3CCE;
}
.BgClassName
{
background-color: #ED3CCE;
}
</style>
border-color css
<style>
span { border-color: #ED3CCE; }
span { border-color: rgb(237,60,206); }
td.TdClassName
{
border-color: #ED3CCE;
}
.TagClassName
{
border-color: #ED3CCE;
}
</style>