Shades of Razzle Dazzle Rose #FE32E0
Tints of Razzle Dazzle Rose #FE32E0
RGB
CMYK
RGB Variations
Color information
#FE32E0 (or 0xFE32E0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 32 and E0. RGB value is (254,50,224). Sum of RGB (Red+Green+Blue) = 254+50+224=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 50 (19.92% from 255 or 9.47% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32E0 is #01CD1F. Grayscale: #828282. Windows color (decimal): -118048 or 14693118. OLE color: 14693118.
HSL color Cylindrical-coordinate representation of color #FE32E0: hue angle of 308.82º 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 #FE32E0 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 224 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.00 |
| HSL | 308.82º | 0.99% | 0.6% | - |
| HSV(B) | 308.82º | 0.8% | 1% | - |
| XYZ | 55.47 | 28.73 | 73.14 | - |
| YUV | 130.83 | 180.59 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 224 | 0 | 0.80 | 0.12 | 0.00 | 308.82 | 0.99 | 0.6 |
| Hex | FE | 32 | E0 | 0 | 50 | C | 0 | 135 | 63 | 3C |
| Octal | 376 | 62 | 340 | 0 | 120 | 14 | 0 | 465 | 143 | 74 |
| Binary | 11111110 | 110010 | 11100000 | 0 | 1010000 | 1100 | 0 | 100110101 | 1100011 | 111100 |
Color Harmonies of #FE32E0
Complementary color
Monochromatic Colors of #FE32E0
Black with #FE32E0
Text Example
Text Example
White with #FE32E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32E0; }
p { color: rgb(254,50,224); }
H1.HeaderClassName
{
color: #FE32E0;
}
.AnyTagClassName
{
color: #FE32E0;
}
</style>
background-color css
<style>
a { background-color: #FE32E0; }
a { background-color: rgb(254,50,224); }
div.DivClassName
{
background-color: #FE32E0;
}
.BgClassName
{
background-color: #FE32E0;
}
</style>
border-color css
<style>
span { border-color: #FE32E0; }
span { border-color: rgb(254,50,224); }
td.TdClassName
{
border-color: #FE32E0;
}
.TagClassName
{
border-color: #FE32E0;
}
</style>