Shades of Razzle Dazzle Rose #FE2CE9
Tints of Razzle Dazzle Rose #FE2CE9
RGB
CMYK
RGB Variations
Color information
#FE2CE9 (or 0xFE2CE9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2C and E9. RGB value is (254,44,233). Sum of RGB (Red+Green+Blue) = 254+44+233=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 44 (17.58% from 255 or 8.29% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2CE9 is #01D316. Grayscale: #7F7F7F. Windows color (decimal): -119575 or 15281406. OLE color: 15281406.
HSL color Cylindrical-coordinate representation of color #FE2CE9: hue angle of 306º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2CE9 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 233 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.00 |
| HSL | 306º | 0.99% | 0.58% | - |
| HSV(B) | 306º | 0.83% | 1% | - |
| XYZ | 56.48 | 28.76 | 79.66 | - |
| YUV | 128.34 | 187.07 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 233 | 0 | 0.83 | 0.08 | 0.00 | 306 | 0.99 | 0.58 |
| Hex | FE | 2C | E9 | 0 | 53 | 8 | 0 | 132 | 63 | 3A |
| Octal | 376 | 54 | 351 | 0 | 123 | 10 | 0 | 462 | 143 | 72 |
| Binary | 11111110 | 101100 | 11101001 | 0 | 1010011 | 1000 | 0 | 100110010 | 1100011 | 111010 |
Color Harmonies of #FE2CE9
Complementary color
Monochromatic Colors of #FE2CE9
Black with #FE2CE9
Text Example
Text Example
White with #FE2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CE9; }
p { color: rgb(254,44,233); }
H1.HeaderClassName
{
color: #FE2CE9;
}
.AnyTagClassName
{
color: #FE2CE9;
}
</style>
background-color css
<style>
a { background-color: #FE2CE9; }
a { background-color: rgb(254,44,233); }
div.DivClassName
{
background-color: #FE2CE9;
}
.BgClassName
{
background-color: #FE2CE9;
}
</style>
border-color css
<style>
span { border-color: #FE2CE9; }
span { border-color: rgb(254,44,233); }
td.TdClassName
{
border-color: #FE2CE9;
}
.TagClassName
{
border-color: #FE2CE9;
}
</style>