Shades of Razzle Dazzle Rose #EF41BA
Tints of Razzle Dazzle Rose #EF41BA
RGB
CMYK
RGB Variations
Color information
#EF41BA (or 0xEF41BA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 41 and BA. RGB value is (239,65,186). Sum of RGB (Red+Green+Blue) = 239+65+186=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF41BA is #10BE45. Grayscale: #828282. Windows color (decimal): -1097286 or 12206575. OLE color: 12206575.
HSL color Cylindrical-coordinate representation of color #EF41BA: hue angle of 318.28º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF41BA is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 186 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.06 |
| HSL | 318.28º | 0.84% | 0.6% | - |
| HSV(B) | 318.28º | 0.73% | 0.94% | - |
| XYZ | 46.35 | 25.68 | 48.97 | - |
| YUV | 130.82 | 159.15 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 186 | 0 | 0.73 | 0.22 | 0.06 | 318.28 | 0.84 | 0.6 |
| Hex | EF | 41 | BA | 0 | 49 | 16 | 6 | 13E | 54 | 3C |
| Octal | 357 | 101 | 272 | 0 | 111 | 26 | 6 | 476 | 124 | 74 |
| Binary | 11101111 | 1000001 | 10111010 | 0 | 1001001 | 10110 | 110 | 100111110 | 1010100 | 111100 |
Color Harmonies of #EF41BA
Complementary color
Monochromatic Colors of #EF41BA
Black with #EF41BA
Text Example
Text Example
White with #EF41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF41BA; }
p { color: rgb(239,65,186); }
H1.HeaderClassName
{
color: #EF41BA;
}
.AnyTagClassName
{
color: #EF41BA;
}
</style>
background-color css
<style>
a { background-color: #EF41BA; }
a { background-color: rgb(239,65,186); }
div.DivClassName
{
background-color: #EF41BA;
}
.BgClassName
{
background-color: #EF41BA;
}
</style>
border-color css
<style>
span { border-color: #EF41BA; }
span { border-color: rgb(239,65,186); }
td.TdClassName
{
border-color: #EF41BA;
}
.TagClassName
{
border-color: #EF41BA;
}
</style>