Shades of Razzle Dazzle Rose #ED2AD1
Tints of Razzle Dazzle Rose #ED2AD1
RGB
CMYK
RGB Variations
Color information
#ED2AD1 (or 0xED2AD1) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2A and D1. RGB value is (237,42,209). Sum of RGB (Red+Green+Blue) = 237+42+209=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2AD1 is #12D52E. Grayscale: #767676. Windows color (decimal): -1234223 or 13708013. OLE color: 13708013.
HSL color Cylindrical-coordinate representation of color #ED2AD1: hue angle of 308.62º 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 #ED2AD1 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 209 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.07 |
| HSL | 308.62º | 0.84% | 0.55% | - |
| HSV(B) | 308.62º | 0.82% | 0.93% | - |
| XYZ | 47.26 | 24.26 | 62.51 | - |
| YUV | 119.34 | 178.6 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 209 | 0 | 0.82 | 0.12 | 0.07 | 308.62 | 0.84 | 0.55 |
| Hex | ED | 2A | D1 | 0 | 52 | C | 7 | 135 | 54 | 37 |
| Octal | 355 | 52 | 321 | 0 | 122 | 14 | 7 | 465 | 124 | 67 |
| Binary | 11101101 | 101010 | 11010001 | 0 | 1010010 | 1100 | 111 | 100110101 | 1010100 | 110111 |
Color Harmonies of #ED2AD1
Complementary color
Monochromatic Colors of #ED2AD1
Black with #ED2AD1
Text Example
Text Example
White with #ED2AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2AD1; }
p { color: rgb(237,42,209); }
H1.HeaderClassName
{
color: #ED2AD1;
}
.AnyTagClassName
{
color: #ED2AD1;
}
</style>
background-color css
<style>
a { background-color: #ED2AD1; }
a { background-color: rgb(237,42,209); }
div.DivClassName
{
background-color: #ED2AD1;
}
.BgClassName
{
background-color: #ED2AD1;
}
</style>
border-color css
<style>
span { border-color: #ED2AD1; }
span { border-color: rgb(237,42,209); }
td.TdClassName
{
border-color: #ED2AD1;
}
.TagClassName
{
border-color: #ED2AD1;
}
</style>