Shades of Razzle Dazzle Rose #EF3FD4
Tints of Razzle Dazzle Rose #EF3FD4
RGB
CMYK
RGB Variations
Color information
#EF3FD4 (or 0xEF3FD4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3F and D4. RGB value is (239,63,212). Sum of RGB (Red+Green+Blue) = 239+63+212=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 63 (25% from 255 or 12.26% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3FD4 is #10C02B. Grayscale: #848484. Windows color (decimal): -1097772 or 13909999. OLE color: 13909999.
HSL color Cylindrical-coordinate representation of color #EF3FD4: hue angle of 309.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3FD4 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 212 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.06 |
| HSL | 309.2º | 0.85% | 0.59% | - |
| HSV(B) | 309.2º | 0.74% | 0.94% | - |
| XYZ | 49.26 | 26.66 | 64.84 | - |
| YUV | 132.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 212 | 0 | 0.74 | 0.11 | 0.06 | 309.2 | 0.85 | 0.59 |
| Hex | EF | 3F | D4 | 0 | 4A | B | 6 | 135 | 55 | 3B |
| Octal | 357 | 77 | 324 | 0 | 112 | 13 | 6 | 465 | 125 | 73 |
| Binary | 11101111 | 111111 | 11010100 | 0 | 1001010 | 1011 | 110 | 100110101 | 1010101 | 111011 |
Color Harmonies of #EF3FD4
Complementary color
Monochromatic Colors of #EF3FD4
Black with #EF3FD4
Text Example
Text Example
White with #EF3FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3FD4; }
p { color: rgb(239,63,212); }
H1.HeaderClassName
{
color: #EF3FD4;
}
.AnyTagClassName
{
color: #EF3FD4;
}
</style>
background-color css
<style>
a { background-color: #EF3FD4; }
a { background-color: rgb(239,63,212); }
div.DivClassName
{
background-color: #EF3FD4;
}
.BgClassName
{
background-color: #EF3FD4;
}
</style>
border-color css
<style>
span { border-color: #EF3FD4; }
span { border-color: rgb(239,63,212); }
td.TdClassName
{
border-color: #EF3FD4;
}
.TagClassName
{
border-color: #EF3FD4;
}
</style>