Shades of Razzle Dazzle Rose #EF3DDA
Tints of Razzle Dazzle Rose #EF3DDA
RGB
CMYK
RGB Variations
Color information
#EF3DDA (or 0xEF3DDA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3D and DA. RGB value is (239,61,218). Sum of RGB (Red+Green+Blue) = 239+61+218=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DDA is #10C225. Grayscale: #838383. Windows color (decimal): -1098278 or 14302703. OLE color: 14302703.
HSL color Cylindrical-coordinate representation of color #EF3DDA: hue angle of 307.08º 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 #EF3DDA is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 218 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.06 |
| HSL | 307.08º | 0.85% | 0.59% | - |
| HSV(B) | 307.08º | 0.74% | 0.94% | - |
| XYZ | 49.92 | 26.75 | 68.86 | - |
| YUV | 132.12 | 176.47 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 218 | 0 | 0.74 | 0.09 | 0.06 | 307.08 | 0.85 | 0.59 |
| Hex | EF | 3D | DA | 0 | 4A | 9 | 6 | 133 | 55 | 3B |
| Octal | 357 | 75 | 332 | 0 | 112 | 11 | 6 | 463 | 125 | 73 |
| Binary | 11101111 | 111101 | 11011010 | 0 | 1001010 | 1001 | 110 | 100110011 | 1010101 | 111011 |
Color Harmonies of #EF3DDA
Complementary color
Monochromatic Colors of #EF3DDA
Black with #EF3DDA
Text Example
Text Example
White with #EF3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3DDA; }
p { color: rgb(239,61,218); }
H1.HeaderClassName
{
color: #EF3DDA;
}
.AnyTagClassName
{
color: #EF3DDA;
}
</style>
background-color css
<style>
a { background-color: #EF3DDA; }
a { background-color: rgb(239,61,218); }
div.DivClassName
{
background-color: #EF3DDA;
}
.BgClassName
{
background-color: #EF3DDA;
}
</style>
border-color css
<style>
span { border-color: #EF3DDA; }
span { border-color: rgb(239,61,218); }
td.TdClassName
{
border-color: #EF3DDA;
}
.TagClassName
{
border-color: #EF3DDA;
}
</style>