Shades of Razzle Dazzle Rose #EF3BCC
Tints of Razzle Dazzle Rose #EF3BCC
RGB
CMYK
RGB Variations
Color information
#EF3BCC (or 0xEF3BCC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3B and CC. RGB value is (239,59,204). Sum of RGB (Red+Green+Blue) = 239+59+204=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BCC is #10C433. Grayscale: #808080. Windows color (decimal): -1098804 or 13384687. OLE color: 13384687.
HSL color Cylindrical-coordinate representation of color #EF3BCC: hue angle of 311.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3BCC is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 59 | 204 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.06 |
| HSL | 311.67º | 0.85% | 0.58% | - |
| HSV(B) | 311.67º | 0.75% | 0.94% | - |
| XYZ | 48.06 | 25.84 | 59.58 | - |
| YUV | 129.35 | 170.13 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 59 | 204 | 0 | 0.75 | 0.15 | 0.06 | 311.67 | 0.85 | 0.58 |
| Hex | EF | 3B | CC | 0 | 4B | F | 6 | 138 | 55 | 3A |
| Octal | 357 | 73 | 314 | 0 | 113 | 17 | 6 | 470 | 125 | 72 |
| Binary | 11101111 | 111011 | 11001100 | 0 | 1001011 | 1111 | 110 | 100111000 | 1010101 | 111010 |
Color Harmonies of #EF3BCC
Complementary color
Monochromatic Colors of #EF3BCC
Black with #EF3BCC
Text Example
Text Example
White with #EF3BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3BCC; }
p { color: rgb(239,59,204); }
H1.HeaderClassName
{
color: #EF3BCC;
}
.AnyTagClassName
{
color: #EF3BCC;
}
</style>
background-color css
<style>
a { background-color: #EF3BCC; }
a { background-color: rgb(239,59,204); }
div.DivClassName
{
background-color: #EF3BCC;
}
.BgClassName
{
background-color: #EF3BCC;
}
</style>
border-color css
<style>
span { border-color: #EF3BCC; }
span { border-color: rgb(239,59,204); }
td.TdClassName
{
border-color: #EF3BCC;
}
.TagClassName
{
border-color: #EF3BCC;
}
</style>