Shades of Razzle Dazzle Rose #EF27DC
Tints of Razzle Dazzle Rose #EF27DC
RGB
CMYK
RGB Variations
Color information
#EF27DC (or 0xEF27DC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and DC. RGB value is (239,39,220). Sum of RGB (Red+Green+Blue) = 239+39+220=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27DC is #10D823. Grayscale: #767676. Windows color (decimal): -1103908 or 14428143. OLE color: 14428143.
HSL color Cylindrical-coordinate representation of color #EF27DC: hue angle of 305.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF27DC is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 220 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.06 |
| HSL | 305.7º | 0.86% | 0.55% | - |
| HSV(B) | 305.7º | 0.84% | 0.94% | - |
| XYZ | 49.24 | 24.97 | 69.93 | - |
| YUV | 119.43 | 184.76 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 220 | 0 | 0.84 | 0.08 | 0.06 | 305.7 | 0.86 | 0.55 |
| Hex | EF | 27 | DC | 0 | 54 | 8 | 6 | 132 | 56 | 37 |
| Octal | 357 | 47 | 334 | 0 | 124 | 10 | 6 | 462 | 126 | 67 |
| Binary | 11101111 | 100111 | 11011100 | 0 | 1010100 | 1000 | 110 | 100110010 | 1010110 | 110111 |
Color Harmonies of #EF27DC
Complementary color
Monochromatic Colors of #EF27DC
Black with #EF27DC
Text Example
Text Example
White with #EF27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF27DC; }
p { color: rgb(239,39,220); }
H1.HeaderClassName
{
color: #EF27DC;
}
.AnyTagClassName
{
color: #EF27DC;
}
</style>
background-color css
<style>
a { background-color: #EF27DC; }
a { background-color: rgb(239,39,220); }
div.DivClassName
{
background-color: #EF27DC;
}
.BgClassName
{
background-color: #EF27DC;
}
</style>
border-color css
<style>
span { border-color: #EF27DC; }
span { border-color: rgb(239,39,220); }
td.TdClassName
{
border-color: #EF27DC;
}
.TagClassName
{
border-color: #EF27DC;
}
</style>