Shades of Razzle Dazzle Rose #EF2EF1
Tints of Razzle Dazzle Rose #EF2EF1
RGB
CMYK
RGB Variations
Color information
#EF2EF1 (or 0xEF2EF1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2E and F1. RGB value is (239,46,241). Sum of RGB (Red+Green+Blue) = 239+46+241=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 46 (18.36% from 255 or 8.75% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF2EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2EF1 is #10D10E. Grayscale: #7D7D7D. Windows color (decimal): -1102095 or 15806191. OLE color: 15806191.
HSL color Cylindrical-coordinate representation of color #EF2EF1: hue angle of 299.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2EF1 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 46 | 241 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.05 |
| HSL | 299.38º | 0.87% | 0.56% | - |
| HSV(B) | 299.38º | 0.81% | 0.95% | - |
| XYZ | 52.45 | 26.66 | 85.6 | - |
| YUV | 125.94 | 192.94 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 241 | 0.01 | 0.81 | 0 | 0.05 | 299.38 | 0.87 | 0.56 |
| Hex | EF | 2E | F1 | 1 | 51 | 0 | 5 | 12B | 57 | 38 |
| Octal | 357 | 56 | 361 | 1 | 121 | 0 | 5 | 453 | 127 | 70 |
| Binary | 11101111 | 101110 | 11110001 | 1 | 1010001 | 0 | 101 | 100101011 | 1010111 | 111000 |
Color Harmonies of #EF2EF1
Complementary color
Monochromatic Colors of #EF2EF1
Black with #EF2EF1
Text Example
Text Example
White with #EF2EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2EF1; }
p { color: rgb(239,46,241); }
H1.HeaderClassName
{
color: #EF2EF1;
}
.AnyTagClassName
{
color: #EF2EF1;
}
</style>
background-color css
<style>
a { background-color: #EF2EF1; }
a { background-color: rgb(239,46,241); }
div.DivClassName
{
background-color: #EF2EF1;
}
.BgClassName
{
background-color: #EF2EF1;
}
</style>
border-color css
<style>
span { border-color: #EF2EF1; }
span { border-color: rgb(239,46,241); }
td.TdClassName
{
border-color: #EF2EF1;
}
.TagClassName
{
border-color: #EF2EF1;
}
</style>