Shades of Razzle Dazzle Rose #ED3ECC
Tints of Razzle Dazzle Rose #ED3ECC
RGB
CMYK
RGB Variations
Color information
#ED3ECC (or 0xED3ECC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3E and CC. RGB value is (237,62,204). Sum of RGB (Red+Green+Blue) = 237+62+204=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 62 (24.61% from 255 or 12.33% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3ECC is #12C133. Grayscale: #828282. Windows color (decimal): -1229108 or 13385453. OLE color: 13385453.
HSL color Cylindrical-coordinate representation of color #ED3ECC: hue angle of 311.31º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3ECC is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 62 | 204 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.07 |
| HSL | 311.31º | 0.83% | 0.59% | - |
| HSV(B) | 311.31º | 0.74% | 0.93% | - |
| XYZ | 47.55 | 25.81 | 59.6 | - |
| YUV | 130.51 | 169.48 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 204 | 0 | 0.74 | 0.14 | 0.07 | 311.31 | 0.83 | 0.59 |
| Hex | ED | 3E | CC | 0 | 4A | E | 7 | 137 | 53 | 3B |
| Octal | 355 | 76 | 314 | 0 | 112 | 16 | 7 | 467 | 123 | 73 |
| Binary | 11101101 | 111110 | 11001100 | 0 | 1001010 | 1110 | 111 | 100110111 | 1010011 | 111011 |
Color Harmonies of #ED3ECC
Complementary color
Monochromatic Colors of #ED3ECC
Black with #ED3ECC
Text Example
Text Example
White with #ED3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3ECC; }
p { color: rgb(237,62,204); }
H1.HeaderClassName
{
color: #ED3ECC;
}
.AnyTagClassName
{
color: #ED3ECC;
}
</style>
background-color css
<style>
a { background-color: #ED3ECC; }
a { background-color: rgb(237,62,204); }
div.DivClassName
{
background-color: #ED3ECC;
}
.BgClassName
{
background-color: #ED3ECC;
}
</style>
border-color css
<style>
span { border-color: #ED3ECC; }
span { border-color: rgb(237,62,204); }
td.TdClassName
{
border-color: #ED3ECC;
}
.TagClassName
{
border-color: #ED3ECC;
}
</style>