Shades of Razzle Dazzle Rose #EF1EDC
Tints of Razzle Dazzle Rose #EF1EDC
RGB
CMYK
RGB Variations
Color information
#EF1EDC (or 0xEF1EDC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1E and DC. RGB value is (239,30,220). Sum of RGB (Red+Green+Blue) = 239+30+220=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1EDC is #10E123. Grayscale: #717171. Windows color (decimal): -1106212 or 14425839. OLE color: 14425839.
HSL color Cylindrical-coordinate representation of color #EF1EDC: hue angle of 305.45º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1EDC is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 220 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.06 |
| HSL | 305.45º | 0.87% | 0.53% | - |
| HSV(B) | 305.45º | 0.87% | 0.94% | - |
| XYZ | 48.98 | 24.45 | 69.85 | - |
| YUV | 114.15 | 187.74 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 220 | 0 | 0.87 | 0.08 | 0.06 | 305.45 | 0.87 | 0.53 |
| Hex | EF | 1E | DC | 0 | 57 | 8 | 6 | 131 | 57 | 35 |
| Octal | 357 | 36 | 334 | 0 | 127 | 10 | 6 | 461 | 127 | 65 |
| Binary | 11101111 | 11110 | 11011100 | 0 | 1010111 | 1000 | 110 | 100110001 | 1010111 | 110101 |
Color Harmonies of #EF1EDC
Complementary color
Monochromatic Colors of #EF1EDC
Black with #EF1EDC
Text Example
Text Example
White with #EF1EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1EDC; }
p { color: rgb(239,30,220); }
H1.HeaderClassName
{
color: #EF1EDC;
}
.AnyTagClassName
{
color: #EF1EDC;
}
</style>
background-color css
<style>
a { background-color: #EF1EDC; }
a { background-color: rgb(239,30,220); }
div.DivClassName
{
background-color: #EF1EDC;
}
.BgClassName
{
background-color: #EF1EDC;
}
</style>
border-color css
<style>
span { border-color: #EF1EDC; }
span { border-color: rgb(239,30,220); }
td.TdClassName
{
border-color: #EF1EDC;
}
.TagClassName
{
border-color: #EF1EDC;
}
</style>