Shades of Razzle Dazzle Rose #ED27DF
Tints of Razzle Dazzle Rose #ED27DF
RGB
CMYK
RGB Variations
Color information
#ED27DF (or 0xED27DF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 27 and DF. RGB value is (237,39,223). Sum of RGB (Red+Green+Blue) = 237+39+223=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 39 (15.62% from 255 or 7.82% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED27DF is #12D820. Grayscale: #767676. Windows color (decimal): -1234977 or 14624749. OLE color: 14624749.
HSL color Cylindrical-coordinate representation of color #ED27DF: hue angle of 304.24º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED27DF is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 223 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.07 |
| HSL | 304.24º | 0.85% | 0.54% | - |
| HSV(B) | 304.24º | 0.84% | 0.93% | - |
| XYZ | 48.97 | 24.78 | 72.01 | - |
| YUV | 119.18 | 186.6 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 223 | 0 | 0.84 | 0.06 | 0.07 | 304.24 | 0.85 | 0.54 |
| Hex | ED | 27 | DF | 0 | 54 | 6 | 7 | 130 | 55 | 36 |
| Octal | 355 | 47 | 337 | 0 | 124 | 6 | 7 | 460 | 125 | 66 |
| Binary | 11101101 | 100111 | 11011111 | 0 | 1010100 | 110 | 111 | 100110000 | 1010101 | 110110 |
Color Harmonies of #ED27DF
Complementary color
Monochromatic Colors of #ED27DF
Black with #ED27DF
Text Example
Text Example
White with #ED27DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED27DF; }
p { color: rgb(237,39,223); }
H1.HeaderClassName
{
color: #ED27DF;
}
.AnyTagClassName
{
color: #ED27DF;
}
</style>
background-color css
<style>
a { background-color: #ED27DF; }
a { background-color: rgb(237,39,223); }
div.DivClassName
{
background-color: #ED27DF;
}
.BgClassName
{
background-color: #ED27DF;
}
</style>
border-color css
<style>
span { border-color: #ED27DF; }
span { border-color: rgb(237,39,223); }
td.TdClassName
{
border-color: #ED27DF;
}
.TagClassName
{
border-color: #ED27DF;
}
</style>