Shades of Razzle Dazzle Rose #ED2AD6
Tints of Razzle Dazzle Rose #ED2AD6
RGB
CMYK
RGB Variations
Color information
#ED2AD6 (or 0xED2AD6) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2A and D6. RGB value is (237,42,214). Sum of RGB (Red+Green+Blue) = 237+42+214=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2AD6 is #12D529. Grayscale: #777777. Windows color (decimal): -1234218 or 14035693. OLE color: 14035693.
HSL color Cylindrical-coordinate representation of color #ED2AD6: hue angle of 307.08º 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 #ED2AD6 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 214 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.07 |
| HSL | 307.08º | 0.84% | 0.55% | - |
| HSV(B) | 307.08º | 0.82% | 0.93% | - |
| XYZ | 47.89 | 24.52 | 65.83 | - |
| YUV | 119.91 | 181.1 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 214 | 0 | 0.82 | 0.10 | 0.07 | 307.08 | 0.84 | 0.55 |
| Hex | ED | 2A | D6 | 0 | 52 | A | 7 | 133 | 54 | 37 |
| Octal | 355 | 52 | 326 | 0 | 122 | 12 | 7 | 463 | 124 | 67 |
| Binary | 11101101 | 101010 | 11010110 | 0 | 1010010 | 1010 | 111 | 100110011 | 1010100 | 110111 |
Color Harmonies of #ED2AD6
Complementary color
Monochromatic Colors of #ED2AD6
Black with #ED2AD6
Text Example
Text Example
White with #ED2AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2AD6; }
p { color: rgb(237,42,214); }
H1.HeaderClassName
{
color: #ED2AD6;
}
.AnyTagClassName
{
color: #ED2AD6;
}
</style>
background-color css
<style>
a { background-color: #ED2AD6; }
a { background-color: rgb(237,42,214); }
div.DivClassName
{
background-color: #ED2AD6;
}
.BgClassName
{
background-color: #ED2AD6;
}
</style>
border-color css
<style>
span { border-color: #ED2AD6; }
span { border-color: rgb(237,42,214); }
td.TdClassName
{
border-color: #ED2AD6;
}
.TagClassName
{
border-color: #ED2AD6;
}
</style>