Shades of Razzle Dazzle Rose #EF1CE2
Tints of Razzle Dazzle Rose #EF1CE2
RGB
CMYK
RGB Variations
Color information
#EF1CE2 (or 0xEF1CE2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1C and E2. RGB value is (239,28,226). Sum of RGB (Red+Green+Blue) = 239+28+226=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CE2 is #10E31D. Grayscale: #717171. Windows color (decimal): -1106718 or 14818543. OLE color: 14818543.
HSL color Cylindrical-coordinate representation of color #EF1CE2: hue angle of 303.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1CE2 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 226 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.06 |
| HSL | 303.7º | 0.87% | 0.52% | - |
| HSV(B) | 303.7º | 0.88% | 0.94% | - |
| XYZ | 49.74 | 24.67 | 74.09 | - |
| YUV | 113.66 | 191.4 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 226 | 0 | 0.88 | 0.05 | 0.06 | 303.7 | 0.87 | 0.52 |
| Hex | EF | 1C | E2 | 0 | 58 | 5 | 6 | 130 | 57 | 34 |
| Octal | 357 | 34 | 342 | 0 | 130 | 5 | 6 | 460 | 127 | 64 |
| Binary | 11101111 | 11100 | 11100010 | 0 | 1011000 | 101 | 110 | 100110000 | 1010111 | 110100 |
Color Harmonies of #EF1CE2
Complementary color
Monochromatic Colors of #EF1CE2
Black with #EF1CE2
Text Example
Text Example
White with #EF1CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1CE2; }
p { color: rgb(239,28,226); }
H1.HeaderClassName
{
color: #EF1CE2;
}
.AnyTagClassName
{
color: #EF1CE2;
}
</style>
background-color css
<style>
a { background-color: #EF1CE2; }
a { background-color: rgb(239,28,226); }
div.DivClassName
{
background-color: #EF1CE2;
}
.BgClassName
{
background-color: #EF1CE2;
}
</style>
border-color css
<style>
span { border-color: #EF1CE2; }
span { border-color: rgb(239,28,226); }
td.TdClassName
{
border-color: #EF1CE2;
}
.TagClassName
{
border-color: #EF1CE2;
}
</style>