Shades of Razzle Dazzle Rose #FE2EC5
Tints of Razzle Dazzle Rose #FE2EC5
RGB
CMYK
RGB Variations
Color information
#FE2EC5 (or 0xFE2EC5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and C5. RGB value is (254,46,197). Sum of RGB (Red+Green+Blue) = 254+46+197=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2EC5 is #01D13A. Grayscale: #7D7D7D. Windows color (decimal): -119099 or 12922622. OLE color: 12922622.
HSL color Cylindrical-coordinate representation of color #FE2EC5: hue angle of 316.44º 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 #FE2EC5 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 197 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.00 |
| HSL | 316.44º | 0.99% | 0.59% | - |
| HSV(B) | 316.44º | 0.82% | 1% | - |
| XYZ | 51.93 | 27.06 | 55.31 | - |
| YUV | 125.41 | 168.41 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 197 | 0 | 0.82 | 0.22 | 0.00 | 316.44 | 0.99 | 0.59 |
| Hex | FE | 2E | C5 | 0 | 52 | 16 | 0 | 13C | 63 | 3B |
| Octal | 376 | 56 | 305 | 0 | 122 | 26 | 0 | 474 | 143 | 73 |
| Binary | 11111110 | 101110 | 11000101 | 0 | 1010010 | 10110 | 0 | 100111100 | 1100011 | 111011 |
Color Harmonies of #FE2EC5
Complementary color
Monochromatic Colors of #FE2EC5
Black with #FE2EC5
Text Example
Text Example
White with #FE2EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EC5; }
p { color: rgb(254,46,197); }
H1.HeaderClassName
{
color: #FE2EC5;
}
.AnyTagClassName
{
color: #FE2EC5;
}
</style>
background-color css
<style>
a { background-color: #FE2EC5; }
a { background-color: rgb(254,46,197); }
div.DivClassName
{
background-color: #FE2EC5;
}
.BgClassName
{
background-color: #FE2EC5;
}
</style>
border-color css
<style>
span { border-color: #FE2EC5; }
span { border-color: rgb(254,46,197); }
td.TdClassName
{
border-color: #FE2EC5;
}
.TagClassName
{
border-color: #FE2EC5;
}
</style>