Shades of Razzle Dazzle Rose #EF37E3
Tints of Razzle Dazzle Rose #EF37E3
RGB
CMYK
RGB Variations
Color information
#EF37E3 (or 0xEF37E3) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and E3. RGB value is (239,55,227). Sum of RGB (Red+Green+Blue) = 239+55+227=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 55 (21.88% from 255 or 10.56% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF37E3 is #10C81C. Grayscale: #818181. Windows color (decimal): -1099805 or 14890991. OLE color: 14890991.
HSL color Cylindrical-coordinate representation of color #EF37E3: hue angle of 303.91º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF37E3 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 227 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.06 |
| HSL | 303.91º | 0.85% | 0.58% | - |
| HSV(B) | 303.91º | 0.77% | 0.94% | - |
| XYZ | 50.83 | 26.63 | 75.13 | - |
| YUV | 129.62 | 182.96 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 227 | 0 | 0.77 | 0.05 | 0.06 | 303.91 | 0.85 | 0.58 |
| Hex | EF | 37 | E3 | 0 | 4D | 5 | 6 | 130 | 55 | 3A |
| Octal | 357 | 67 | 343 | 0 | 115 | 5 | 6 | 460 | 125 | 72 |
| Binary | 11101111 | 110111 | 11100011 | 0 | 1001101 | 101 | 110 | 100110000 | 1010101 | 111010 |
Color Harmonies of #EF37E3
Complementary color
Monochromatic Colors of #EF37E3
Black with #EF37E3
Text Example
Text Example
White with #EF37E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37E3; }
p { color: rgb(239,55,227); }
H1.HeaderClassName
{
color: #EF37E3;
}
.AnyTagClassName
{
color: #EF37E3;
}
</style>
background-color css
<style>
a { background-color: #EF37E3; }
a { background-color: rgb(239,55,227); }
div.DivClassName
{
background-color: #EF37E3;
}
.BgClassName
{
background-color: #EF37E3;
}
</style>
border-color css
<style>
span { border-color: #EF37E3; }
span { border-color: rgb(239,55,227); }
td.TdClassName
{
border-color: #EF37E3;
}
.TagClassName
{
border-color: #EF37E3;
}
</style>