Shades of Razzle Dazzle Rose #EF3ADF
Tints of Razzle Dazzle Rose #EF3ADF
RGB
CMYK
RGB Variations
Color information
#EF3ADF (or 0xEF3ADF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3A and DF. RGB value is (239,58,223). Sum of RGB (Red+Green+Blue) = 239+58+223=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 58 (23.05% from 255 or 11.15% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ADF is #10C520. Grayscale: #828282. Windows color (decimal): -1099041 or 14629615. OLE color: 14629615.
HSL color Cylindrical-coordinate representation of color #EF3ADF: hue angle of 305.3º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3ADF is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 223 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.06 |
| HSL | 305.3º | 0.85% | 0.58% | - |
| HSV(B) | 305.3º | 0.76% | 0.94% | - |
| XYZ | 50.43 | 26.7 | 72.31 | - |
| YUV | 130.93 | 179.97 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 223 | 0 | 0.76 | 0.07 | 0.06 | 305.3 | 0.85 | 0.58 |
| Hex | EF | 3A | DF | 0 | 4C | 7 | 6 | 131 | 55 | 3A |
| Octal | 357 | 72 | 337 | 0 | 114 | 7 | 6 | 461 | 125 | 72 |
| Binary | 11101111 | 111010 | 11011111 | 0 | 1001100 | 111 | 110 | 100110001 | 1010101 | 111010 |
Color Harmonies of #EF3ADF
Complementary color
Monochromatic Colors of #EF3ADF
Black with #EF3ADF
Text Example
Text Example
White with #EF3ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3ADF; }
p { color: rgb(239,58,223); }
H1.HeaderClassName
{
color: #EF3ADF;
}
.AnyTagClassName
{
color: #EF3ADF;
}
</style>
background-color css
<style>
a { background-color: #EF3ADF; }
a { background-color: rgb(239,58,223); }
div.DivClassName
{
background-color: #EF3ADF;
}
.BgClassName
{
background-color: #EF3ADF;
}
</style>
border-color css
<style>
span { border-color: #EF3ADF; }
span { border-color: rgb(239,58,223); }
td.TdClassName
{
border-color: #EF3ADF;
}
.TagClassName
{
border-color: #EF3ADF;
}
</style>