Shades of Razzle Dazzle Rose #FE2EE0
Tints of Razzle Dazzle Rose #FE2EE0
RGB
CMYK
RGB Variations
Color information
#FE2EE0 (or 0xFE2EE0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and E0. RGB value is (254,46,224). Sum of RGB (Red+Green+Blue) = 254+46+224=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 46 (18.36% from 255 or 8.78% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2EE0 is #01D11F. Grayscale: #7F7F7F. Windows color (decimal): -119072 or 14692094. OLE color: 14692094.
HSL color Cylindrical-coordinate representation of color #FE2EE0: hue angle of 308.65º 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 #FE2EE0 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 224 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.00 |
| HSL | 308.65º | 0.99% | 0.59% | - |
| HSV(B) | 308.65º | 0.82% | 1% | - |
| XYZ | 55.3 | 28.41 | 73.09 | - |
| YUV | 128.48 | 181.91 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 224 | 0 | 0.82 | 0.12 | 0.00 | 308.65 | 0.99 | 0.59 |
| Hex | FE | 2E | E0 | 0 | 52 | C | 0 | 135 | 63 | 3B |
| Octal | 376 | 56 | 340 | 0 | 122 | 14 | 0 | 465 | 143 | 73 |
| Binary | 11111110 | 101110 | 11100000 | 0 | 1010010 | 1100 | 0 | 100110101 | 1100011 | 111011 |
Color Harmonies of #FE2EE0
Complementary color
Monochromatic Colors of #FE2EE0
Black with #FE2EE0
Text Example
Text Example
White with #FE2EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EE0; }
p { color: rgb(254,46,224); }
H1.HeaderClassName
{
color: #FE2EE0;
}
.AnyTagClassName
{
color: #FE2EE0;
}
</style>
background-color css
<style>
a { background-color: #FE2EE0; }
a { background-color: rgb(254,46,224); }
div.DivClassName
{
background-color: #FE2EE0;
}
.BgClassName
{
background-color: #FE2EE0;
}
</style>
border-color css
<style>
span { border-color: #FE2EE0; }
span { border-color: rgb(254,46,224); }
td.TdClassName
{
border-color: #FE2EE0;
}
.TagClassName
{
border-color: #FE2EE0;
}
</style>