Shades of Razzle Dazzle Rose #EF47CE
Tints of Razzle Dazzle Rose #EF47CE
RGB
CMYK
RGB Variations
Color information
#EF47CE (or 0xEF47CE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 47 and CE. RGB value is (239,71,206). Sum of RGB (Red+Green+Blue) = 239+71+206=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF47CE is #10B831. Grayscale: #888888. Windows color (decimal): -1095730 or 13518831. OLE color: 13518831.
HSL color Cylindrical-coordinate representation of color #EF47CE: hue angle of 311.79º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF47CE is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 206 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.06 |
| HSL | 311.79º | 0.84% | 0.61% | - |
| HSV(B) | 311.79º | 0.7% | 0.94% | - |
| XYZ | 48.99 | 27.31 | 61.08 | - |
| YUV | 136.62 | 167.16 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 206 | 0 | 0.70 | 0.14 | 0.06 | 311.79 | 0.84 | 0.61 |
| Hex | EF | 47 | CE | 0 | 46 | E | 6 | 138 | 54 | 3D |
| Octal | 357 | 107 | 316 | 0 | 106 | 16 | 6 | 470 | 124 | 75 |
| Binary | 11101111 | 1000111 | 11001110 | 0 | 1000110 | 1110 | 110 | 100111000 | 1010100 | 111101 |
Color Harmonies of #EF47CE
Complementary color
Monochromatic Colors of #EF47CE
Black with #EF47CE
Text Example
Text Example
White with #EF47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF47CE; }
p { color: rgb(239,71,206); }
H1.HeaderClassName
{
color: #EF47CE;
}
.AnyTagClassName
{
color: #EF47CE;
}
</style>
background-color css
<style>
a { background-color: #EF47CE; }
a { background-color: rgb(239,71,206); }
div.DivClassName
{
background-color: #EF47CE;
}
.BgClassName
{
background-color: #EF47CE;
}
</style>
border-color css
<style>
span { border-color: #EF47CE; }
span { border-color: rgb(239,71,206); }
td.TdClassName
{
border-color: #EF47CE;
}
.TagClassName
{
border-color: #EF47CE;
}
</style>