Shades of Razzle Dazzle Rose #ED23C5
Tints of Razzle Dazzle Rose #ED23C5
RGB
CMYK
RGB Variations
Color information
#ED23C5 (or 0xED23C5) is known color: Razzle Dazzle Rose. HEX triplet: ED, 23 and C5. RGB value is (237,35,197). Sum of RGB (Red+Green+Blue) = 237+35+197=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23C5 is #12DC3A. Grayscale: #717171. Windows color (decimal): -1236027 or 12919789. OLE color: 12919789.
HSL color Cylindrical-coordinate representation of color #ED23C5: hue angle of 311.88º 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 #ED23C5 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 197 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.07 |
| HSL | 311.88º | 0.85% | 0.53% | - |
| HSV(B) | 311.88º | 0.85% | 0.93% | - |
| XYZ | 45.6 | 23.24 | 54.91 | - |
| YUV | 113.87 | 174.92 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 197 | 0 | 0.85 | 0.17 | 0.07 | 311.88 | 0.85 | 0.53 |
| Hex | ED | 23 | C5 | 0 | 55 | 11 | 7 | 138 | 55 | 35 |
| Octal | 355 | 43 | 305 | 0 | 125 | 21 | 7 | 470 | 125 | 65 |
| Binary | 11101101 | 100011 | 11000101 | 0 | 1010101 | 10001 | 111 | 100111000 | 1010101 | 110101 |
Color Harmonies of #ED23C5
Complementary color
Monochromatic Colors of #ED23C5
Black with #ED23C5
Text Example
Text Example
White with #ED23C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED23C5; }
p { color: rgb(237,35,197); }
H1.HeaderClassName
{
color: #ED23C5;
}
.AnyTagClassName
{
color: #ED23C5;
}
</style>
background-color css
<style>
a { background-color: #ED23C5; }
a { background-color: rgb(237,35,197); }
div.DivClassName
{
background-color: #ED23C5;
}
.BgClassName
{
background-color: #ED23C5;
}
</style>
border-color css
<style>
span { border-color: #ED23C5; }
span { border-color: rgb(237,35,197); }
td.TdClassName
{
border-color: #ED23C5;
}
.TagClassName
{
border-color: #ED23C5;
}
</style>