Shades of Razzle Dazzle Rose #FF2EC4
Tints of Razzle Dazzle Rose #FF2EC4
RGB
CMYK
RGB Variations
Color information
#FF2EC4 (or 0xFF2EC4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and C4. RGB value is (255,46,196). Sum of RGB (Red+Green+Blue) = 255+46+196=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EC4 is #00D13B. Grayscale: #7D7D7D. Windows color (decimal): -53564 or 12857087. OLE color: 12857087.
HSL color Cylindrical-coordinate representation of color #FF2EC4: hue angle of 316.94º 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 #FF2EC4 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 196 | - |
| CMYK | 0 | 0.82 | 0.23 | 0 |
| HSL | 316.94º | 1% | 0.59% | - |
| HSV(B) | 316.94º | 0.82% | 1% | - |
| XYZ | 52.18 | 27.2 | 54.72 | - |
| YUV | 125.59 | 167.74 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 196 | 0 | 0.82 | 0.23 | 0 | 316.94 | 1 | 0.59 |
| Hex | FF | 2E | C4 | 0 | 52 | 17 | 0 | 13D | 64 | 3B |
| Octal | 377 | 56 | 304 | 0 | 122 | 27 | 0 | 475 | 144 | 73 |
| Binary | 11111111 | 101110 | 11000100 | 0 | 1010010 | 10111 | 0 | 100111101 | 1100100 | 111011 |
Color Harmonies of #FF2EC4
Complementary color
Monochromatic Colors of #FF2EC4
Black with #FF2EC4
Text Example
Text Example
White with #FF2EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EC4; }
p { color: rgb(255,46,196); }
H1.HeaderClassName
{
color: #FF2EC4;
}
.AnyTagClassName
{
color: #FF2EC4;
}
</style>
background-color css
<style>
a { background-color: #FF2EC4; }
a { background-color: rgb(255,46,196); }
div.DivClassName
{
background-color: #FF2EC4;
}
.BgClassName
{
background-color: #FF2EC4;
}
</style>
border-color css
<style>
span { border-color: #FF2EC4; }
span { border-color: rgb(255,46,196); }
td.TdClassName
{
border-color: #FF2EC4;
}
.TagClassName
{
border-color: #FF2EC4;
}
</style>