Shades of Razzle Dazzle Rose #ED2BDF
Tints of Razzle Dazzle Rose #ED2BDF
RGB
CMYK
RGB Variations
Color information
#ED2BDF (or 0xED2BDF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and DF. RGB value is (237,43,223). Sum of RGB (Red+Green+Blue) = 237+43+223=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 43 (17.19% from 255 or 8.55% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BDF is #12D420. Grayscale: #797979. Windows color (decimal): -1233953 or 14625773. OLE color: 14625773.
HSL color Cylindrical-coordinate representation of color #ED2BDF: hue angle of 304.33º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2BDF is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 223 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.07 |
| HSL | 304.33º | 0.84% | 0.55% | - |
| HSV(B) | 304.33º | 0.82% | 0.93% | - |
| XYZ | 49.11 | 25.06 | 72.06 | - |
| YUV | 121.53 | 185.27 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 223 | 0 | 0.82 | 0.06 | 0.07 | 304.33 | 0.84 | 0.55 |
| Hex | ED | 2B | DF | 0 | 52 | 6 | 7 | 130 | 54 | 37 |
| Octal | 355 | 53 | 337 | 0 | 122 | 6 | 7 | 460 | 124 | 67 |
| Binary | 11101101 | 101011 | 11011111 | 0 | 1010010 | 110 | 111 | 100110000 | 1010100 | 110111 |
Color Harmonies of #ED2BDF
Complementary color
Monochromatic Colors of #ED2BDF
Black with #ED2BDF
Text Example
Text Example
White with #ED2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BDF; }
p { color: rgb(237,43,223); }
H1.HeaderClassName
{
color: #ED2BDF;
}
.AnyTagClassName
{
color: #ED2BDF;
}
</style>
background-color css
<style>
a { background-color: #ED2BDF; }
a { background-color: rgb(237,43,223); }
div.DivClassName
{
background-color: #ED2BDF;
}
.BgClassName
{
background-color: #ED2BDF;
}
</style>
border-color css
<style>
span { border-color: #ED2BDF; }
span { border-color: rgb(237,43,223); }
td.TdClassName
{
border-color: #ED2BDF;
}
.TagClassName
{
border-color: #ED2BDF;
}
</style>