Shades of Razzle Dazzle Rose #ED32EF
Tints of Razzle Dazzle Rose #ED32EF
RGB
CMYK
RGB Variations
Color information
#ED32EF (or 0xED32EF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and EF. RGB value is (237,50,239). Sum of RGB (Red+Green+Blue) = 237+50+239=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 50 (19.92% from 255 or 9.51% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED32EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED32EF is #12CD10. Grayscale: #7E7E7E. Windows color (decimal): -1232145 or 15676141. OLE color: 15676141.
HSL color Cylindrical-coordinate representation of color #ED32EF: hue angle of 299.37º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED32EF is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 50 | 239 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.06 |
| HSL | 299.37º | 0.86% | 0.57% | - |
| HSV(B) | 299.37º | 0.79% | 0.94% | - |
| XYZ | 51.65 | 26.52 | 84.06 | - |
| YUV | 127.46 | 190.95 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 239 | 0.01 | 0.79 | 0 | 0.06 | 299.37 | 0.86 | 0.57 |
| Hex | ED | 32 | EF | 1 | 4F | 0 | 6 | 12B | 56 | 39 |
| Octal | 355 | 62 | 357 | 1 | 117 | 0 | 6 | 453 | 126 | 71 |
| Binary | 11101101 | 110010 | 11101111 | 1 | 1001111 | 0 | 110 | 100101011 | 1010110 | 111001 |
Color Harmonies of #ED32EF
Complementary color
Monochromatic Colors of #ED32EF
Black with #ED32EF
Text Example
Text Example
White with #ED32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32EF; }
p { color: rgb(237,50,239); }
H1.HeaderClassName
{
color: #ED32EF;
}
.AnyTagClassName
{
color: #ED32EF;
}
</style>
background-color css
<style>
a { background-color: #ED32EF; }
a { background-color: rgb(237,50,239); }
div.DivClassName
{
background-color: #ED32EF;
}
.BgClassName
{
background-color: #ED32EF;
}
</style>
border-color css
<style>
span { border-color: #ED32EF; }
span { border-color: rgb(237,50,239); }
td.TdClassName
{
border-color: #ED32EF;
}
.TagClassName
{
border-color: #ED32EF;
}
</style>