Shades of Razzle Dazzle Rose #ED30C9
Tints of Razzle Dazzle Rose #ED30C9
RGB
CMYK
RGB Variations
Color information
#ED30C9 (or 0xED30C9) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and C9. RGB value is (237,48,201). Sum of RGB (Red+Green+Blue) = 237+48+201=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30C9 is #12CF36. Grayscale: #797979. Windows color (decimal): -1232695 or 13185261. OLE color: 13185261.
HSL color Cylindrical-coordinate representation of color #ED30C9: hue angle of 311.43º 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 #ED30C9 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 201 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.07 |
| HSL | 311.43º | 0.84% | 0.56% | - |
| HSV(B) | 311.43º | 0.8% | 0.93% | - |
| XYZ | 46.52 | 24.34 | 57.5 | - |
| YUV | 121.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 201 | 0 | 0.80 | 0.15 | 0.07 | 311.43 | 0.84 | 0.56 |
| Hex | ED | 30 | C9 | 0 | 50 | F | 7 | 137 | 54 | 38 |
| Octal | 355 | 60 | 311 | 0 | 120 | 17 | 7 | 467 | 124 | 70 |
| Binary | 11101101 | 110000 | 11001001 | 0 | 1010000 | 1111 | 111 | 100110111 | 1010100 | 111000 |
Color Harmonies of #ED30C9
Complementary color
Monochromatic Colors of #ED30C9
Black with #ED30C9
Text Example
Text Example
White with #ED30C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30C9; }
p { color: rgb(237,48,201); }
H1.HeaderClassName
{
color: #ED30C9;
}
.AnyTagClassName
{
color: #ED30C9;
}
</style>
background-color css
<style>
a { background-color: #ED30C9; }
a { background-color: rgb(237,48,201); }
div.DivClassName
{
background-color: #ED30C9;
}
.BgClassName
{
background-color: #ED30C9;
}
</style>
border-color css
<style>
span { border-color: #ED30C9; }
span { border-color: rgb(237,48,201); }
td.TdClassName
{
border-color: #ED30C9;
}
.TagClassName
{
border-color: #ED30C9;
}
</style>