Shades of Razzle Dazzle Rose #ED2BDE
Tints of Razzle Dazzle Rose #ED2BDE
RGB
CMYK
RGB Variations
Color information
#ED2BDE (or 0xED2BDE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and DE. RGB value is (237,43,222). Sum of RGB (Red+Green+Blue) = 237+43+222=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BDE is #12D421. Grayscale: #787878. Windows color (decimal): -1233954 or 14560237. OLE color: 14560237.
HSL color Cylindrical-coordinate representation of color #ED2BDE: hue angle of 304.64º 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 #ED2BDE is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 222 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.07 |
| HSL | 304.64º | 0.84% | 0.55% | - |
| HSV(B) | 304.64º | 0.82% | 0.93% | - |
| XYZ | 48.97 | 25.01 | 71.35 | - |
| YUV | 121.41 | 184.77 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 222 | 0 | 0.82 | 0.06 | 0.07 | 304.64 | 0.84 | 0.55 |
| Hex | ED | 2B | DE | 0 | 52 | 6 | 7 | 131 | 54 | 37 |
| Octal | 355 | 53 | 336 | 0 | 122 | 6 | 7 | 461 | 124 | 67 |
| Binary | 11101101 | 101011 | 11011110 | 0 | 1010010 | 110 | 111 | 100110001 | 1010100 | 110111 |
Color Harmonies of #ED2BDE
Complementary color
Monochromatic Colors of #ED2BDE
Black with #ED2BDE
Text Example
Text Example
White with #ED2BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BDE; }
p { color: rgb(237,43,222); }
H1.HeaderClassName
{
color: #ED2BDE;
}
.AnyTagClassName
{
color: #ED2BDE;
}
</style>
background-color css
<style>
a { background-color: #ED2BDE; }
a { background-color: rgb(237,43,222); }
div.DivClassName
{
background-color: #ED2BDE;
}
.BgClassName
{
background-color: #ED2BDE;
}
</style>
border-color css
<style>
span { border-color: #ED2BDE; }
span { border-color: rgb(237,43,222); }
td.TdClassName
{
border-color: #ED2BDE;
}
.TagClassName
{
border-color: #ED2BDE;
}
</style>