Shades of Razzle Dazzle Rose #EF1FDC
Tints of Razzle Dazzle Rose #EF1FDC
RGB
CMYK
RGB Variations
Color information
#EF1FDC (or 0xEF1FDC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1F and DC. RGB value is (239,31,220). Sum of RGB (Red+Green+Blue) = 239+31+220=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 31 (12.5% from 255 or 6.33% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1FDC is #10E023. Grayscale: #727272. Windows color (decimal): -1105956 or 14426095. OLE color: 14426095.
HSL color Cylindrical-coordinate representation of color #EF1FDC: hue angle of 305.48º 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 #EF1FDC is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 220 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.06 |
| HSL | 305.48º | 0.87% | 0.53% | - |
| HSV(B) | 305.48º | 0.87% | 0.94% | - |
| XYZ | 49 | 24.5 | 69.86 | - |
| YUV | 114.74 | 187.41 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 220 | 0 | 0.87 | 0.08 | 0.06 | 305.48 | 0.87 | 0.53 |
| Hex | EF | 1F | DC | 0 | 57 | 8 | 6 | 131 | 57 | 35 |
| Octal | 357 | 37 | 334 | 0 | 127 | 10 | 6 | 461 | 127 | 65 |
| Binary | 11101111 | 11111 | 11011100 | 0 | 1010111 | 1000 | 110 | 100110001 | 1010111 | 110101 |
Color Harmonies of #EF1FDC
Complementary color
Monochromatic Colors of #EF1FDC
Black with #EF1FDC
Text Example
Text Example
White with #EF1FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1FDC; }
p { color: rgb(239,31,220); }
H1.HeaderClassName
{
color: #EF1FDC;
}
.AnyTagClassName
{
color: #EF1FDC;
}
</style>
background-color css
<style>
a { background-color: #EF1FDC; }
a { background-color: rgb(239,31,220); }
div.DivClassName
{
background-color: #EF1FDC;
}
.BgClassName
{
background-color: #EF1FDC;
}
</style>
border-color css
<style>
span { border-color: #EF1FDC; }
span { border-color: rgb(239,31,220); }
td.TdClassName
{
border-color: #EF1FDC;
}
.TagClassName
{
border-color: #EF1FDC;
}
</style>