Shades of Razzle Dazzle Rose #ED30EE
Tints of Razzle Dazzle Rose #ED30EE
RGB
CMYK
RGB Variations
Color information
#ED30EE (or 0xED30EE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and EE. RGB value is (237,48,238). Sum of RGB (Red+Green+Blue) = 237+48+238=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 48 (19.14% from 255 or 9.18% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED30EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED30EE is #12CF11. Grayscale: #7D7D7D. Windows color (decimal): -1232658 or 15610093. OLE color: 15610093.
HSL color Cylindrical-coordinate representation of color #ED30EE: hue angle of 299.68º degrees, saturation: 0.85, 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 #ED30EE is Cyan = 0.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 238 | - |
| CMYK | 0.00 | 0.80 | 0 | 0.07 |
| HSL | 299.68º | 0.85% | 0.56% | - |
| HSV(B) | 299.68º | 0.8% | 0.93% | - |
| XYZ | 51.41 | 26.29 | 83.25 | - |
| YUV | 126.17 | 191.12 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 238 | 0.00 | 0.80 | 0 | 0.07 | 299.68 | 0.85 | 0.56 |
| Hex | ED | 30 | EE | 0 | 50 | 0 | 7 | 12C | 55 | 38 |
| Octal | 355 | 60 | 356 | 0 | 120 | 0 | 7 | 454 | 125 | 70 |
| Binary | 11101101 | 110000 | 11101110 | 0 | 1010000 | 0 | 111 | 100101100 | 1010101 | 111000 |
Color Harmonies of #ED30EE
Complementary color
Monochromatic Colors of #ED30EE
Black with #ED30EE
Text Example
Text Example
White with #ED30EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30EE; }
p { color: rgb(237,48,238); }
H1.HeaderClassName
{
color: #ED30EE;
}
.AnyTagClassName
{
color: #ED30EE;
}
</style>
background-color css
<style>
a { background-color: #ED30EE; }
a { background-color: rgb(237,48,238); }
div.DivClassName
{
background-color: #ED30EE;
}
.BgClassName
{
background-color: #ED30EE;
}
</style>
border-color css
<style>
span { border-color: #ED30EE; }
span { border-color: rgb(237,48,238); }
td.TdClassName
{
border-color: #ED30EE;
}
.TagClassName
{
border-color: #ED30EE;
}
</style>