Shades of Razzle Dazzle Rose #EF3ABC
Tints of Razzle Dazzle Rose #EF3ABC
RGB
CMYK
RGB Variations
Color information
#EF3ABC (or 0xEF3ABC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3A and BC. RGB value is (239,58,188). Sum of RGB (Red+Green+Blue) = 239+58+188=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ABC is #10C543. Grayscale: #7E7E7E. Windows color (decimal): -1099076 or 12335855. OLE color: 12335855.
HSL color Cylindrical-coordinate representation of color #EF3ABC: hue angle of 316.91º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3ABC is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 188 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.06 |
| HSL | 316.91º | 0.85% | 0.58% | - |
| HSV(B) | 316.91º | 0.76% | 0.94% | - |
| XYZ | 46.19 | 25.01 | 49.97 | - |
| YUV | 126.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 188 | 0 | 0.76 | 0.21 | 0.06 | 316.91 | 0.85 | 0.58 |
| Hex | EF | 3A | BC | 0 | 4C | 15 | 6 | 13D | 55 | 3A |
| Octal | 357 | 72 | 274 | 0 | 114 | 25 | 6 | 475 | 125 | 72 |
| Binary | 11101111 | 111010 | 10111100 | 0 | 1001100 | 10101 | 110 | 100111101 | 1010101 | 111010 |
Color Harmonies of #EF3ABC
Complementary color
Monochromatic Colors of #EF3ABC
Black with #EF3ABC
Text Example
Text Example
White with #EF3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3ABC; }
p { color: rgb(239,58,188); }
H1.HeaderClassName
{
color: #EF3ABC;
}
.AnyTagClassName
{
color: #EF3ABC;
}
</style>
background-color css
<style>
a { background-color: #EF3ABC; }
a { background-color: rgb(239,58,188); }
div.DivClassName
{
background-color: #EF3ABC;
}
.BgClassName
{
background-color: #EF3ABC;
}
</style>
border-color css
<style>
span { border-color: #EF3ABC; }
span { border-color: rgb(239,58,188); }
td.TdClassName
{
border-color: #EF3ABC;
}
.TagClassName
{
border-color: #EF3ABC;
}
</style>