Shades of Razzle Dazzle Rose #FE2CE0
Tints of Razzle Dazzle Rose #FE2CE0
RGB
CMYK
RGB Variations
Color information
#FE2CE0 (or 0xFE2CE0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2C and E0. RGB value is (254,44,224). Sum of RGB (Red+Green+Blue) = 254+44+224=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 44 (17.58% from 255 or 8.43% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2CE0 is #01D31F. Grayscale: #7E7E7E. Windows color (decimal): -119584 or 14691582. OLE color: 14691582.
HSL color Cylindrical-coordinate representation of color #FE2CE0: hue angle of 308.57º 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 #FE2CE0 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 224 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.00 |
| HSL | 308.57º | 0.99% | 0.58% | - |
| HSV(B) | 308.57º | 0.83% | 1% | - |
| XYZ | 55.23 | 28.25 | 73.06 | - |
| YUV | 127.31 | 182.57 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 224 | 0 | 0.83 | 0.12 | 0.00 | 308.57 | 0.99 | 0.58 |
| Hex | FE | 2C | E0 | 0 | 53 | C | 0 | 135 | 63 | 3A |
| Octal | 376 | 54 | 340 | 0 | 123 | 14 | 0 | 465 | 143 | 72 |
| Binary | 11111110 | 101100 | 11100000 | 0 | 1010011 | 1100 | 0 | 100110101 | 1100011 | 111010 |
Color Harmonies of #FE2CE0
Complementary color
Monochromatic Colors of #FE2CE0
Black with #FE2CE0
Text Example
Text Example
White with #FE2CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CE0; }
p { color: rgb(254,44,224); }
H1.HeaderClassName
{
color: #FE2CE0;
}
.AnyTagClassName
{
color: #FE2CE0;
}
</style>
background-color css
<style>
a { background-color: #FE2CE0; }
a { background-color: rgb(254,44,224); }
div.DivClassName
{
background-color: #FE2CE0;
}
.BgClassName
{
background-color: #FE2CE0;
}
</style>
border-color css
<style>
span { border-color: #FE2CE0; }
span { border-color: rgb(254,44,224); }
td.TdClassName
{
border-color: #FE2CE0;
}
.TagClassName
{
border-color: #FE2CE0;
}
</style>