Shades of Razzle Dazzle Rose #EF3EC6
Tints of Razzle Dazzle Rose #EF3EC6
RGB
CMYK
RGB Variations
Color information
#EF3EC6 (or 0xEF3EC6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3E and C6. RGB value is (239,62,198). Sum of RGB (Red+Green+Blue) = 239+62+198=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3EC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3EC6 is #10C139. Grayscale: #828282. Windows color (decimal): -1098042 or 12992239. OLE color: 12992239.
HSL color Cylindrical-coordinate representation of color #EF3EC6: hue angle of 313.9º 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 #EF3EC6 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 62 | 198 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.06 |
| HSL | 313.9º | 0.85% | 0.59% | - |
| HSV(B) | 313.9º | 0.74% | 0.94% | - |
| XYZ | 47.51 | 25.87 | 55.92 | - |
| YUV | 130.43 | 166.14 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 62 | 198 | 0 | 0.74 | 0.17 | 0.06 | 313.9 | 0.85 | 0.59 |
| Hex | EF | 3E | C6 | 0 | 4A | 11 | 6 | 13A | 55 | 3B |
| Octal | 357 | 76 | 306 | 0 | 112 | 21 | 6 | 472 | 125 | 73 |
| Binary | 11101111 | 111110 | 11000110 | 0 | 1001010 | 10001 | 110 | 100111010 | 1010101 | 111011 |
Color Harmonies of #EF3EC6
Complementary color
Monochromatic Colors of #EF3EC6
Black with #EF3EC6
Text Example
Text Example
White with #EF3EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3EC6; }
p { color: rgb(239,62,198); }
H1.HeaderClassName
{
color: #EF3EC6;
}
.AnyTagClassName
{
color: #EF3EC6;
}
</style>
background-color css
<style>
a { background-color: #EF3EC6; }
a { background-color: rgb(239,62,198); }
div.DivClassName
{
background-color: #EF3EC6;
}
.BgClassName
{
background-color: #EF3EC6;
}
</style>
border-color css
<style>
span { border-color: #EF3EC6; }
span { border-color: rgb(239,62,198); }
td.TdClassName
{
border-color: #EF3EC6;
}
.TagClassName
{
border-color: #EF3EC6;
}
</style>