Shades of Razzle Dazzle Rose #ED23DA
Tints of Razzle Dazzle Rose #ED23DA
RGB
CMYK
RGB Variations
Color information
#ED23DA (or 0xED23DA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 23 and DA. RGB value is (237,35,218). Sum of RGB (Red+Green+Blue) = 237+35+218=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 35 (14.06% from 255 or 7.14% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23DA is #12DC25. Grayscale: #737373. Windows color (decimal): -1236006 or 14296045. OLE color: 14296045.
HSL color Cylindrical-coordinate representation of color #ED23DA: hue angle of 305.64º 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 #ED23DA is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 218 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.07 |
| HSL | 305.64º | 0.85% | 0.53% | - |
| HSV(B) | 305.64º | 0.85% | 0.93% | - |
| XYZ | 48.18 | 24.27 | 68.47 | - |
| YUV | 116.26 | 185.42 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 218 | 0 | 0.85 | 0.08 | 0.07 | 305.64 | 0.85 | 0.53 |
| Hex | ED | 23 | DA | 0 | 55 | 8 | 7 | 132 | 55 | 35 |
| Octal | 355 | 43 | 332 | 0 | 125 | 10 | 7 | 462 | 125 | 65 |
| Binary | 11101101 | 100011 | 11011010 | 0 | 1010101 | 1000 | 111 | 100110010 | 1010101 | 110101 |
Color Harmonies of #ED23DA
Complementary color
Monochromatic Colors of #ED23DA
Black with #ED23DA
Text Example
Text Example
White with #ED23DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED23DA; }
p { color: rgb(237,35,218); }
H1.HeaderClassName
{
color: #ED23DA;
}
.AnyTagClassName
{
color: #ED23DA;
}
</style>
background-color css
<style>
a { background-color: #ED23DA; }
a { background-color: rgb(237,35,218); }
div.DivClassName
{
background-color: #ED23DA;
}
.BgClassName
{
background-color: #ED23DA;
}
</style>
border-color css
<style>
span { border-color: #ED23DA; }
span { border-color: rgb(237,35,218); }
td.TdClassName
{
border-color: #ED23DA;
}
.TagClassName
{
border-color: #ED23DA;
}
</style>