Shades of Razzle Dazzle Rose #FE2EDE
Tints of Razzle Dazzle Rose #FE2EDE
RGB
CMYK
RGB Variations
Color information
#FE2EDE (or 0xFE2EDE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and DE. RGB value is (254,46,222). Sum of RGB (Red+Green+Blue) = 254+46+222=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 46 (18.36% from 255 or 8.81% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2EDE is #01D121. Grayscale: #7F7F7F. Windows color (decimal): -119074 or 14561022. OLE color: 14561022.
HSL color Cylindrical-coordinate representation of color #FE2EDE: hue angle of 309.23º 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 #FE2EDE is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 222 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.00 |
| HSL | 309.23º | 0.99% | 0.59% | - |
| HSV(B) | 309.23º | 0.82% | 1% | - |
| XYZ | 55.03 | 28.3 | 71.67 | - |
| YUV | 128.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 222 | 0 | 0.82 | 0.13 | 0.00 | 309.23 | 0.99 | 0.59 |
| Hex | FE | 2E | DE | 0 | 52 | D | 0 | 135 | 63 | 3B |
| Octal | 376 | 56 | 336 | 0 | 122 | 15 | 0 | 465 | 143 | 73 |
| Binary | 11111110 | 101110 | 11011110 | 0 | 1010010 | 1101 | 0 | 100110101 | 1100011 | 111011 |
Color Harmonies of #FE2EDE
Complementary color
Monochromatic Colors of #FE2EDE
Black with #FE2EDE
Text Example
Text Example
White with #FE2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EDE; }
p { color: rgb(254,46,222); }
H1.HeaderClassName
{
color: #FE2EDE;
}
.AnyTagClassName
{
color: #FE2EDE;
}
</style>
background-color css
<style>
a { background-color: #FE2EDE; }
a { background-color: rgb(254,46,222); }
div.DivClassName
{
background-color: #FE2EDE;
}
.BgClassName
{
background-color: #FE2EDE;
}
</style>
border-color css
<style>
span { border-color: #FE2EDE; }
span { border-color: rgb(254,46,222); }
td.TdClassName
{
border-color: #FE2EDE;
}
.TagClassName
{
border-color: #FE2EDE;
}
</style>