Shades of Razzle Dazzle Rose #FE1EE7
Tints of Razzle Dazzle Rose #FE1EE7
RGB
CMYK
RGB Variations
Color information
#FE1EE7 (or 0xFE1EE7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1E and E7. RGB value is (254,30,231). Sum of RGB (Red+Green+Blue) = 254+30+231=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 30 (12.11% from 255 or 5.83% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1EE7 is #01E118. Grayscale: #777777. Windows color (decimal): -123161 or 15146750. OLE color: 15146750.
HSL color Cylindrical-coordinate representation of color #FE1EE7: hue angle of 306.16º 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 #FE1EE7 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 231 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.00 |
| HSL | 306.16º | 0.99% | 0.56% | - |
| HSV(B) | 306.16º | 0.88% | 1% | - |
| XYZ | 55.76 | 27.77 | 78.02 | - |
| YUV | 119.89 | 190.71 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 231 | 0 | 0.88 | 0.09 | 0.00 | 306.16 | 0.99 | 0.56 |
| Hex | FE | 1E | E7 | 0 | 58 | 9 | 0 | 132 | 63 | 38 |
| Octal | 376 | 36 | 347 | 0 | 130 | 11 | 0 | 462 | 143 | 70 |
| Binary | 11111110 | 11110 | 11100111 | 0 | 1011000 | 1001 | 0 | 100110010 | 1100011 | 111000 |
Color Harmonies of #FE1EE7
Complementary color
Monochromatic Colors of #FE1EE7
Black with #FE1EE7
Text Example
Text Example
White with #FE1EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EE7; }
p { color: rgb(254,30,231); }
H1.HeaderClassName
{
color: #FE1EE7;
}
.AnyTagClassName
{
color: #FE1EE7;
}
</style>
background-color css
<style>
a { background-color: #FE1EE7; }
a { background-color: rgb(254,30,231); }
div.DivClassName
{
background-color: #FE1EE7;
}
.BgClassName
{
background-color: #FE1EE7;
}
</style>
border-color css
<style>
span { border-color: #FE1EE7; }
span { border-color: rgb(254,30,231); }
td.TdClassName
{
border-color: #FE1EE7;
}
.TagClassName
{
border-color: #FE1EE7;
}
</style>