Shades of Razzle Dazzle Rose #EF3DDF
Tints of Razzle Dazzle Rose #EF3DDF
RGB
CMYK
RGB Variations
Color information
#EF3DDF (or 0xEF3DDF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3D and DF. RGB value is (239,61,223). Sum of RGB (Red+Green+Blue) = 239+61+223=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 61 (24.22% from 255 or 11.66% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DDF is #10C220. Grayscale: #848484. Windows color (decimal): -1098273 or 14630383. OLE color: 14630383.
HSL color Cylindrical-coordinate representation of color #EF3DDF: hue angle of 305.39º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3DDF is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 223 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.06 |
| HSL | 305.39º | 0.85% | 0.59% | - |
| HSV(B) | 305.39º | 0.74% | 0.94% | - |
| XYZ | 50.58 | 27.02 | 72.36 | - |
| YUV | 132.69 | 178.97 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 223 | 0 | 0.74 | 0.07 | 0.06 | 305.39 | 0.85 | 0.59 |
| Hex | EF | 3D | DF | 0 | 4A | 7 | 6 | 131 | 55 | 3B |
| Octal | 357 | 75 | 337 | 0 | 112 | 7 | 6 | 461 | 125 | 73 |
| Binary | 11101111 | 111101 | 11011111 | 0 | 1001010 | 111 | 110 | 100110001 | 1010101 | 111011 |
Color Harmonies of #EF3DDF
Complementary color
Monochromatic Colors of #EF3DDF
Black with #EF3DDF
Text Example
Text Example
White with #EF3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3DDF; }
p { color: rgb(239,61,223); }
H1.HeaderClassName
{
color: #EF3DDF;
}
.AnyTagClassName
{
color: #EF3DDF;
}
</style>
background-color css
<style>
a { background-color: #EF3DDF; }
a { background-color: rgb(239,61,223); }
div.DivClassName
{
background-color: #EF3DDF;
}
.BgClassName
{
background-color: #EF3DDF;
}
</style>
border-color css
<style>
span { border-color: #EF3DDF; }
span { border-color: rgb(239,61,223); }
td.TdClassName
{
border-color: #EF3DDF;
}
.TagClassName
{
border-color: #EF3DDF;
}
</style>