Shades of Razzle Dazzle Rose #ED30E2
Tints of Razzle Dazzle Rose #ED30E2
RGB
CMYK
RGB Variations
Color information
#ED30E2 (or 0xED30E2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and E2. RGB value is (237,48,226). Sum of RGB (Red+Green+Blue) = 237+48+226=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 226 (88.67% from 255 or 44.23% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30E2 is #12CF1D. Grayscale: #7C7C7C. Windows color (decimal): -1232670 or 14823661. OLE color: 14823661.
HSL color Cylindrical-coordinate representation of color #ED30E2: hue angle of 303.49º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED30E2 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 226 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.07 |
| HSL | 303.49º | 0.84% | 0.56% | - |
| HSV(B) | 303.49º | 0.8% | 0.93% | - |
| XYZ | 49.71 | 25.61 | 74.27 | - |
| YUV | 124.8 | 185.12 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 226 | 0 | 0.80 | 0.05 | 0.07 | 303.49 | 0.84 | 0.56 |
| Hex | ED | 30 | E2 | 0 | 50 | 5 | 7 | 12F | 54 | 38 |
| Octal | 355 | 60 | 342 | 0 | 120 | 5 | 7 | 457 | 124 | 70 |
| Binary | 11101101 | 110000 | 11100010 | 0 | 1010000 | 101 | 111 | 100101111 | 1010100 | 111000 |
Color Harmonies of #ED30E2
Complementary color
Monochromatic Colors of #ED30E2
Black with #ED30E2
Text Example
Text Example
White with #ED30E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30E2; }
p { color: rgb(237,48,226); }
H1.HeaderClassName
{
color: #ED30E2;
}
.AnyTagClassName
{
color: #ED30E2;
}
</style>
background-color css
<style>
a { background-color: #ED30E2; }
a { background-color: rgb(237,48,226); }
div.DivClassName
{
background-color: #ED30E2;
}
.BgClassName
{
background-color: #ED30E2;
}
</style>
border-color css
<style>
span { border-color: #ED30E2; }
span { border-color: rgb(237,48,226); }
td.TdClassName
{
border-color: #ED30E2;
}
.TagClassName
{
border-color: #ED30E2;
}
</style>