Shades of Razzle Dazzle Rose #ED23D4
Tints of Razzle Dazzle Rose #ED23D4
RGB
CMYK
RGB Variations
Color information
#ED23D4 (or 0xED23D4) is known color: Razzle Dazzle Rose. HEX triplet: ED, 23 and D4. RGB value is (237,35,212). Sum of RGB (Red+Green+Blue) = 237+35+212=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 35 (14.06% from 255 or 7.23% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23D4 is #12DC2B. Grayscale: #737373. Windows color (decimal): -1236012 or 13902829. OLE color: 13902829.
HSL color Cylindrical-coordinate representation of color #ED23D4: hue angle of 307.43º 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 #ED23D4 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 212 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.07 |
| HSL | 307.43º | 0.85% | 0.53% | - |
| HSV(B) | 307.43º | 0.85% | 0.93% | - |
| XYZ | 47.41 | 23.96 | 64.41 | - |
| YUV | 115.58 | 182.42 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 212 | 0 | 0.85 | 0.11 | 0.07 | 307.43 | 0.85 | 0.53 |
| Hex | ED | 23 | D4 | 0 | 55 | B | 7 | 133 | 55 | 35 |
| Octal | 355 | 43 | 324 | 0 | 125 | 13 | 7 | 463 | 125 | 65 |
| Binary | 11101101 | 100011 | 11010100 | 0 | 1010101 | 1011 | 111 | 100110011 | 1010101 | 110101 |
Color Harmonies of #ED23D4
Complementary color
Monochromatic Colors of #ED23D4
Black with #ED23D4
Text Example
Text Example
White with #ED23D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED23D4; }
p { color: rgb(237,35,212); }
H1.HeaderClassName
{
color: #ED23D4;
}
.AnyTagClassName
{
color: #ED23D4;
}
</style>
background-color css
<style>
a { background-color: #ED23D4; }
a { background-color: rgb(237,35,212); }
div.DivClassName
{
background-color: #ED23D4;
}
.BgClassName
{
background-color: #ED23D4;
}
</style>
border-color css
<style>
span { border-color: #ED23D4; }
span { border-color: rgb(237,35,212); }
td.TdClassName
{
border-color: #ED23D4;
}
.TagClassName
{
border-color: #ED23D4;
}
</style>