Shades of Razzle Dazzle Rose #ED24CE
Tints of Razzle Dazzle Rose #ED24CE
RGB
CMYK
RGB Variations
Color information
#ED24CE (or 0xED24CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 24 and CE. RGB value is (237,36,206). Sum of RGB (Red+Green+Blue) = 237+36+206=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 36 (14.45% from 255 or 7.52% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24CE is #12DB31. Grayscale: #727272. Windows color (decimal): -1235762 or 13509869. OLE color: 13509869.
HSL color Cylindrical-coordinate representation of color #ED24CE: hue angle of 309.25º 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 #ED24CE is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 206 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.07 |
| HSL | 309.25º | 0.85% | 0.54% | - |
| HSV(B) | 309.25º | 0.85% | 0.93% | - |
| XYZ | 46.7 | 23.72 | 60.51 | - |
| YUV | 115.48 | 179.09 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 206 | 0 | 0.85 | 0.13 | 0.07 | 309.25 | 0.85 | 0.54 |
| Hex | ED | 24 | CE | 0 | 55 | D | 7 | 135 | 55 | 36 |
| Octal | 355 | 44 | 316 | 0 | 125 | 15 | 7 | 465 | 125 | 66 |
| Binary | 11101101 | 100100 | 11001110 | 0 | 1010101 | 1101 | 111 | 100110101 | 1010101 | 110110 |
Color Harmonies of #ED24CE
Complementary color
Monochromatic Colors of #ED24CE
Black with #ED24CE
Text Example
Text Example
White with #ED24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED24CE; }
p { color: rgb(237,36,206); }
H1.HeaderClassName
{
color: #ED24CE;
}
.AnyTagClassName
{
color: #ED24CE;
}
</style>
background-color css
<style>
a { background-color: #ED24CE; }
a { background-color: rgb(237,36,206); }
div.DivClassName
{
background-color: #ED24CE;
}
.BgClassName
{
background-color: #ED24CE;
}
</style>
border-color css
<style>
span { border-color: #ED24CE; }
span { border-color: rgb(237,36,206); }
td.TdClassName
{
border-color: #ED24CE;
}
.TagClassName
{
border-color: #ED24CE;
}
</style>