Shades of Razzle Dazzle Rose #FE2EC4
Tints of Razzle Dazzle Rose #FE2EC4
RGB
CMYK
RGB Variations
Color information
#FE2EC4 (or 0xFE2EC4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and C4. RGB value is (254,46,196). Sum of RGB (Red+Green+Blue) = 254+46+196=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2EC4 is #01D13B. Grayscale: #7C7C7C. Windows color (decimal): -119100 or 12857086. OLE color: 12857086.
HSL color Cylindrical-coordinate representation of color #FE2EC4: hue angle of 316.73º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2EC4 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 196 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.00 |
| HSL | 316.73º | 0.99% | 0.59% | - |
| HSV(B) | 316.73º | 0.82% | 1% | - |
| XYZ | 51.81 | 27.01 | 54.71 | - |
| YUV | 125.29 | 167.91 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 196 | 0 | 0.82 | 0.23 | 0.00 | 316.73 | 0.99 | 0.59 |
| Hex | FE | 2E | C4 | 0 | 52 | 17 | 0 | 13D | 63 | 3B |
| Octal | 376 | 56 | 304 | 0 | 122 | 27 | 0 | 475 | 143 | 73 |
| Binary | 11111110 | 101110 | 11000100 | 0 | 1010010 | 10111 | 0 | 100111101 | 1100011 | 111011 |
Color Harmonies of #FE2EC4
Complementary color
Monochromatic Colors of #FE2EC4
Black with #FE2EC4
Text Example
Text Example
White with #FE2EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EC4; }
p { color: rgb(254,46,196); }
H1.HeaderClassName
{
color: #FE2EC4;
}
.AnyTagClassName
{
color: #FE2EC4;
}
</style>
background-color css
<style>
a { background-color: #FE2EC4; }
a { background-color: rgb(254,46,196); }
div.DivClassName
{
background-color: #FE2EC4;
}
.BgClassName
{
background-color: #FE2EC4;
}
</style>
border-color css
<style>
span { border-color: #FE2EC4; }
span { border-color: rgb(254,46,196); }
td.TdClassName
{
border-color: #FE2EC4;
}
.TagClassName
{
border-color: #FE2EC4;
}
</style>