Shades of Razzle Dazzle Rose #EF3CDF
Tints of Razzle Dazzle Rose #EF3CDF
RGB
CMYK
RGB Variations
Color information
#EF3CDF (or 0xEF3CDF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3C and DF. RGB value is (239,60,223). Sum of RGB (Red+Green+Blue) = 239+60+223=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 60 (23.83% from 255 or 11.49% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3CDF is #10C320. Grayscale: #838383. Windows color (decimal): -1098529 or 14630127. OLE color: 14630127.
HSL color Cylindrical-coordinate representation of color #EF3CDF: hue angle of 305.36º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3CDF is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 223 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.06 |
| HSL | 305.36º | 0.85% | 0.59% | - |
| HSV(B) | 305.36º | 0.75% | 0.94% | - |
| XYZ | 50.53 | 26.91 | 72.34 | - |
| YUV | 132.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 223 | 0 | 0.75 | 0.07 | 0.06 | 305.36 | 0.85 | 0.59 |
| Hex | EF | 3C | DF | 0 | 4B | 7 | 6 | 131 | 55 | 3B |
| Octal | 357 | 74 | 337 | 0 | 113 | 7 | 6 | 461 | 125 | 73 |
| Binary | 11101111 | 111100 | 11011111 | 0 | 1001011 | 111 | 110 | 100110001 | 1010101 | 111011 |
Color Harmonies of #EF3CDF
Complementary color
Monochromatic Colors of #EF3CDF
Black with #EF3CDF
Text Example
Text Example
White with #EF3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3CDF; }
p { color: rgb(239,60,223); }
H1.HeaderClassName
{
color: #EF3CDF;
}
.AnyTagClassName
{
color: #EF3CDF;
}
</style>
background-color css
<style>
a { background-color: #EF3CDF; }
a { background-color: rgb(239,60,223); }
div.DivClassName
{
background-color: #EF3CDF;
}
.BgClassName
{
background-color: #EF3CDF;
}
</style>
border-color css
<style>
span { border-color: #EF3CDF; }
span { border-color: rgb(239,60,223); }
td.TdClassName
{
border-color: #EF3CDF;
}
.TagClassName
{
border-color: #EF3CDF;
}
</style>