Shades of Razzle Dazzle Rose #ED32DA
Tints of Razzle Dazzle Rose #ED32DA
RGB
CMYK
RGB Variations
Color information
#ED32DA (or 0xED32DA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and DA. RGB value is (237,50,218). Sum of RGB (Red+Green+Blue) = 237+50+218=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 50 (19.92% from 255 or 9.90% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED32DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED32DA is #12CD25. Grayscale: #7C7C7C. Windows color (decimal): -1232166 or 14299885. OLE color: 14299885.
HSL color Cylindrical-coordinate representation of color #ED32DA: hue angle of 306.1º 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 #ED32DA is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 218 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.07 |
| HSL | 306.1º | 0.84% | 0.56% | - |
| HSV(B) | 306.1º | 0.79% | 0.93% | - |
| XYZ | 48.72 | 25.35 | 68.65 | - |
| YUV | 125.07 | 180.45 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 218 | 0 | 0.79 | 0.08 | 0.07 | 306.1 | 0.84 | 0.56 |
| Hex | ED | 32 | DA | 0 | 4F | 8 | 7 | 132 | 54 | 38 |
| Octal | 355 | 62 | 332 | 0 | 117 | 10 | 7 | 462 | 124 | 70 |
| Binary | 11101101 | 110010 | 11011010 | 0 | 1001111 | 1000 | 111 | 100110010 | 1010100 | 111000 |
Color Harmonies of #ED32DA
Complementary color
Monochromatic Colors of #ED32DA
Black with #ED32DA
Text Example
Text Example
White with #ED32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32DA; }
p { color: rgb(237,50,218); }
H1.HeaderClassName
{
color: #ED32DA;
}
.AnyTagClassName
{
color: #ED32DA;
}
</style>
background-color css
<style>
a { background-color: #ED32DA; }
a { background-color: rgb(237,50,218); }
div.DivClassName
{
background-color: #ED32DA;
}
.BgClassName
{
background-color: #ED32DA;
}
</style>
border-color css
<style>
span { border-color: #ED32DA; }
span { border-color: rgb(237,50,218); }
td.TdClassName
{
border-color: #ED32DA;
}
.TagClassName
{
border-color: #ED32DA;
}
</style>