Shades of Razzle Dazzle Rose #EF3EC4
Tints of Razzle Dazzle Rose #EF3EC4
RGB
CMYK
RGB Variations
Color information
#EF3EC4 (or 0xEF3EC4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3E and C4. RGB value is (239,62,196). Sum of RGB (Red+Green+Blue) = 239+62+196=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3EC4 is #10C13B. Grayscale: #818181. Windows color (decimal): -1098044 or 12861167. OLE color: 12861167.
HSL color Cylindrical-coordinate representation of color #EF3EC4: hue angle of 314.58º 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 #EF3EC4 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 62 | 196 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.06 |
| HSL | 314.58º | 0.85% | 0.59% | - |
| HSV(B) | 314.58º | 0.74% | 0.94% | - |
| XYZ | 47.28 | 25.78 | 54.71 | - |
| YUV | 130.2 | 165.14 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 62 | 196 | 0 | 0.74 | 0.18 | 0.06 | 314.58 | 0.85 | 0.59 |
| Hex | EF | 3E | C4 | 0 | 4A | 12 | 6 | 13B | 55 | 3B |
| Octal | 357 | 76 | 304 | 0 | 112 | 22 | 6 | 473 | 125 | 73 |
| Binary | 11101111 | 111110 | 11000100 | 0 | 1001010 | 10010 | 110 | 100111011 | 1010101 | 111011 |
Color Harmonies of #EF3EC4
Complementary color
Monochromatic Colors of #EF3EC4
Black with #EF3EC4
Text Example
Text Example
White with #EF3EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3EC4; }
p { color: rgb(239,62,196); }
H1.HeaderClassName
{
color: #EF3EC4;
}
.AnyTagClassName
{
color: #EF3EC4;
}
</style>
background-color css
<style>
a { background-color: #EF3EC4; }
a { background-color: rgb(239,62,196); }
div.DivClassName
{
background-color: #EF3EC4;
}
.BgClassName
{
background-color: #EF3EC4;
}
</style>
border-color css
<style>
span { border-color: #EF3EC4; }
span { border-color: rgb(239,62,196); }
td.TdClassName
{
border-color: #EF3EC4;
}
.TagClassName
{
border-color: #EF3EC4;
}
</style>