Shades of Razzle Dazzle Rose #FF2ED4
Tints of Razzle Dazzle Rose #FF2ED4
RGB
CMYK
RGB Variations
Color information
#FF2ED4 (or 0xFF2ED4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and D4. RGB value is (255,46,212). Sum of RGB (Red+Green+Blue) = 255+46+212=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 46 (18.36% from 255 or 8.97% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2ED4 is #00D12B. Grayscale: #7E7E7E. Windows color (decimal): -53548 or 13905663. OLE color: 13905663.
HSL color Cylindrical-coordinate representation of color #FF2ED4: hue angle of 312.34º 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 #FF2ED4 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 212 | - |
| CMYK | 0 | 0.82 | 0.17 | 0 |
| HSL | 312.34º | 1% | 0.59% | - |
| HSV(B) | 312.34º | 0.82% | 1% | - |
| XYZ | 54.1 | 27.97 | 64.83 | - |
| YUV | 127.42 | 175.74 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 212 | 0 | 0.82 | 0.17 | 0 | 312.34 | 1 | 0.59 |
| Hex | FF | 2E | D4 | 0 | 52 | 11 | 0 | 138 | 64 | 3B |
| Octal | 377 | 56 | 324 | 0 | 122 | 21 | 0 | 470 | 144 | 73 |
| Binary | 11111111 | 101110 | 11010100 | 0 | 1010010 | 10001 | 0 | 100111000 | 1100100 | 111011 |
Color Harmonies of #FF2ED4
Complementary color
Monochromatic Colors of #FF2ED4
Black with #FF2ED4
Text Example
Text Example
White with #FF2ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2ED4; }
p { color: rgb(255,46,212); }
H1.HeaderClassName
{
color: #FF2ED4;
}
.AnyTagClassName
{
color: #FF2ED4;
}
</style>
background-color css
<style>
a { background-color: #FF2ED4; }
a { background-color: rgb(255,46,212); }
div.DivClassName
{
background-color: #FF2ED4;
}
.BgClassName
{
background-color: #FF2ED4;
}
</style>
border-color css
<style>
span { border-color: #FF2ED4; }
span { border-color: rgb(255,46,212); }
td.TdClassName
{
border-color: #FF2ED4;
}
.TagClassName
{
border-color: #FF2ED4;
}
</style>