Shades of Razzle Dazzle Rose #ED27DC
Tints of Razzle Dazzle Rose #ED27DC
RGB
CMYK
RGB Variations
Color information
#ED27DC (or 0xED27DC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 27 and DC. RGB value is (237,39,220). Sum of RGB (Red+Green+Blue) = 237+39+220=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 39 (15.62% from 255 or 7.86% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED27DC is #12D823. Grayscale: #767676. Windows color (decimal): -1234980 or 14428141. OLE color: 14428141.
HSL color Cylindrical-coordinate representation of color #ED27DC: hue angle of 305.15º 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 #ED27DC is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 220 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.07 |
| HSL | 305.15º | 0.85% | 0.54% | - |
| HSV(B) | 305.15º | 0.84% | 0.93% | - |
| XYZ | 48.57 | 24.62 | 69.9 | - |
| YUV | 118.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 220 | 0 | 0.84 | 0.07 | 0.07 | 305.15 | 0.85 | 0.54 |
| Hex | ED | 27 | DC | 0 | 54 | 7 | 7 | 131 | 55 | 36 |
| Octal | 355 | 47 | 334 | 0 | 124 | 7 | 7 | 461 | 125 | 66 |
| Binary | 11101101 | 100111 | 11011100 | 0 | 1010100 | 111 | 111 | 100110001 | 1010101 | 110110 |
Color Harmonies of #ED27DC
Complementary color
Monochromatic Colors of #ED27DC
Black with #ED27DC
Text Example
Text Example
White with #ED27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED27DC; }
p { color: rgb(237,39,220); }
H1.HeaderClassName
{
color: #ED27DC;
}
.AnyTagClassName
{
color: #ED27DC;
}
</style>
background-color css
<style>
a { background-color: #ED27DC; }
a { background-color: rgb(237,39,220); }
div.DivClassName
{
background-color: #ED27DC;
}
.BgClassName
{
background-color: #ED27DC;
}
</style>
border-color css
<style>
span { border-color: #ED27DC; }
span { border-color: rgb(237,39,220); }
td.TdClassName
{
border-color: #ED27DC;
}
.TagClassName
{
border-color: #ED27DC;
}
</style>