Shades of Razzle Dazzle Rose #ED32F3
Tints of Razzle Dazzle Rose #ED32F3
RGB
CMYK
RGB Variations
Color information
#ED32F3 (or 0xED32F3) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and F3. RGB value is (237,50,243). Sum of RGB (Red+Green+Blue) = 237+50+243=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 50 (19.92% from 255 or 9.43% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED32F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED32F3 is #12CD0C. Grayscale: #7F7F7F. Windows color (decimal): -1232141 or 15938285. OLE color: 15938285.
HSL color Cylindrical-coordinate representation of color #ED32F3: hue angle of 298.13º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED32F3 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 50 | 243 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.05 |
| HSL | 298.13º | 0.89% | 0.57% | - |
| HSV(B) | 298.13º | 0.79% | 0.95% | - |
| XYZ | 52.24 | 26.76 | 87.21 | - |
| YUV | 127.92 | 192.95 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 243 | 0.02 | 0.79 | 0 | 0.05 | 298.13 | 0.89 | 0.57 |
| Hex | ED | 32 | F3 | 2 | 4F | 0 | 5 | 12A | 59 | 39 |
| Octal | 355 | 62 | 363 | 2 | 117 | 0 | 5 | 452 | 131 | 71 |
| Binary | 11101101 | 110010 | 11110011 | 10 | 1001111 | 0 | 101 | 100101010 | 1011001 | 111001 |
Color Harmonies of #ED32F3
Complementary color
Monochromatic Colors of #ED32F3
Black with #ED32F3
Text Example
Text Example
White with #ED32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32F3; }
p { color: rgb(237,50,243); }
H1.HeaderClassName
{
color: #ED32F3;
}
.AnyTagClassName
{
color: #ED32F3;
}
</style>
background-color css
<style>
a { background-color: #ED32F3; }
a { background-color: rgb(237,50,243); }
div.DivClassName
{
background-color: #ED32F3;
}
.BgClassName
{
background-color: #ED32F3;
}
</style>
border-color css
<style>
span { border-color: #ED32F3; }
span { border-color: rgb(237,50,243); }
td.TdClassName
{
border-color: #ED32F3;
}
.TagClassName
{
border-color: #ED32F3;
}
</style>