Shades of Razzle Dazzle Rose #ED30BD
Tints of Razzle Dazzle Rose #ED30BD
RGB
CMYK
RGB Variations
Color information
#ED30BD (or 0xED30BD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and BD. RGB value is (237,48,189). Sum of RGB (Red+Green+Blue) = 237+48+189=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30BD is #12CF42. Grayscale: #787878. Windows color (decimal): -1232707 or 12398829. OLE color: 12398829.
HSL color Cylindrical-coordinate representation of color #ED30BD: hue angle of 315.24º 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 #ED30BD is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 189 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.07 |
| HSL | 315.24º | 0.84% | 0.56% | - |
| HSV(B) | 315.24º | 0.8% | 0.93% | - |
| XYZ | 45.17 | 23.79 | 50.36 | - |
| YUV | 120.59 | 166.62 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 189 | 0 | 0.80 | 0.20 | 0.07 | 315.24 | 0.84 | 0.56 |
| Hex | ED | 30 | BD | 0 | 50 | 14 | 7 | 13B | 54 | 38 |
| Octal | 355 | 60 | 275 | 0 | 120 | 24 | 7 | 473 | 124 | 70 |
| Binary | 11101101 | 110000 | 10111101 | 0 | 1010000 | 10100 | 111 | 100111011 | 1010100 | 111000 |
Color Harmonies of #ED30BD
Complementary color
Monochromatic Colors of #ED30BD
Black with #ED30BD
Text Example
Text Example
White with #ED30BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30BD; }
p { color: rgb(237,48,189); }
H1.HeaderClassName
{
color: #ED30BD;
}
.AnyTagClassName
{
color: #ED30BD;
}
</style>
background-color css
<style>
a { background-color: #ED30BD; }
a { background-color: rgb(237,48,189); }
div.DivClassName
{
background-color: #ED30BD;
}
.BgClassName
{
background-color: #ED30BD;
}
</style>
border-color css
<style>
span { border-color: #ED30BD; }
span { border-color: rgb(237,48,189); }
td.TdClassName
{
border-color: #ED30BD;
}
.TagClassName
{
border-color: #ED30BD;
}
</style>