Shades of Razzle Dazzle Rose #EF30CE
Tints of Razzle Dazzle Rose #EF30CE
RGB
CMYK
RGB Variations
Color information
#EF30CE (or 0xEF30CE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 30 and CE. RGB value is (239,48,206). Sum of RGB (Red+Green+Blue) = 239+48+206=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF30CE is #10CF31. Grayscale: #7A7A7A. Windows color (decimal): -1101618 or 13512943. OLE color: 13512943.
HSL color Cylindrical-coordinate representation of color #EF30CE: hue angle of 310.37º 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 #EF30CE is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 206 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.06 |
| HSL | 310.37º | 0.86% | 0.56% | - |
| HSV(B) | 310.37º | 0.8% | 0.94% | - |
| XYZ | 47.79 | 24.92 | 60.68 | - |
| YUV | 123.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 206 | 0 | 0.80 | 0.14 | 0.06 | 310.37 | 0.86 | 0.56 |
| Hex | EF | 30 | CE | 0 | 50 | E | 6 | 136 | 56 | 38 |
| Octal | 357 | 60 | 316 | 0 | 120 | 16 | 6 | 466 | 126 | 70 |
| Binary | 11101111 | 110000 | 11001110 | 0 | 1010000 | 1110 | 110 | 100110110 | 1010110 | 111000 |
Color Harmonies of #EF30CE
Complementary color
Monochromatic Colors of #EF30CE
Black with #EF30CE
Text Example
Text Example
White with #EF30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF30CE; }
p { color: rgb(239,48,206); }
H1.HeaderClassName
{
color: #EF30CE;
}
.AnyTagClassName
{
color: #EF30CE;
}
</style>
background-color css
<style>
a { background-color: #EF30CE; }
a { background-color: rgb(239,48,206); }
div.DivClassName
{
background-color: #EF30CE;
}
.BgClassName
{
background-color: #EF30CE;
}
</style>
border-color css
<style>
span { border-color: #EF30CE; }
span { border-color: rgb(239,48,206); }
td.TdClassName
{
border-color: #EF30CE;
}
.TagClassName
{
border-color: #EF30CE;
}
</style>