Shades of Razzle Dazzle Rose #ED30CF
Tints of Razzle Dazzle Rose #ED30CF
RGB
CMYK
RGB Variations
Color information
#ED30CF (or 0xED30CF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and CF. RGB value is (237,48,207). Sum of RGB (Red+Green+Blue) = 237+48+207=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30CF is #12CF30. Grayscale: #7A7A7A. Windows color (decimal): -1232689 or 13578477. OLE color: 13578477.
HSL color Cylindrical-coordinate representation of color #ED30CF: hue angle of 309.52º 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 #ED30CF is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 207 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.07 |
| HSL | 309.52º | 0.84% | 0.56% | - |
| HSV(B) | 309.52º | 0.8% | 0.93% | - |
| XYZ | 47.24 | 24.62 | 61.29 | - |
| YUV | 122.64 | 175.62 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 207 | 0 | 0.80 | 0.13 | 0.07 | 309.52 | 0.84 | 0.56 |
| Hex | ED | 30 | CF | 0 | 50 | D | 7 | 136 | 54 | 38 |
| Octal | 355 | 60 | 317 | 0 | 120 | 15 | 7 | 466 | 124 | 70 |
| Binary | 11101101 | 110000 | 11001111 | 0 | 1010000 | 1101 | 111 | 100110110 | 1010100 | 111000 |
Color Harmonies of #ED30CF
Complementary color
Monochromatic Colors of #ED30CF
Black with #ED30CF
Text Example
Text Example
White with #ED30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30CF; }
p { color: rgb(237,48,207); }
H1.HeaderClassName
{
color: #ED30CF;
}
.AnyTagClassName
{
color: #ED30CF;
}
</style>
background-color css
<style>
a { background-color: #ED30CF; }
a { background-color: rgb(237,48,207); }
div.DivClassName
{
background-color: #ED30CF;
}
.BgClassName
{
background-color: #ED30CF;
}
</style>
border-color css
<style>
span { border-color: #ED30CF; }
span { border-color: rgb(237,48,207); }
td.TdClassName
{
border-color: #ED30CF;
}
.TagClassName
{
border-color: #ED30CF;
}
</style>