Shades of Razzle Dazzle Rose #ED23CF
Tints of Razzle Dazzle Rose #ED23CF
RGB
CMYK
RGB Variations
Color information
#ED23CF (or 0xED23CF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 23 and CF. RGB value is (237,35,207). Sum of RGB (Red+Green+Blue) = 237+35+207=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23CF is #12DC30. Grayscale: #727272. Windows color (decimal): -1236017 or 13575149. OLE color: 13575149.
HSL color Cylindrical-coordinate representation of color #ED23CF: hue angle of 308.91º 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 #ED23CF is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 207 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.07 |
| HSL | 308.91º | 0.85% | 0.53% | - |
| HSV(B) | 308.91º | 0.85% | 0.93% | - |
| XYZ | 46.79 | 23.71 | 61.14 | - |
| YUV | 115.01 | 179.92 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 207 | 0 | 0.85 | 0.13 | 0.07 | 308.91 | 0.85 | 0.53 |
| Hex | ED | 23 | CF | 0 | 55 | D | 7 | 135 | 55 | 35 |
| Octal | 355 | 43 | 317 | 0 | 125 | 15 | 7 | 465 | 125 | 65 |
| Binary | 11101101 | 100011 | 11001111 | 0 | 1010101 | 1101 | 111 | 100110101 | 1010101 | 110101 |
Color Harmonies of #ED23CF
Complementary color
Monochromatic Colors of #ED23CF
Black with #ED23CF
Text Example
Text Example
White with #ED23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED23CF; }
p { color: rgb(237,35,207); }
H1.HeaderClassName
{
color: #ED23CF;
}
.AnyTagClassName
{
color: #ED23CF;
}
</style>
background-color css
<style>
a { background-color: #ED23CF; }
a { background-color: rgb(237,35,207); }
div.DivClassName
{
background-color: #ED23CF;
}
.BgClassName
{
background-color: #ED23CF;
}
</style>
border-color css
<style>
span { border-color: #ED23CF; }
span { border-color: rgb(237,35,207); }
td.TdClassName
{
border-color: #ED23CF;
}
.TagClassName
{
border-color: #ED23CF;
}
</style>