Shades of Razzle Dazzle Rose #FE1EE0
Tints of Razzle Dazzle Rose #FE1EE0
RGB
CMYK
RGB Variations
Color information
#FE1EE0 (or 0xFE1EE0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1E and E0. RGB value is (254,30,224). Sum of RGB (Red+Green+Blue) = 254+30+224=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 30 (12.11% from 255 or 5.91% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1EE0 is #01E11F. Grayscale: #767676. Windows color (decimal): -123168 or 14687998. OLE color: 14687998.
HSL color Cylindrical-coordinate representation of color #FE1EE0: hue angle of 308.04º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1EE0 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 224 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.00 |
| HSL | 308.04º | 0.99% | 0.56% | - |
| HSV(B) | 308.04º | 0.88% | 1% | - |
| XYZ | 54.79 | 27.38 | 72.92 | - |
| YUV | 119.09 | 187.21 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 224 | 0 | 0.88 | 0.12 | 0.00 | 308.04 | 0.99 | 0.56 |
| Hex | FE | 1E | E0 | 0 | 58 | C | 0 | 134 | 63 | 38 |
| Octal | 376 | 36 | 340 | 0 | 130 | 14 | 0 | 464 | 143 | 70 |
| Binary | 11111110 | 11110 | 11100000 | 0 | 1011000 | 1100 | 0 | 100110100 | 1100011 | 111000 |
Color Harmonies of #FE1EE0
Complementary color
Monochromatic Colors of #FE1EE0
Black with #FE1EE0
Text Example
Text Example
White with #FE1EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EE0; }
p { color: rgb(254,30,224); }
H1.HeaderClassName
{
color: #FE1EE0;
}
.AnyTagClassName
{
color: #FE1EE0;
}
</style>
background-color css
<style>
a { background-color: #FE1EE0; }
a { background-color: rgb(254,30,224); }
div.DivClassName
{
background-color: #FE1EE0;
}
.BgClassName
{
background-color: #FE1EE0;
}
</style>
border-color css
<style>
span { border-color: #FE1EE0; }
span { border-color: rgb(254,30,224); }
td.TdClassName
{
border-color: #FE1EE0;
}
.TagClassName
{
border-color: #FE1EE0;
}
</style>