Shades of Razzle Dazzle Rose #FF2ED6
Tints of Razzle Dazzle Rose #FF2ED6
RGB
CMYK
RGB Variations
Color information
#FF2ED6 (or 0xFF2ED6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and D6. RGB value is (255,46,214). Sum of RGB (Red+Green+Blue) = 255+46+214=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 46 (18.36% from 255 or 8.93% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2ED6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2ED6 is #00D129. Grayscale: #7F7F7F. Windows color (decimal): -53546 or 14036735. OLE color: 14036735.
HSL color Cylindrical-coordinate representation of color #FF2ED6: hue angle of 311.77º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2ED6 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 214 | - |
| CMYK | 0 | 0.82 | 0.16 | 0 |
| HSL | 311.77º | 1% | 0.59% | - |
| HSV(B) | 311.77º | 0.82% | 1% | - |
| XYZ | 54.35 | 28.07 | 66.17 | - |
| YUV | 127.64 | 176.74 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 214 | 0 | 0.82 | 0.16 | 0 | 311.77 | 1 | 0.59 |
| Hex | FF | 2E | D6 | 0 | 52 | 10 | 0 | 138 | 64 | 3B |
| Octal | 377 | 56 | 326 | 0 | 122 | 20 | 0 | 470 | 144 | 73 |
| Binary | 11111111 | 101110 | 11010110 | 0 | 1010010 | 10000 | 0 | 100111000 | 1100100 | 111011 |
Color Harmonies of #FF2ED6
Complementary color
Monochromatic Colors of #FF2ED6
Black with #FF2ED6
Text Example
Text Example
White with #FF2ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2ED6; }
p { color: rgb(255,46,214); }
H1.HeaderClassName
{
color: #FF2ED6;
}
.AnyTagClassName
{
color: #FF2ED6;
}
</style>
background-color css
<style>
a { background-color: #FF2ED6; }
a { background-color: rgb(255,46,214); }
div.DivClassName
{
background-color: #FF2ED6;
}
.BgClassName
{
background-color: #FF2ED6;
}
</style>
border-color css
<style>
span { border-color: #FF2ED6; }
span { border-color: rgb(255,46,214); }
td.TdClassName
{
border-color: #FF2ED6;
}
.TagClassName
{
border-color: #FF2ED6;
}
</style>