Shades of Razzle Dazzle Rose #EF23CE
Tints of Razzle Dazzle Rose #EF23CE
RGB
CMYK
RGB Variations
Color information
#EF23CE (or 0xEF23CE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 23 and CE. RGB value is (239,35,206). Sum of RGB (Red+Green+Blue) = 239+35+206=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 35 (14.06% from 255 or 7.29% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF23CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF23CE is #10DC31. Grayscale: #737373. Windows color (decimal): -1104946 or 13509615. OLE color: 13509615.
HSL color Cylindrical-coordinate representation of color #EF23CE: hue angle of 309.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF23CE is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 206 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.06 |
| HSL | 309.71º | 0.86% | 0.54% | - |
| HSV(B) | 309.71º | 0.85% | 0.94% | - |
| XYZ | 47.34 | 24.01 | 60.53 | - |
| YUV | 115.49 | 179.09 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 206 | 0 | 0.85 | 0.14 | 0.06 | 309.71 | 0.86 | 0.54 |
| Hex | EF | 23 | CE | 0 | 55 | E | 6 | 136 | 56 | 36 |
| Octal | 357 | 43 | 316 | 0 | 125 | 16 | 6 | 466 | 126 | 66 |
| Binary | 11101111 | 100011 | 11001110 | 0 | 1010101 | 1110 | 110 | 100110110 | 1010110 | 110110 |
Color Harmonies of #EF23CE
Complementary color
Monochromatic Colors of #EF23CE
Black with #EF23CE
Text Example
Text Example
White with #EF23CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF23CE; }
p { color: rgb(239,35,206); }
H1.HeaderClassName
{
color: #EF23CE;
}
.AnyTagClassName
{
color: #EF23CE;
}
</style>
background-color css
<style>
a { background-color: #EF23CE; }
a { background-color: rgb(239,35,206); }
div.DivClassName
{
background-color: #EF23CE;
}
.BgClassName
{
background-color: #EF23CE;
}
</style>
border-color css
<style>
span { border-color: #EF23CE; }
span { border-color: rgb(239,35,206); }
td.TdClassName
{
border-color: #EF23CE;
}
.TagClassName
{
border-color: #EF23CE;
}
</style>