Shades of Razzle Dazzle Rose #FE2EEE
Tints of Razzle Dazzle Rose #FE2EEE
RGB
CMYK
RGB Variations
Color information
#FE2EEE (or 0xFE2EEE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and EE. RGB value is (254,46,238). Sum of RGB (Red+Green+Blue) = 254+46+238=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 46 (18.36% from 255 or 8.55% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EEE is #01D111. Grayscale: #818181. Windows color (decimal): -119058 or 15609598. OLE color: 15609598.
HSL color Cylindrical-coordinate representation of color #FE2EEE: hue angle of 304.62º 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 #FE2EEE is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 238 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.00 |
| HSL | 304.62º | 0.99% | 0.59% | - |
| HSV(B) | 304.62º | 0.82% | 1% | - |
| XYZ | 57.28 | 29.2 | 83.51 | - |
| YUV | 130.08 | 188.91 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 238 | 0 | 0.82 | 0.06 | 0.00 | 304.62 | 0.99 | 0.59 |
| Hex | FE | 2E | EE | 0 | 52 | 6 | 0 | 131 | 63 | 3B |
| Octal | 376 | 56 | 356 | 0 | 122 | 6 | 0 | 461 | 143 | 73 |
| Binary | 11111110 | 101110 | 11101110 | 0 | 1010010 | 110 | 0 | 100110001 | 1100011 | 111011 |
Color Harmonies of #FE2EEE
Complementary color
Monochromatic Colors of #FE2EEE
Black with #FE2EEE
Text Example
Text Example
White with #FE2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EEE; }
p { color: rgb(254,46,238); }
H1.HeaderClassName
{
color: #FE2EEE;
}
.AnyTagClassName
{
color: #FE2EEE;
}
</style>
background-color css
<style>
a { background-color: #FE2EEE; }
a { background-color: rgb(254,46,238); }
div.DivClassName
{
background-color: #FE2EEE;
}
.BgClassName
{
background-color: #FE2EEE;
}
</style>
border-color css
<style>
span { border-color: #FE2EEE; }
span { border-color: rgb(254,46,238); }
td.TdClassName
{
border-color: #FE2EEE;
}
.TagClassName
{
border-color: #FE2EEE;
}
</style>