Shades of Razzle Dazzle Rose #ED2FDD
Tints of Razzle Dazzle Rose #ED2FDD
RGB
CMYK
RGB Variations
Color information
#ED2FDD (or 0xED2FDD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and DD. RGB value is (237,47,221). Sum of RGB (Red+Green+Blue) = 237+47+221=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 47 (18.75% from 255 or 9.31% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FDD is #12D022. Grayscale: #7B7B7B. Windows color (decimal): -1232931 or 14495725. OLE color: 14495725.
HSL color Cylindrical-coordinate representation of color #ED2FDD: hue angle of 305.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2FDD is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 221 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.07 |
| HSL | 305.05º | 0.84% | 0.56% | - |
| HSV(B) | 305.05º | 0.8% | 0.93% | - |
| XYZ | 48.99 | 25.26 | 70.7 | - |
| YUV | 123.65 | 182.95 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 221 | 0 | 0.80 | 0.07 | 0.07 | 305.05 | 0.84 | 0.56 |
| Hex | ED | 2F | DD | 0 | 50 | 7 | 7 | 131 | 54 | 38 |
| Octal | 355 | 57 | 335 | 0 | 120 | 7 | 7 | 461 | 124 | 70 |
| Binary | 11101101 | 101111 | 11011101 | 0 | 1010000 | 111 | 111 | 100110001 | 1010100 | 111000 |
Color Harmonies of #ED2FDD
Complementary color
Monochromatic Colors of #ED2FDD
Black with #ED2FDD
Text Example
Text Example
White with #ED2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2FDD; }
p { color: rgb(237,47,221); }
H1.HeaderClassName
{
color: #ED2FDD;
}
.AnyTagClassName
{
color: #ED2FDD;
}
</style>
background-color css
<style>
a { background-color: #ED2FDD; }
a { background-color: rgb(237,47,221); }
div.DivClassName
{
background-color: #ED2FDD;
}
.BgClassName
{
background-color: #ED2FDD;
}
</style>
border-color css
<style>
span { border-color: #ED2FDD; }
span { border-color: rgb(237,47,221); }
td.TdClassName
{
border-color: #ED2FDD;
}
.TagClassName
{
border-color: #ED2FDD;
}
</style>