Shades of Razzle Dazzle Rose #ED24D0
Tints of Razzle Dazzle Rose #ED24D0
RGB
CMYK
RGB Variations
Color information
#ED24D0 (or 0xED24D0) is known color: Razzle Dazzle Rose. HEX triplet: ED, 24 and D0. RGB value is (237,36,208). Sum of RGB (Red+Green+Blue) = 237+36+208=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24D0 is #12DB2F. Grayscale: #737373. Windows color (decimal): -1235760 or 13640941. OLE color: 13640941.
HSL color Cylindrical-coordinate representation of color #ED24D0: hue angle of 308.66º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED24D0 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 208 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.07 |
| HSL | 308.66º | 0.85% | 0.54% | - |
| HSV(B) | 308.66º | 0.85% | 0.93% | - |
| XYZ | 46.94 | 23.82 | 61.8 | - |
| YUV | 115.71 | 180.09 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 208 | 0 | 0.85 | 0.12 | 0.07 | 308.66 | 0.85 | 0.54 |
| Hex | ED | 24 | D0 | 0 | 55 | C | 7 | 135 | 55 | 36 |
| Octal | 355 | 44 | 320 | 0 | 125 | 14 | 7 | 465 | 125 | 66 |
| Binary | 11101101 | 100100 | 11010000 | 0 | 1010101 | 1100 | 111 | 100110101 | 1010101 | 110110 |
Color Harmonies of #ED24D0
Complementary color
Monochromatic Colors of #ED24D0
Black with #ED24D0
Text Example
Text Example
White with #ED24D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED24D0; }
p { color: rgb(237,36,208); }
H1.HeaderClassName
{
color: #ED24D0;
}
.AnyTagClassName
{
color: #ED24D0;
}
</style>
background-color css
<style>
a { background-color: #ED24D0; }
a { background-color: rgb(237,36,208); }
div.DivClassName
{
background-color: #ED24D0;
}
.BgClassName
{
background-color: #ED24D0;
}
</style>
border-color css
<style>
span { border-color: #ED24D0; }
span { border-color: rgb(237,36,208); }
td.TdClassName
{
border-color: #ED24D0;
}
.TagClassName
{
border-color: #ED24D0;
}
</style>