Shades of Razzle Dazzle Rose #EF23C5
Tints of Razzle Dazzle Rose #EF23C5
RGB
CMYK
RGB Variations
Color information
#EF23C5 (or 0xEF23C5) is known color: Razzle Dazzle Rose. HEX triplet: EF, 23 and C5. RGB value is (239,35,197). Sum of RGB (Red+Green+Blue) = 239+35+197=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 35 (14.06% from 255 or 7.43% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF23C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF23C5 is #10DC3A. Grayscale: #727272. Windows color (decimal): -1104955 or 12919791. OLE color: 12919791.
HSL color Cylindrical-coordinate representation of color #EF23C5: hue angle of 312.35º 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 #EF23C5 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 197 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.06 |
| HSL | 312.35º | 0.86% | 0.54% | - |
| HSV(B) | 312.35º | 0.85% | 0.94% | - |
| XYZ | 46.28 | 23.58 | 54.94 | - |
| YUV | 114.46 | 174.59 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 197 | 0 | 0.85 | 0.18 | 0.06 | 312.35 | 0.86 | 0.54 |
| Hex | EF | 23 | C5 | 0 | 55 | 12 | 6 | 138 | 56 | 36 |
| Octal | 357 | 43 | 305 | 0 | 125 | 22 | 6 | 470 | 126 | 66 |
| Binary | 11101111 | 100011 | 11000101 | 0 | 1010101 | 10010 | 110 | 100111000 | 1010110 | 110110 |
Color Harmonies of #EF23C5
Complementary color
Monochromatic Colors of #EF23C5
Black with #EF23C5
Text Example
Text Example
White with #EF23C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF23C5; }
p { color: rgb(239,35,197); }
H1.HeaderClassName
{
color: #EF23C5;
}
.AnyTagClassName
{
color: #EF23C5;
}
</style>
background-color css
<style>
a { background-color: #EF23C5; }
a { background-color: rgb(239,35,197); }
div.DivClassName
{
background-color: #EF23C5;
}
.BgClassName
{
background-color: #EF23C5;
}
</style>
border-color css
<style>
span { border-color: #EF23C5; }
span { border-color: rgb(239,35,197); }
td.TdClassName
{
border-color: #EF23C5;
}
.TagClassName
{
border-color: #EF23C5;
}
</style>