Shades of Razzle Dazzle Rose #FE2EEC
Tints of Razzle Dazzle Rose #FE2EEC
RGB
CMYK
RGB Variations
Color information
#FE2EEC (or 0xFE2EEC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and EC. RGB value is (254,46,236). Sum of RGB (Red+Green+Blue) = 254+46+236=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 46 (18.36% from 255 or 8.58% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EEC is #01D113. Grayscale: #818181. Windows color (decimal): -119060 or 15478526. OLE color: 15478526.
HSL color Cylindrical-coordinate representation of color #FE2EEC: hue angle of 305.19º 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 #FE2EEC is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 236 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.00 |
| HSL | 305.19º | 0.99% | 0.59% | - |
| HSV(B) | 305.19º | 0.82% | 1% | - |
| XYZ | 56.99 | 29.08 | 81.97 | - |
| YUV | 129.85 | 187.91 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 236 | 0 | 0.82 | 0.07 | 0.00 | 305.19 | 0.99 | 0.59 |
| Hex | FE | 2E | EC | 0 | 52 | 7 | 0 | 131 | 63 | 3B |
| Octal | 376 | 56 | 354 | 0 | 122 | 7 | 0 | 461 | 143 | 73 |
| Binary | 11111110 | 101110 | 11101100 | 0 | 1010010 | 111 | 0 | 100110001 | 1100011 | 111011 |
Color Harmonies of #FE2EEC
Complementary color
Monochromatic Colors of #FE2EEC
Black with #FE2EEC
Text Example
Text Example
White with #FE2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EEC; }
p { color: rgb(254,46,236); }
H1.HeaderClassName
{
color: #FE2EEC;
}
.AnyTagClassName
{
color: #FE2EEC;
}
</style>
background-color css
<style>
a { background-color: #FE2EEC; }
a { background-color: rgb(254,46,236); }
div.DivClassName
{
background-color: #FE2EEC;
}
.BgClassName
{
background-color: #FE2EEC;
}
</style>
border-color css
<style>
span { border-color: #FE2EEC; }
span { border-color: rgb(254,46,236); }
td.TdClassName
{
border-color: #FE2EEC;
}
.TagClassName
{
border-color: #FE2EEC;
}
</style>