Shades of Razzle Dazzle Rose #FE1EE5
Tints of Razzle Dazzle Rose #FE1EE5
RGB
CMYK
RGB Variations
Color information
#FE1EE5 (or 0xFE1EE5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1E and E5. RGB value is (254,30,229). Sum of RGB (Red+Green+Blue) = 254+30+229=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1EE5 is #01E11A. Grayscale: #777777. Windows color (decimal): -123163 or 15015678. OLE color: 15015678.
HSL color Cylindrical-coordinate representation of color #FE1EE5: hue angle of 306.7º 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 #FE1EE5 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 229 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.00 |
| HSL | 306.7º | 0.99% | 0.56% | - |
| HSV(B) | 306.7º | 0.88% | 1% | - |
| XYZ | 55.48 | 27.66 | 76.54 | - |
| YUV | 119.66 | 189.71 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 229 | 0 | 0.88 | 0.10 | 0.00 | 306.7 | 0.99 | 0.56 |
| Hex | FE | 1E | E5 | 0 | 58 | A | 0 | 133 | 63 | 38 |
| Octal | 376 | 36 | 345 | 0 | 130 | 12 | 0 | 463 | 143 | 70 |
| Binary | 11111110 | 11110 | 11100101 | 0 | 1011000 | 1010 | 0 | 100110011 | 1100011 | 111000 |
Color Harmonies of #FE1EE5
Complementary color
Monochromatic Colors of #FE1EE5
Black with #FE1EE5
Text Example
Text Example
White with #FE1EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EE5; }
p { color: rgb(254,30,229); }
H1.HeaderClassName
{
color: #FE1EE5;
}
.AnyTagClassName
{
color: #FE1EE5;
}
</style>
background-color css
<style>
a { background-color: #FE1EE5; }
a { background-color: rgb(254,30,229); }
div.DivClassName
{
background-color: #FE1EE5;
}
.BgClassName
{
background-color: #FE1EE5;
}
</style>
border-color css
<style>
span { border-color: #FE1EE5; }
span { border-color: rgb(254,30,229); }
td.TdClassName
{
border-color: #FE1EE5;
}
.TagClassName
{
border-color: #FE1EE5;
}
</style>