Shades of Razzle Dazzle Rose #FE32E3
Tints of Razzle Dazzle Rose #FE32E3
RGB
CMYK
RGB Variations
Color information
#FE32E3 (or 0xFE32E3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 32 and E3. RGB value is (254,50,227). Sum of RGB (Red+Green+Blue) = 254+50+227=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 50 (19.92% from 255 or 9.42% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32E3 is #01CD1C. Grayscale: #828282. Windows color (decimal): -118045 or 14889726. OLE color: 14889726.
HSL color Cylindrical-coordinate representation of color #FE32E3: hue angle of 307.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE32E3 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 227 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.00 |
| HSL | 307.94º | 0.99% | 0.6% | - |
| HSV(B) | 307.94º | 0.8% | 1% | - |
| XYZ | 55.88 | 28.9 | 75.31 | - |
| YUV | 131.17 | 182.09 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 227 | 0 | 0.80 | 0.11 | 0.00 | 307.94 | 0.99 | 0.6 |
| Hex | FE | 32 | E3 | 0 | 50 | B | 0 | 134 | 63 | 3C |
| Octal | 376 | 62 | 343 | 0 | 120 | 13 | 0 | 464 | 143 | 74 |
| Binary | 11111110 | 110010 | 11100011 | 0 | 1010000 | 1011 | 0 | 100110100 | 1100011 | 111100 |
Color Harmonies of #FE32E3
Complementary color
Monochromatic Colors of #FE32E3
Black with #FE32E3
Text Example
Text Example
White with #FE32E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32E3; }
p { color: rgb(254,50,227); }
H1.HeaderClassName
{
color: #FE32E3;
}
.AnyTagClassName
{
color: #FE32E3;
}
</style>
background-color css
<style>
a { background-color: #FE32E3; }
a { background-color: rgb(254,50,227); }
div.DivClassName
{
background-color: #FE32E3;
}
.BgClassName
{
background-color: #FE32E3;
}
</style>
border-color css
<style>
span { border-color: #FE32E3; }
span { border-color: rgb(254,50,227); }
td.TdClassName
{
border-color: #FE32E3;
}
.TagClassName
{
border-color: #FE32E3;
}
</style>