Shades of Razzle Dazzle Rose #EF3BC2
Tints of Razzle Dazzle Rose #EF3BC2
RGB
CMYK
RGB Variations
Color information
#EF3BC2 (or 0xEF3BC2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3B and C2. RGB value is (239,59,194). Sum of RGB (Red+Green+Blue) = 239+59+194=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 59 (23.44% from 255 or 11.99% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BC2 is #10C43D. Grayscale: #7F7F7F. Windows color (decimal): -1098814 or 12729327. OLE color: 12729327.
HSL color Cylindrical-coordinate representation of color #EF3BC2: hue angle of 315º 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 #EF3BC2 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 59 | 194 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.06 |
| HSL | 315º | 0.85% | 0.58% | - |
| HSV(B) | 315º | 0.75% | 0.94% | - |
| XYZ | 46.9 | 25.37 | 53.46 | - |
| YUV | 128.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 59 | 194 | 0 | 0.75 | 0.19 | 0.06 | 315 | 0.85 | 0.58 |
| Hex | EF | 3B | C2 | 0 | 4B | 13 | 6 | 13B | 55 | 3A |
| Octal | 357 | 73 | 302 | 0 | 113 | 23 | 6 | 473 | 125 | 72 |
| Binary | 11101111 | 111011 | 11000010 | 0 | 1001011 | 10011 | 110 | 100111011 | 1010101 | 111010 |
Color Harmonies of #EF3BC2
Complementary color
Monochromatic Colors of #EF3BC2
Black with #EF3BC2
Text Example
Text Example
White with #EF3BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3BC2; }
p { color: rgb(239,59,194); }
H1.HeaderClassName
{
color: #EF3BC2;
}
.AnyTagClassName
{
color: #EF3BC2;
}
</style>
background-color css
<style>
a { background-color: #EF3BC2; }
a { background-color: rgb(239,59,194); }
div.DivClassName
{
background-color: #EF3BC2;
}
.BgClassName
{
background-color: #EF3BC2;
}
</style>
border-color css
<style>
span { border-color: #EF3BC2; }
span { border-color: rgb(239,59,194); }
td.TdClassName
{
border-color: #EF3BC2;
}
.TagClassName
{
border-color: #EF3BC2;
}
</style>