Shades of Razzle Dazzle Rose #EF41D4
Tints of Razzle Dazzle Rose #EF41D4
RGB
CMYK
RGB Variations
Color information
#EF41D4 (or 0xEF41D4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 41 and D4. RGB value is (239,65,212). Sum of RGB (Red+Green+Blue) = 239+65+212=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF41D4 is #10BE2B. Grayscale: #858585. Windows color (decimal): -1097260 or 13910511. OLE color: 13910511.
HSL color Cylindrical-coordinate representation of color #EF41D4: hue angle of 309.31º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF41D4 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 212 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.06 |
| HSL | 309.31º | 0.84% | 0.6% | - |
| HSV(B) | 309.31º | 0.73% | 0.94% | - |
| XYZ | 49.37 | 26.88 | 64.87 | - |
| YUV | 133.78 | 172.15 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 212 | 0 | 0.73 | 0.11 | 0.06 | 309.31 | 0.84 | 0.6 |
| Hex | EF | 41 | D4 | 0 | 49 | B | 6 | 135 | 54 | 3C |
| Octal | 357 | 101 | 324 | 0 | 111 | 13 | 6 | 465 | 124 | 74 |
| Binary | 11101111 | 1000001 | 11010100 | 0 | 1001001 | 1011 | 110 | 100110101 | 1010100 | 111100 |
Color Harmonies of #EF41D4
Complementary color
Monochromatic Colors of #EF41D4
Black with #EF41D4
Text Example
Text Example
White with #EF41D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF41D4; }
p { color: rgb(239,65,212); }
H1.HeaderClassName
{
color: #EF41D4;
}
.AnyTagClassName
{
color: #EF41D4;
}
</style>
background-color css
<style>
a { background-color: #EF41D4; }
a { background-color: rgb(239,65,212); }
div.DivClassName
{
background-color: #EF41D4;
}
.BgClassName
{
background-color: #EF41D4;
}
</style>
border-color css
<style>
span { border-color: #EF41D4; }
span { border-color: rgb(239,65,212); }
td.TdClassName
{
border-color: #EF41D4;
}
.TagClassName
{
border-color: #EF41D4;
}
</style>