Shades of Razzle Dazzle Rose #ED23DF
Tints of Razzle Dazzle Rose #ED23DF
RGB
CMYK
RGB Variations
Color information
#ED23DF (or 0xED23DF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 23 and DF. RGB value is (237,35,223). Sum of RGB (Red+Green+Blue) = 237+35+223=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 35 (14.06% from 255 or 7.07% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23DF is #12DC20. Grayscale: #747474. Windows color (decimal): -1236001 or 14623725. OLE color: 14623725.
HSL color Cylindrical-coordinate representation of color #ED23DF: hue angle of 304.16º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED23DF is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 223 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.07 |
| HSL | 304.16º | 0.85% | 0.53% | - |
| HSV(B) | 304.16º | 0.85% | 0.93% | - |
| XYZ | 48.85 | 24.53 | 71.97 | - |
| YUV | 116.83 | 187.92 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 223 | 0 | 0.85 | 0.06 | 0.07 | 304.16 | 0.85 | 0.53 |
| Hex | ED | 23 | DF | 0 | 55 | 6 | 7 | 130 | 55 | 35 |
| Octal | 355 | 43 | 337 | 0 | 125 | 6 | 7 | 460 | 125 | 65 |
| Binary | 11101101 | 100011 | 11011111 | 0 | 1010101 | 110 | 111 | 100110000 | 1010101 | 110101 |
Color Harmonies of #ED23DF
Complementary color
Monochromatic Colors of #ED23DF
Black with #ED23DF
Text Example
Text Example
White with #ED23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED23DF; }
p { color: rgb(237,35,223); }
H1.HeaderClassName
{
color: #ED23DF;
}
.AnyTagClassName
{
color: #ED23DF;
}
</style>
background-color css
<style>
a { background-color: #ED23DF; }
a { background-color: rgb(237,35,223); }
div.DivClassName
{
background-color: #ED23DF;
}
.BgClassName
{
background-color: #ED23DF;
}
</style>
border-color css
<style>
span { border-color: #ED23DF; }
span { border-color: rgb(237,35,223); }
td.TdClassName
{
border-color: #ED23DF;
}
.TagClassName
{
border-color: #ED23DF;
}
</style>