Shades of Razzle Dazzle Rose #FE2EE7
Tints of Razzle Dazzle Rose #FE2EE7
RGB
CMYK
RGB Variations
Color information
#FE2EE7 (or 0xFE2EE7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and E7. RGB value is (254,46,231). Sum of RGB (Red+Green+Blue) = 254+46+231=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 46 (18.36% from 255 or 8.66% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EE7 is #01D118. Grayscale: #808080. Windows color (decimal): -119065 or 15150846. OLE color: 15150846.
HSL color Cylindrical-coordinate representation of color #FE2EE7: hue angle of 306.63º 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 #FE2EE7 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 231 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.00 |
| HSL | 306.63º | 0.99% | 0.59% | - |
| HSV(B) | 306.63º | 0.82% | 1% | - |
| XYZ | 56.27 | 28.79 | 78.19 | - |
| YUV | 129.28 | 185.41 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 231 | 0 | 0.82 | 0.09 | 0.00 | 306.63 | 0.99 | 0.59 |
| Hex | FE | 2E | E7 | 0 | 52 | 9 | 0 | 133 | 63 | 3B |
| Octal | 376 | 56 | 347 | 0 | 122 | 11 | 0 | 463 | 143 | 73 |
| Binary | 11111110 | 101110 | 11100111 | 0 | 1010010 | 1001 | 0 | 100110011 | 1100011 | 111011 |
Color Harmonies of #FE2EE7
Complementary color
Monochromatic Colors of #FE2EE7
Black with #FE2EE7
Text Example
Text Example
White with #FE2EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EE7; }
p { color: rgb(254,46,231); }
H1.HeaderClassName
{
color: #FE2EE7;
}
.AnyTagClassName
{
color: #FE2EE7;
}
</style>
background-color css
<style>
a { background-color: #FE2EE7; }
a { background-color: rgb(254,46,231); }
div.DivClassName
{
background-color: #FE2EE7;
}
.BgClassName
{
background-color: #FE2EE7;
}
</style>
border-color css
<style>
span { border-color: #FE2EE7; }
span { border-color: rgb(254,46,231); }
td.TdClassName
{
border-color: #FE2EE7;
}
.TagClassName
{
border-color: #FE2EE7;
}
</style>