Shades of Razzle Dazzle Rose #ED30EA
Tints of Razzle Dazzle Rose #ED30EA
RGB
CMYK
RGB Variations
Color information
#ED30EA (or 0xED30EA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and EA. RGB value is (237,48,234). Sum of RGB (Red+Green+Blue) = 237+48+234=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 48 (19.14% from 255 or 9.25% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED30EA is #12CF15. Grayscale: #7D7D7D. Windows color (decimal): -1232662 or 15347949. OLE color: 15347949.
HSL color Cylindrical-coordinate representation of color #ED30EA: hue angle of 300.95º 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 #ED30EA is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 234 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.07 |
| HSL | 300.95º | 0.84% | 0.56% | - |
| HSV(B) | 300.95º | 0.8% | 0.93% | - |
| XYZ | 50.83 | 26.06 | 80.19 | - |
| YUV | 125.72 | 189.12 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 234 | 0 | 0.80 | 0.01 | 0.07 | 300.95 | 0.84 | 0.56 |
| Hex | ED | 30 | EA | 0 | 50 | 1 | 7 | 12D | 54 | 38 |
| Octal | 355 | 60 | 352 | 0 | 120 | 1 | 7 | 455 | 124 | 70 |
| Binary | 11101101 | 110000 | 11101010 | 0 | 1010000 | 1 | 111 | 100101101 | 1010100 | 111000 |
Color Harmonies of #ED30EA
Complementary color
Monochromatic Colors of #ED30EA
Black with #ED30EA
Text Example
Text Example
White with #ED30EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30EA; }
p { color: rgb(237,48,234); }
H1.HeaderClassName
{
color: #ED30EA;
}
.AnyTagClassName
{
color: #ED30EA;
}
</style>
background-color css
<style>
a { background-color: #ED30EA; }
a { background-color: rgb(237,48,234); }
div.DivClassName
{
background-color: #ED30EA;
}
.BgClassName
{
background-color: #ED30EA;
}
</style>
border-color css
<style>
span { border-color: #ED30EA; }
span { border-color: rgb(237,48,234); }
td.TdClassName
{
border-color: #ED30EA;
}
.TagClassName
{
border-color: #ED30EA;
}
</style>