Shades of Razzle Dazzle Rose #EF2CE2
Tints of Razzle Dazzle Rose #EF2CE2
RGB
CMYK
RGB Variations
Color information
#EF2CE2 (or 0xEF2CE2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2C and E2. RGB value is (239,44,226). Sum of RGB (Red+Green+Blue) = 239+44+226=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 44 (17.58% from 255 or 8.64% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CE2 is #10D31D. Grayscale: #7A7A7A. Windows color (decimal): -1102622 or 14822639. OLE color: 14822639.
HSL color Cylindrical-coordinate representation of color #EF2CE2: hue angle of 304º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2CE2 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 226 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.06 |
| HSL | 304º | 0.86% | 0.55% | - |
| HSV(B) | 304º | 0.82% | 0.94% | - |
| XYZ | 50.22 | 25.64 | 74.25 | - |
| YUV | 123.05 | 186.1 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 226 | 0 | 0.82 | 0.05 | 0.06 | 304 | 0.86 | 0.55 |
| Hex | EF | 2C | E2 | 0 | 52 | 5 | 6 | 130 | 56 | 37 |
| Octal | 357 | 54 | 342 | 0 | 122 | 5 | 6 | 460 | 126 | 67 |
| Binary | 11101111 | 101100 | 11100010 | 0 | 1010010 | 101 | 110 | 100110000 | 1010110 | 110111 |
Color Harmonies of #EF2CE2
Complementary color
Monochromatic Colors of #EF2CE2
Black with #EF2CE2
Text Example
Text Example
White with #EF2CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CE2; }
p { color: rgb(239,44,226); }
H1.HeaderClassName
{
color: #EF2CE2;
}
.AnyTagClassName
{
color: #EF2CE2;
}
</style>
background-color css
<style>
a { background-color: #EF2CE2; }
a { background-color: rgb(239,44,226); }
div.DivClassName
{
background-color: #EF2CE2;
}
.BgClassName
{
background-color: #EF2CE2;
}
</style>
border-color css
<style>
span { border-color: #EF2CE2; }
span { border-color: rgb(239,44,226); }
td.TdClassName
{
border-color: #EF2CE2;
}
.TagClassName
{
border-color: #EF2CE2;
}
</style>