Shades of Razzle Dazzle Rose #EF40D4
Tints of Razzle Dazzle Rose #EF40D4
RGB
CMYK
RGB Variations
Color information
#EF40D4 (or 0xEF40D4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 40 and D4. RGB value is (239,64,212). Sum of RGB (Red+Green+Blue) = 239+64+212=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF40D4 is #10BF2B. Grayscale: #848484. Windows color (decimal): -1097516 or 13910255. OLE color: 13910255.
HSL color Cylindrical-coordinate representation of color #EF40D4: hue angle of 309.26º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF40D4 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 212 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.06 |
| HSL | 309.26º | 0.85% | 0.59% | - |
| HSV(B) | 309.26º | 0.73% | 0.94% | - |
| XYZ | 49.31 | 26.77 | 64.86 | - |
| YUV | 133.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 212 | 0 | 0.73 | 0.11 | 0.06 | 309.26 | 0.85 | 0.59 |
| Hex | EF | 40 | D4 | 0 | 49 | B | 6 | 135 | 55 | 3B |
| Octal | 357 | 100 | 324 | 0 | 111 | 13 | 6 | 465 | 125 | 73 |
| Binary | 11101111 | 1000000 | 11010100 | 0 | 1001001 | 1011 | 110 | 100110101 | 1010101 | 111011 |
Color Harmonies of #EF40D4
Complementary color
Monochromatic Colors of #EF40D4
Black with #EF40D4
Text Example
Text Example
White with #EF40D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40D4; }
p { color: rgb(239,64,212); }
H1.HeaderClassName
{
color: #EF40D4;
}
.AnyTagClassName
{
color: #EF40D4;
}
</style>
background-color css
<style>
a { background-color: #EF40D4; }
a { background-color: rgb(239,64,212); }
div.DivClassName
{
background-color: #EF40D4;
}
.BgClassName
{
background-color: #EF40D4;
}
</style>
border-color css
<style>
span { border-color: #EF40D4; }
span { border-color: rgb(239,64,212); }
td.TdClassName
{
border-color: #EF40D4;
}
.TagClassName
{
border-color: #EF40D4;
}
</style>