Shades of Razzle Dazzle Rose #ED30DD
Tints of Razzle Dazzle Rose #ED30DD
RGB
CMYK
RGB Variations
Color information
#ED30DD (or 0xED30DD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and DD. RGB value is (237,48,221). Sum of RGB (Red+Green+Blue) = 237+48+221=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30DD is #12CF22. Grayscale: #7B7B7B. Windows color (decimal): -1232675 or 14495981. OLE color: 14495981.
HSL color Cylindrical-coordinate representation of color #ED30DD: hue angle of 305.08º 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 #ED30DD is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 221 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.07 |
| HSL | 305.08º | 0.84% | 0.56% | - |
| HSV(B) | 305.08º | 0.8% | 0.93% | - |
| XYZ | 49.03 | 25.34 | 70.71 | - |
| YUV | 124.23 | 182.62 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 221 | 0 | 0.80 | 0.07 | 0.07 | 305.08 | 0.84 | 0.56 |
| Hex | ED | 30 | DD | 0 | 50 | 7 | 7 | 131 | 54 | 38 |
| Octal | 355 | 60 | 335 | 0 | 120 | 7 | 7 | 461 | 124 | 70 |
| Binary | 11101101 | 110000 | 11011101 | 0 | 1010000 | 111 | 111 | 100110001 | 1010100 | 111000 |
Color Harmonies of #ED30DD
Complementary color
Monochromatic Colors of #ED30DD
Black with #ED30DD
Text Example
Text Example
White with #ED30DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30DD; }
p { color: rgb(237,48,221); }
H1.HeaderClassName
{
color: #ED30DD;
}
.AnyTagClassName
{
color: #ED30DD;
}
</style>
background-color css
<style>
a { background-color: #ED30DD; }
a { background-color: rgb(237,48,221); }
div.DivClassName
{
background-color: #ED30DD;
}
.BgClassName
{
background-color: #ED30DD;
}
</style>
border-color css
<style>
span { border-color: #ED30DD; }
span { border-color: rgb(237,48,221); }
td.TdClassName
{
border-color: #ED30DD;
}
.TagClassName
{
border-color: #ED30DD;
}
</style>