Shades of Razzle Dazzle Rose #EF30E8
Tints of Razzle Dazzle Rose #EF30E8
RGB
CMYK
RGB Variations
Color information
#EF30E8 (or 0xEF30E8) is known color: Razzle Dazzle Rose. HEX triplet: EF, 30 and E8. RGB value is (239,48,232). Sum of RGB (Red+Green+Blue) = 239+48+232=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 48 (19.14% from 255 or 9.25% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF30E8 is #10CF17. Grayscale: #7D7D7D. Windows color (decimal): -1101592 or 15216879. OLE color: 15216879.
HSL color Cylindrical-coordinate representation of color #EF30E8: hue angle of 302.2º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF30E8 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 232 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.06 |
| HSL | 302.2º | 0.86% | 0.56% | - |
| HSV(B) | 302.2º | 0.8% | 0.94% | - |
| XYZ | 51.22 | 26.29 | 78.72 | - |
| YUV | 126.09 | 187.78 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 232 | 0 | 0.80 | 0.03 | 0.06 | 302.2 | 0.86 | 0.56 |
| Hex | EF | 30 | E8 | 0 | 50 | 3 | 6 | 12E | 56 | 38 |
| Octal | 357 | 60 | 350 | 0 | 120 | 3 | 6 | 456 | 126 | 70 |
| Binary | 11101111 | 110000 | 11101000 | 0 | 1010000 | 11 | 110 | 100101110 | 1010110 | 111000 |
Color Harmonies of #EF30E8
Complementary color
Monochromatic Colors of #EF30E8
Black with #EF30E8
Text Example
Text Example
White with #EF30E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF30E8; }
p { color: rgb(239,48,232); }
H1.HeaderClassName
{
color: #EF30E8;
}
.AnyTagClassName
{
color: #EF30E8;
}
</style>
background-color css
<style>
a { background-color: #EF30E8; }
a { background-color: rgb(239,48,232); }
div.DivClassName
{
background-color: #EF30E8;
}
.BgClassName
{
background-color: #EF30E8;
}
</style>
border-color css
<style>
span { border-color: #EF30E8; }
span { border-color: rgb(239,48,232); }
td.TdClassName
{
border-color: #EF30E8;
}
.TagClassName
{
border-color: #EF30E8;
}
</style>