Shades of Razzle Dazzle Rose #ED32EA
Tints of Razzle Dazzle Rose #ED32EA
RGB
CMYK
RGB Variations
Color information
#ED32EA (or 0xED32EA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and EA. RGB value is (237,50,234). Sum of RGB (Red+Green+Blue) = 237+50+234=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 50 (19.92% from 255 or 9.60% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED32EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED32EA is #12CD15. Grayscale: #7E7E7E. Windows color (decimal): -1232150 or 15348461. OLE color: 15348461.
HSL color Cylindrical-coordinate representation of color #ED32EA: hue angle of 300.96º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED32EA is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 234 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.07 |
| HSL | 300.96º | 0.84% | 0.56% | - |
| HSV(B) | 300.96º | 0.79% | 0.93% | - |
| XYZ | 50.92 | 26.23 | 80.22 | - |
| YUV | 126.89 | 188.45 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 234 | 0 | 0.79 | 0.01 | 0.07 | 300.96 | 0.84 | 0.56 |
| Hex | ED | 32 | EA | 0 | 4F | 1 | 7 | 12D | 54 | 38 |
| Octal | 355 | 62 | 352 | 0 | 117 | 1 | 7 | 455 | 124 | 70 |
| Binary | 11101101 | 110010 | 11101010 | 0 | 1001111 | 1 | 111 | 100101101 | 1010100 | 111000 |
Color Harmonies of #ED32EA
Complementary color
Monochromatic Colors of #ED32EA
Black with #ED32EA
Text Example
Text Example
White with #ED32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32EA; }
p { color: rgb(237,50,234); }
H1.HeaderClassName
{
color: #ED32EA;
}
.AnyTagClassName
{
color: #ED32EA;
}
</style>
background-color css
<style>
a { background-color: #ED32EA; }
a { background-color: rgb(237,50,234); }
div.DivClassName
{
background-color: #ED32EA;
}
.BgClassName
{
background-color: #ED32EA;
}
</style>
border-color css
<style>
span { border-color: #ED32EA; }
span { border-color: rgb(237,50,234); }
td.TdClassName
{
border-color: #ED32EA;
}
.TagClassName
{
border-color: #ED32EA;
}
</style>