Shades of Razzle Dazzle Rose #FE1EE8
Tints of Razzle Dazzle Rose #FE1EE8
RGB
CMYK
RGB Variations
Color information
#FE1EE8 (or 0xFE1EE8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1E and E8. RGB value is (254,30,232). Sum of RGB (Red+Green+Blue) = 254+30+232=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 30 (12.11% from 255 or 5.81% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1EE8 is #01E117. Grayscale: #777777. Windows color (decimal): -123160 or 15212286. OLE color: 15212286.
HSL color Cylindrical-coordinate representation of color #FE1EE8: hue angle of 305.89º 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 #FE1EE8 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 232 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.00 |
| HSL | 305.89º | 0.99% | 0.56% | - |
| HSV(B) | 305.89º | 0.88% | 1% | - |
| XYZ | 55.9 | 27.83 | 78.77 | - |
| YUV | 120 | 191.21 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 232 | 0 | 0.88 | 0.09 | 0.00 | 305.89 | 0.99 | 0.56 |
| Hex | FE | 1E | E8 | 0 | 58 | 9 | 0 | 132 | 63 | 38 |
| Octal | 376 | 36 | 350 | 0 | 130 | 11 | 0 | 462 | 143 | 70 |
| Binary | 11111110 | 11110 | 11101000 | 0 | 1011000 | 1001 | 0 | 100110010 | 1100011 | 111000 |
Color Harmonies of #FE1EE8
Complementary color
Monochromatic Colors of #FE1EE8
Black with #FE1EE8
Text Example
Text Example
White with #FE1EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EE8; }
p { color: rgb(254,30,232); }
H1.HeaderClassName
{
color: #FE1EE8;
}
.AnyTagClassName
{
color: #FE1EE8;
}
</style>
background-color css
<style>
a { background-color: #FE1EE8; }
a { background-color: rgb(254,30,232); }
div.DivClassName
{
background-color: #FE1EE8;
}
.BgClassName
{
background-color: #FE1EE8;
}
</style>
border-color css
<style>
span { border-color: #FE1EE8; }
span { border-color: rgb(254,30,232); }
td.TdClassName
{
border-color: #FE1EE8;
}
.TagClassName
{
border-color: #FE1EE8;
}
</style>