Shades of Razzle Dazzle Rose #ED2ACE
Tints of Razzle Dazzle Rose #ED2ACE
RGB
CMYK
RGB Variations
Color information
#ED2ACE (or 0xED2ACE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2A and CE. RGB value is (237,42,206). Sum of RGB (Red+Green+Blue) = 237+42+206=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2ACE is #12D531. Grayscale: #767676. Windows color (decimal): -1234226 or 13511405. OLE color: 13511405.
HSL color Cylindrical-coordinate representation of color #ED2ACE: hue angle of 309.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2ACE is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 206 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.07 |
| HSL | 309.54º | 0.84% | 0.55% | - |
| HSV(B) | 309.54º | 0.82% | 0.93% | - |
| XYZ | 46.89 | 24.12 | 60.58 | - |
| YUV | 119 | 177.1 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 206 | 0 | 0.82 | 0.13 | 0.07 | 309.54 | 0.84 | 0.55 |
| Hex | ED | 2A | CE | 0 | 52 | D | 7 | 136 | 54 | 37 |
| Octal | 355 | 52 | 316 | 0 | 122 | 15 | 7 | 466 | 124 | 67 |
| Binary | 11101101 | 101010 | 11001110 | 0 | 1010010 | 1101 | 111 | 100110110 | 1010100 | 110111 |
Color Harmonies of #ED2ACE
Complementary color
Monochromatic Colors of #ED2ACE
Black with #ED2ACE
Text Example
Text Example
White with #ED2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2ACE; }
p { color: rgb(237,42,206); }
H1.HeaderClassName
{
color: #ED2ACE;
}
.AnyTagClassName
{
color: #ED2ACE;
}
</style>
background-color css
<style>
a { background-color: #ED2ACE; }
a { background-color: rgb(237,42,206); }
div.DivClassName
{
background-color: #ED2ACE;
}
.BgClassName
{
background-color: #ED2ACE;
}
</style>
border-color css
<style>
span { border-color: #ED2ACE; }
span { border-color: rgb(237,42,206); }
td.TdClassName
{
border-color: #ED2ACE;
}
.TagClassName
{
border-color: #ED2ACE;
}
</style>