Shades of Razzle Dazzle Rose #EF4EC1
Tints of Razzle Dazzle Rose #EF4EC1
RGB
CMYK
RGB Variations
Color information
#EF4EC1 (or 0xEF4EC1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4E and C1. RGB value is (239,78,193). Sum of RGB (Red+Green+Blue) = 239+78+193=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4EC1 is #10B13E. Grayscale: #8A8A8A. Windows color (decimal): -1093951 or 12668655. OLE color: 12668655.
HSL color Cylindrical-coordinate representation of color #EF4EC1: hue angle of 317.14º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4EC1 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 193 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.06 |
| HSL | 317.14º | 0.83% | 0.62% | - |
| HSV(B) | 317.14º | 0.67% | 0.94% | - |
| XYZ | 47.95 | 27.65 | 53.26 | - |
| YUV | 139.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 193 | 0 | 0.67 | 0.19 | 0.06 | 317.14 | 0.83 | 0.62 |
| Hex | EF | 4E | C1 | 0 | 43 | 13 | 6 | 13D | 53 | 3E |
| Octal | 357 | 116 | 301 | 0 | 103 | 23 | 6 | 475 | 123 | 76 |
| Binary | 11101111 | 1001110 | 11000001 | 0 | 1000011 | 10011 | 110 | 100111101 | 1010011 | 111110 |
Color Harmonies of #EF4EC1
Complementary color
Monochromatic Colors of #EF4EC1
Black with #EF4EC1
Text Example
Text Example
White with #EF4EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4EC1; }
p { color: rgb(239,78,193); }
H1.HeaderClassName
{
color: #EF4EC1;
}
.AnyTagClassName
{
color: #EF4EC1;
}
</style>
background-color css
<style>
a { background-color: #EF4EC1; }
a { background-color: rgb(239,78,193); }
div.DivClassName
{
background-color: #EF4EC1;
}
.BgClassName
{
background-color: #EF4EC1;
}
</style>
border-color css
<style>
span { border-color: #EF4EC1; }
span { border-color: rgb(239,78,193); }
td.TdClassName
{
border-color: #EF4EC1;
}
.TagClassName
{
border-color: #EF4EC1;
}
</style>