Shades of Razzle Dazzle Rose #ED30DA
Tints of Razzle Dazzle Rose #ED30DA
RGB
CMYK
RGB Variations
Color information
#ED30DA (or 0xED30DA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and DA. RGB value is (237,48,218). Sum of RGB (Red+Green+Blue) = 237+48+218=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30DA is #12CF25. Grayscale: #7B7B7B. Windows color (decimal): -1232678 or 14299373. OLE color: 14299373.
HSL color Cylindrical-coordinate representation of color #ED30DA: hue angle of 306.03º 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 #ED30DA is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 218 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.07 |
| HSL | 306.03º | 0.84% | 0.56% | - |
| HSV(B) | 306.03º | 0.8% | 0.93% | - |
| XYZ | 48.64 | 25.18 | 68.63 | - |
| YUV | 123.89 | 181.12 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 218 | 0 | 0.80 | 0.08 | 0.07 | 306.03 | 0.84 | 0.56 |
| Hex | ED | 30 | DA | 0 | 50 | 8 | 7 | 132 | 54 | 38 |
| Octal | 355 | 60 | 332 | 0 | 120 | 10 | 7 | 462 | 124 | 70 |
| Binary | 11101101 | 110000 | 11011010 | 0 | 1010000 | 1000 | 111 | 100110010 | 1010100 | 111000 |
Color Harmonies of #ED30DA
Complementary color
Monochromatic Colors of #ED30DA
Black with #ED30DA
Text Example
Text Example
White with #ED30DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30DA; }
p { color: rgb(237,48,218); }
H1.HeaderClassName
{
color: #ED30DA;
}
.AnyTagClassName
{
color: #ED30DA;
}
</style>
background-color css
<style>
a { background-color: #ED30DA; }
a { background-color: rgb(237,48,218); }
div.DivClassName
{
background-color: #ED30DA;
}
.BgClassName
{
background-color: #ED30DA;
}
</style>
border-color css
<style>
span { border-color: #ED30DA; }
span { border-color: rgb(237,48,218); }
td.TdClassName
{
border-color: #ED30DA;
}
.TagClassName
{
border-color: #ED30DA;
}
</style>