Shades of Razzle Dazzle Rose #EF2BC1
Tints of Razzle Dazzle Rose #EF2BC1
RGB
CMYK
RGB Variations
Color information
#EF2BC1 (or 0xEF2BC1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and C1. RGB value is (239,43,193). Sum of RGB (Red+Green+Blue) = 239+43+193=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BC1 is #10D43E. Grayscale: #767676. Windows color (decimal): -1102911 or 12659695. OLE color: 12659695.
HSL color Cylindrical-coordinate representation of color #EF2BC1: hue angle of 314.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2BC1 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 193 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.06 |
| HSL | 314.08º | 0.86% | 0.55% | - |
| HSV(B) | 314.08º | 0.82% | 0.94% | - |
| XYZ | 46.09 | 23.93 | 52.64 | - |
| YUV | 118.7 | 169.93 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 193 | 0 | 0.82 | 0.19 | 0.06 | 314.08 | 0.86 | 0.55 |
| Hex | EF | 2B | C1 | 0 | 52 | 13 | 6 | 13A | 56 | 37 |
| Octal | 357 | 53 | 301 | 0 | 122 | 23 | 6 | 472 | 126 | 67 |
| Binary | 11101111 | 101011 | 11000001 | 0 | 1010010 | 10011 | 110 | 100111010 | 1010110 | 110111 |
Color Harmonies of #EF2BC1
Complementary color
Monochromatic Colors of #EF2BC1
Black with #EF2BC1
Text Example
Text Example
White with #EF2BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2BC1; }
p { color: rgb(239,43,193); }
H1.HeaderClassName
{
color: #EF2BC1;
}
.AnyTagClassName
{
color: #EF2BC1;
}
</style>
background-color css
<style>
a { background-color: #EF2BC1; }
a { background-color: rgb(239,43,193); }
div.DivClassName
{
background-color: #EF2BC1;
}
.BgClassName
{
background-color: #EF2BC1;
}
</style>
border-color css
<style>
span { border-color: #EF2BC1; }
span { border-color: rgb(239,43,193); }
td.TdClassName
{
border-color: #EF2BC1;
}
.TagClassName
{
border-color: #EF2BC1;
}
</style>