Shades of Razzle Dazzle Rose #EF26D0
Tints of Razzle Dazzle Rose #EF26D0
RGB
CMYK
RGB Variations
Color information
#EF26D0 (or 0xEF26D0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 26 and D0. RGB value is (239,38,208). Sum of RGB (Red+Green+Blue) = 239+38+208=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF26D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF26D0 is #10D92F. Grayscale: #757575. Windows color (decimal): -1104176 or 13641455. OLE color: 13641455.
HSL color Cylindrical-coordinate representation of color #EF26D0: hue angle of 309.25º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF26D0 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 208 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.06 |
| HSL | 309.25º | 0.86% | 0.54% | - |
| HSV(B) | 309.25º | 0.84% | 0.94% | - |
| XYZ | 47.67 | 24.29 | 61.85 | - |
| YUV | 117.48 | 179.09 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 208 | 0 | 0.84 | 0.13 | 0.06 | 309.25 | 0.86 | 0.54 |
| Hex | EF | 26 | D0 | 0 | 54 | D | 6 | 135 | 56 | 36 |
| Octal | 357 | 46 | 320 | 0 | 124 | 15 | 6 | 465 | 126 | 66 |
| Binary | 11101111 | 100110 | 11010000 | 0 | 1010100 | 1101 | 110 | 100110101 | 1010110 | 110110 |
Color Harmonies of #EF26D0
Complementary color
Monochromatic Colors of #EF26D0
Black with #EF26D0
Text Example
Text Example
White with #EF26D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF26D0; }
p { color: rgb(239,38,208); }
H1.HeaderClassName
{
color: #EF26D0;
}
.AnyTagClassName
{
color: #EF26D0;
}
</style>
background-color css
<style>
a { background-color: #EF26D0; }
a { background-color: rgb(239,38,208); }
div.DivClassName
{
background-color: #EF26D0;
}
.BgClassName
{
background-color: #EF26D0;
}
</style>
border-color css
<style>
span { border-color: #EF26D0; }
span { border-color: rgb(239,38,208); }
td.TdClassName
{
border-color: #EF26D0;
}
.TagClassName
{
border-color: #EF26D0;
}
</style>