Shades of Razzle Dazzle Rose #EF3FD1
Tints of Razzle Dazzle Rose #EF3FD1
RGB
CMYK
RGB Variations
Color information
#EF3FD1 (or 0xEF3FD1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3F and D1. RGB value is (239,63,209). Sum of RGB (Red+Green+Blue) = 239+63+209=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3FD1 is #10C02E. Grayscale: #838383. Windows color (decimal): -1097775 or 13713391. OLE color: 13713391.
HSL color Cylindrical-coordinate representation of color #EF3FD1: hue angle of 310.23º 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 #EF3FD1 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 209 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.06 |
| HSL | 310.23º | 0.85% | 0.59% | - |
| HSV(B) | 310.23º | 0.74% | 0.94% | - |
| XYZ | 48.88 | 26.51 | 62.86 | - |
| YUV | 132.27 | 171.31 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 209 | 0 | 0.74 | 0.13 | 0.06 | 310.23 | 0.85 | 0.59 |
| Hex | EF | 3F | D1 | 0 | 4A | D | 6 | 136 | 55 | 3B |
| Octal | 357 | 77 | 321 | 0 | 112 | 15 | 6 | 466 | 125 | 73 |
| Binary | 11101111 | 111111 | 11010001 | 0 | 1001010 | 1101 | 110 | 100110110 | 1010101 | 111011 |
Color Harmonies of #EF3FD1
Complementary color
Monochromatic Colors of #EF3FD1
Black with #EF3FD1
Text Example
Text Example
White with #EF3FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3FD1; }
p { color: rgb(239,63,209); }
H1.HeaderClassName
{
color: #EF3FD1;
}
.AnyTagClassName
{
color: #EF3FD1;
}
</style>
background-color css
<style>
a { background-color: #EF3FD1; }
a { background-color: rgb(239,63,209); }
div.DivClassName
{
background-color: #EF3FD1;
}
.BgClassName
{
background-color: #EF3FD1;
}
</style>
border-color css
<style>
span { border-color: #EF3FD1; }
span { border-color: rgb(239,63,209); }
td.TdClassName
{
border-color: #EF3FD1;
}
.TagClassName
{
border-color: #EF3FD1;
}
</style>