Shades of Razzle Dazzle Rose #EF30BC
Tints of Razzle Dazzle Rose #EF30BC
RGB
CMYK
RGB Variations
Color information
#EF30BC (or 0xEF30BC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 30 and BC. RGB value is (239,48,188). Sum of RGB (Red+Green+Blue) = 239+48+188=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF30BC is #10CF43. Grayscale: #787878. Windows color (decimal): -1101636 or 12333295. OLE color: 12333295.
HSL color Cylindrical-coordinate representation of color #EF30BC: hue angle of 316.02º 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 #EF30BC is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 188 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.06 |
| HSL | 316.02º | 0.86% | 0.56% | - |
| HSV(B) | 316.02º | 0.8% | 0.94% | - |
| XYZ | 45.73 | 24.1 | 49.82 | - |
| YUV | 121.07 | 165.78 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 188 | 0 | 0.80 | 0.21 | 0.06 | 316.02 | 0.86 | 0.56 |
| Hex | EF | 30 | BC | 0 | 50 | 15 | 6 | 13C | 56 | 38 |
| Octal | 357 | 60 | 274 | 0 | 120 | 25 | 6 | 474 | 126 | 70 |
| Binary | 11101111 | 110000 | 10111100 | 0 | 1010000 | 10101 | 110 | 100111100 | 1010110 | 111000 |
Color Harmonies of #EF30BC
Complementary color
Monochromatic Colors of #EF30BC
Black with #EF30BC
Text Example
Text Example
White with #EF30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF30BC; }
p { color: rgb(239,48,188); }
H1.HeaderClassName
{
color: #EF30BC;
}
.AnyTagClassName
{
color: #EF30BC;
}
</style>
background-color css
<style>
a { background-color: #EF30BC; }
a { background-color: rgb(239,48,188); }
div.DivClassName
{
background-color: #EF30BC;
}
.BgClassName
{
background-color: #EF30BC;
}
</style>
border-color css
<style>
span { border-color: #EF30BC; }
span { border-color: rgb(239,48,188); }
td.TdClassName
{
border-color: #EF30BC;
}
.TagClassName
{
border-color: #EF30BC;
}
</style>