Shades of Razzle Dazzle Rose #FE2EC9
Tints of Razzle Dazzle Rose #FE2EC9
RGB
CMYK
RGB Variations
Color information
#FE2EC9 (or 0xFE2EC9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and C9. RGB value is (254,46,201). Sum of RGB (Red+Green+Blue) = 254+46+201=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2EC9 is #01D136. Grayscale: #7D7D7D. Windows color (decimal): -119095 or 13184766. OLE color: 13184766.
HSL color Cylindrical-coordinate representation of color #FE2EC9: hue angle of 315.29º 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 #FE2EC9 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 201 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.00 |
| HSL | 315.29º | 0.99% | 0.59% | - |
| HSV(B) | 315.29º | 0.82% | 1% | - |
| XYZ | 52.39 | 27.24 | 57.76 | - |
| YUV | 125.86 | 170.41 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 201 | 0 | 0.82 | 0.21 | 0.00 | 315.29 | 0.99 | 0.59 |
| Hex | FE | 2E | C9 | 0 | 52 | 15 | 0 | 13B | 63 | 3B |
| Octal | 376 | 56 | 311 | 0 | 122 | 25 | 0 | 473 | 143 | 73 |
| Binary | 11111110 | 101110 | 11001001 | 0 | 1010010 | 10101 | 0 | 100111011 | 1100011 | 111011 |
Color Harmonies of #FE2EC9
Complementary color
Monochromatic Colors of #FE2EC9
Black with #FE2EC9
Text Example
Text Example
White with #FE2EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EC9; }
p { color: rgb(254,46,201); }
H1.HeaderClassName
{
color: #FE2EC9;
}
.AnyTagClassName
{
color: #FE2EC9;
}
</style>
background-color css
<style>
a { background-color: #FE2EC9; }
a { background-color: rgb(254,46,201); }
div.DivClassName
{
background-color: #FE2EC9;
}
.BgClassName
{
background-color: #FE2EC9;
}
</style>
border-color css
<style>
span { border-color: #FE2EC9; }
span { border-color: rgb(254,46,201); }
td.TdClassName
{
border-color: #FE2EC9;
}
.TagClassName
{
border-color: #FE2EC9;
}
</style>