Shades of Razzle Dazzle Rose #EF3BC1
Tints of Razzle Dazzle Rose #EF3BC1
RGB
CMYK
RGB Variations
Color information
#EF3BC1 (or 0xEF3BC1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3B and C1. RGB value is (239,59,193). Sum of RGB (Red+Green+Blue) = 239+59+193=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BC1 is #10C43E. Grayscale: #7F7F7F. Windows color (decimal): -1098815 or 12663791. OLE color: 12663791.
HSL color Cylindrical-coordinate representation of color #EF3BC1: hue angle of 315.33º 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 #EF3BC1 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 59 | 193 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.06 |
| HSL | 315.33º | 0.85% | 0.58% | - |
| HSV(B) | 315.33º | 0.75% | 0.94% | - |
| XYZ | 46.79 | 25.33 | 52.88 | - |
| YUV | 128.1 | 164.63 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 59 | 193 | 0 | 0.75 | 0.19 | 0.06 | 315.33 | 0.85 | 0.58 |
| Hex | EF | 3B | C1 | 0 | 4B | 13 | 6 | 13B | 55 | 3A |
| Octal | 357 | 73 | 301 | 0 | 113 | 23 | 6 | 473 | 125 | 72 |
| Binary | 11101111 | 111011 | 11000001 | 0 | 1001011 | 10011 | 110 | 100111011 | 1010101 | 111010 |
Color Harmonies of #EF3BC1
Complementary color
Monochromatic Colors of #EF3BC1
Black with #EF3BC1
Text Example
Text Example
White with #EF3BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3BC1; }
p { color: rgb(239,59,193); }
H1.HeaderClassName
{
color: #EF3BC1;
}
.AnyTagClassName
{
color: #EF3BC1;
}
</style>
background-color css
<style>
a { background-color: #EF3BC1; }
a { background-color: rgb(239,59,193); }
div.DivClassName
{
background-color: #EF3BC1;
}
.BgClassName
{
background-color: #EF3BC1;
}
</style>
border-color css
<style>
span { border-color: #EF3BC1; }
span { border-color: rgb(239,59,193); }
td.TdClassName
{
border-color: #EF3BC1;
}
.TagClassName
{
border-color: #EF3BC1;
}
</style>