Shades of Razzle Dazzle Rose #EF2EC5
Tints of Razzle Dazzle Rose #EF2EC5
RGB
CMYK
RGB Variations
Color information
#EF2EC5 (or 0xEF2EC5) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2E and C5. RGB value is (239,46,197). Sum of RGB (Red+Green+Blue) = 239+46+197=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2EC5 is #10D13A. Grayscale: #787878. Windows color (decimal): -1102139 or 12922607. OLE color: 12922607.
HSL color Cylindrical-coordinate representation of color #EF2EC5: hue angle of 313.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2EC5 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 197 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.06 |
| HSL | 313.06º | 0.86% | 0.56% | - |
| HSV(B) | 313.06º | 0.81% | 0.94% | - |
| XYZ | 46.65 | 24.34 | 55.06 | - |
| YUV | 120.92 | 170.94 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 197 | 0 | 0.81 | 0.18 | 0.06 | 313.06 | 0.86 | 0.56 |
| Hex | EF | 2E | C5 | 0 | 51 | 12 | 6 | 139 | 56 | 38 |
| Octal | 357 | 56 | 305 | 0 | 121 | 22 | 6 | 471 | 126 | 70 |
| Binary | 11101111 | 101110 | 11000101 | 0 | 1010001 | 10010 | 110 | 100111001 | 1010110 | 111000 |
Color Harmonies of #EF2EC5
Complementary color
Monochromatic Colors of #EF2EC5
Black with #EF2EC5
Text Example
Text Example
White with #EF2EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2EC5; }
p { color: rgb(239,46,197); }
H1.HeaderClassName
{
color: #EF2EC5;
}
.AnyTagClassName
{
color: #EF2EC5;
}
</style>
background-color css
<style>
a { background-color: #EF2EC5; }
a { background-color: rgb(239,46,197); }
div.DivClassName
{
background-color: #EF2EC5;
}
.BgClassName
{
background-color: #EF2EC5;
}
</style>
border-color css
<style>
span { border-color: #EF2EC5; }
span { border-color: rgb(239,46,197); }
td.TdClassName
{
border-color: #EF2EC5;
}
.TagClassName
{
border-color: #EF2EC5;
}
</style>