Shades of Razzle Dazzle Rose #FE2EDD
Tints of Razzle Dazzle Rose #FE2EDD
RGB
CMYK
RGB Variations
Color information
#FE2EDD (or 0xFE2EDD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and DD. RGB value is (254,46,221). Sum of RGB (Red+Green+Blue) = 254+46+221=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 46 (18.36% from 255 or 8.83% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2EDD is #01D122. Grayscale: #7F7F7F. Windows color (decimal): -119075 or 14495486. OLE color: 14495486.
HSL color Cylindrical-coordinate representation of color #FE2EDD: hue angle of 309.52º 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 #FE2EDD is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 221 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.00 |
| HSL | 309.52º | 0.99% | 0.59% | - |
| HSV(B) | 309.52º | 0.82% | 1% | - |
| XYZ | 54.9 | 28.25 | 70.96 | - |
| YUV | 128.14 | 180.41 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 221 | 0 | 0.82 | 0.13 | 0.00 | 309.52 | 0.99 | 0.59 |
| Hex | FE | 2E | DD | 0 | 52 | D | 0 | 136 | 63 | 3B |
| Octal | 376 | 56 | 335 | 0 | 122 | 15 | 0 | 466 | 143 | 73 |
| Binary | 11111110 | 101110 | 11011101 | 0 | 1010010 | 1101 | 0 | 100110110 | 1100011 | 111011 |
Color Harmonies of #FE2EDD
Complementary color
Monochromatic Colors of #FE2EDD
Black with #FE2EDD
Text Example
Text Example
White with #FE2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EDD; }
p { color: rgb(254,46,221); }
H1.HeaderClassName
{
color: #FE2EDD;
}
.AnyTagClassName
{
color: #FE2EDD;
}
</style>
background-color css
<style>
a { background-color: #FE2EDD; }
a { background-color: rgb(254,46,221); }
div.DivClassName
{
background-color: #FE2EDD;
}
.BgClassName
{
background-color: #FE2EDD;
}
</style>
border-color css
<style>
span { border-color: #FE2EDD; }
span { border-color: rgb(254,46,221); }
td.TdClassName
{
border-color: #FE2EDD;
}
.TagClassName
{
border-color: #FE2EDD;
}
</style>