Shades of Razzle Dazzle Rose #EF36D2
Tints of Razzle Dazzle Rose #EF36D2
RGB
CMYK
RGB Variations
Color information
#EF36D2 (or 0xEF36D2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 36 and D2. RGB value is (239,54,210). Sum of RGB (Red+Green+Blue) = 239+54+210=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 54 (21.48% from 255 or 10.74% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF36D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF36D2 is #10C92D. Grayscale: #7E7E7E. Windows color (decimal): -1100078 or 13776623. OLE color: 13776623.
HSL color Cylindrical-coordinate representation of color #EF36D2: hue angle of 309.41º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF36D2 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 210 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.06 |
| HSL | 309.41º | 0.85% | 0.57% | - |
| HSV(B) | 309.41º | 0.77% | 0.94% | - |
| XYZ | 48.55 | 25.64 | 63.36 | - |
| YUV | 127.1 | 174.79 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 210 | 0 | 0.77 | 0.12 | 0.06 | 309.41 | 0.85 | 0.57 |
| Hex | EF | 36 | D2 | 0 | 4D | C | 6 | 135 | 55 | 39 |
| Octal | 357 | 66 | 322 | 0 | 115 | 14 | 6 | 465 | 125 | 71 |
| Binary | 11101111 | 110110 | 11010010 | 0 | 1001101 | 1100 | 110 | 100110101 | 1010101 | 111001 |
Color Harmonies of #EF36D2
Complementary color
Monochromatic Colors of #EF36D2
Black with #EF36D2
Text Example
Text Example
White with #EF36D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF36D2; }
p { color: rgb(239,54,210); }
H1.HeaderClassName
{
color: #EF36D2;
}
.AnyTagClassName
{
color: #EF36D2;
}
</style>
background-color css
<style>
a { background-color: #EF36D2; }
a { background-color: rgb(239,54,210); }
div.DivClassName
{
background-color: #EF36D2;
}
.BgClassName
{
background-color: #EF36D2;
}
</style>
border-color css
<style>
span { border-color: #EF36D2; }
span { border-color: rgb(239,54,210); }
td.TdClassName
{
border-color: #EF36D2;
}
.TagClassName
{
border-color: #EF36D2;
}
</style>