Shades of Razzle Dazzle Rose #EF2BDE
Tints of Razzle Dazzle Rose #EF2BDE
RGB
CMYK
RGB Variations
Color information
#EF2BDE (or 0xEF2BDE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and DE. RGB value is (239,43,222). Sum of RGB (Red+Green+Blue) = 239+43+222=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 43 (17.19% from 255 or 8.53% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BDE is #10D421. Grayscale: #797979. Windows color (decimal): -1102882 or 14560239. OLE color: 14560239.
HSL color Cylindrical-coordinate representation of color #EF2BDE: hue angle of 305.2º 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 #EF2BDE is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 222 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.06 |
| HSL | 305.2º | 0.86% | 0.55% | - |
| HSV(B) | 305.2º | 0.82% | 0.94% | - |
| XYZ | 49.65 | 25.35 | 71.38 | - |
| YUV | 122.01 | 184.43 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 222 | 0 | 0.82 | 0.07 | 0.06 | 305.2 | 0.86 | 0.55 |
| Hex | EF | 2B | DE | 0 | 52 | 7 | 6 | 131 | 56 | 37 |
| Octal | 357 | 53 | 336 | 0 | 122 | 7 | 6 | 461 | 126 | 67 |
| Binary | 11101111 | 101011 | 11011110 | 0 | 1010010 | 111 | 110 | 100110001 | 1010110 | 110111 |
Color Harmonies of #EF2BDE
Complementary color
Monochromatic Colors of #EF2BDE
Black with #EF2BDE
Text Example
Text Example
White with #EF2BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2BDE; }
p { color: rgb(239,43,222); }
H1.HeaderClassName
{
color: #EF2BDE;
}
.AnyTagClassName
{
color: #EF2BDE;
}
</style>
background-color css
<style>
a { background-color: #EF2BDE; }
a { background-color: rgb(239,43,222); }
div.DivClassName
{
background-color: #EF2BDE;
}
.BgClassName
{
background-color: #EF2BDE;
}
</style>
border-color css
<style>
span { border-color: #EF2BDE; }
span { border-color: rgb(239,43,222); }
td.TdClassName
{
border-color: #EF2BDE;
}
.TagClassName
{
border-color: #EF2BDE;
}
</style>