Shades of Razzle Dazzle Rose #EF30ED
Tints of Razzle Dazzle Rose #EF30ED
RGB
CMYK
RGB Variations
Color information
#EF30ED (or 0xEF30ED) is known color: Razzle Dazzle Rose. HEX triplet: EF, 30 and ED. RGB value is (239,48,237). Sum of RGB (Red+Green+Blue) = 239+48+237=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 48 (19.14% from 255 or 9.16% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF30ED is #10CF12. Grayscale: #7E7E7E. Windows color (decimal): -1101587 or 15544559. OLE color: 15544559.
HSL color Cylindrical-coordinate representation of color #EF30ED: hue angle of 300.63º 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 #EF30ED is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 237 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.06 |
| HSL | 300.63º | 0.86% | 0.56% | - |
| HSV(B) | 300.63º | 0.8% | 0.94% | - |
| XYZ | 51.94 | 26.58 | 82.51 | - |
| YUV | 126.66 | 190.28 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 237 | 0 | 0.80 | 0.01 | 0.06 | 300.63 | 0.86 | 0.56 |
| Hex | EF | 30 | ED | 0 | 50 | 1 | 6 | 12D | 56 | 38 |
| Octal | 357 | 60 | 355 | 0 | 120 | 1 | 6 | 455 | 126 | 70 |
| Binary | 11101111 | 110000 | 11101101 | 0 | 1010000 | 1 | 110 | 100101101 | 1010110 | 111000 |
Color Harmonies of #EF30ED
Complementary color
Monochromatic Colors of #EF30ED
Black with #EF30ED
Text Example
Text Example
White with #EF30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF30ED; }
p { color: rgb(239,48,237); }
H1.HeaderClassName
{
color: #EF30ED;
}
.AnyTagClassName
{
color: #EF30ED;
}
</style>
background-color css
<style>
a { background-color: #EF30ED; }
a { background-color: rgb(239,48,237); }
div.DivClassName
{
background-color: #EF30ED;
}
.BgClassName
{
background-color: #EF30ED;
}
</style>
border-color css
<style>
span { border-color: #EF30ED; }
span { border-color: rgb(239,48,237); }
td.TdClassName
{
border-color: #EF30ED;
}
.TagClassName
{
border-color: #EF30ED;
}
</style>