Shades of Razzle Dazzle Rose #EF35DF
Tints of Razzle Dazzle Rose #EF35DF
RGB
CMYK
RGB Variations
Color information
#EF35DF (or 0xEF35DF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 35 and DF. RGB value is (239,53,223). Sum of RGB (Red+Green+Blue) = 239+53+223=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 53 (21.09% from 255 or 10.29% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF35DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF35DF is #10CA20. Grayscale: #7F7F7F. Windows color (decimal): -1100321 or 14628335. OLE color: 14628335.
HSL color Cylindrical-coordinate representation of color #EF35DF: hue angle of 305.16º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF35DF is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 223 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.06 |
| HSL | 305.16º | 0.85% | 0.57% | - |
| HSV(B) | 305.16º | 0.78% | 0.94% | - |
| XYZ | 50.19 | 26.22 | 72.23 | - |
| YUV | 127.99 | 181.62 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 223 | 0 | 0.78 | 0.07 | 0.06 | 305.16 | 0.85 | 0.57 |
| Hex | EF | 35 | DF | 0 | 4E | 7 | 6 | 131 | 55 | 39 |
| Octal | 357 | 65 | 337 | 0 | 116 | 7 | 6 | 461 | 125 | 71 |
| Binary | 11101111 | 110101 | 11011111 | 0 | 1001110 | 111 | 110 | 100110001 | 1010101 | 111001 |
Color Harmonies of #EF35DF
Complementary color
Monochromatic Colors of #EF35DF
Black with #EF35DF
Text Example
Text Example
White with #EF35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF35DF; }
p { color: rgb(239,53,223); }
H1.HeaderClassName
{
color: #EF35DF;
}
.AnyTagClassName
{
color: #EF35DF;
}
</style>
background-color css
<style>
a { background-color: #EF35DF; }
a { background-color: rgb(239,53,223); }
div.DivClassName
{
background-color: #EF35DF;
}
.BgClassName
{
background-color: #EF35DF;
}
</style>
border-color css
<style>
span { border-color: #EF35DF; }
span { border-color: rgb(239,53,223); }
td.TdClassName
{
border-color: #EF35DF;
}
.TagClassName
{
border-color: #EF35DF;
}
</style>