Shades of Razzle Dazzle Rose #FE2ED0
Tints of Razzle Dazzle Rose #FE2ED0
RGB
CMYK
RGB Variations
Color information
#FE2ED0 (or 0xFE2ED0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and D0. RGB value is (254,46,208). Sum of RGB (Red+Green+Blue) = 254+46+208=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2ED0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2ED0 is #01D12F. Grayscale: #7E7E7E. Windows color (decimal): -119088 or 13643518. OLE color: 13643518.
HSL color Cylindrical-coordinate representation of color #FE2ED0: hue angle of 313.27º 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 #FE2ED0 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 208 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.00 |
| HSL | 313.27º | 0.99% | 0.59% | - |
| HSV(B) | 313.27º | 0.82% | 1% | - |
| XYZ | 53.24 | 27.58 | 62.19 | - |
| YUV | 126.66 | 173.91 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 208 | 0 | 0.82 | 0.18 | 0.00 | 313.27 | 0.99 | 0.59 |
| Hex | FE | 2E | D0 | 0 | 52 | 12 | 0 | 139 | 63 | 3B |
| Octal | 376 | 56 | 320 | 0 | 122 | 22 | 0 | 471 | 143 | 73 |
| Binary | 11111110 | 101110 | 11010000 | 0 | 1010010 | 10010 | 0 | 100111001 | 1100011 | 111011 |
Color Harmonies of #FE2ED0
Complementary color
Monochromatic Colors of #FE2ED0
Black with #FE2ED0
Text Example
Text Example
White with #FE2ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2ED0; }
p { color: rgb(254,46,208); }
H1.HeaderClassName
{
color: #FE2ED0;
}
.AnyTagClassName
{
color: #FE2ED0;
}
</style>
background-color css
<style>
a { background-color: #FE2ED0; }
a { background-color: rgb(254,46,208); }
div.DivClassName
{
background-color: #FE2ED0;
}
.BgClassName
{
background-color: #FE2ED0;
}
</style>
border-color css
<style>
span { border-color: #FE2ED0; }
span { border-color: rgb(254,46,208); }
td.TdClassName
{
border-color: #FE2ED0;
}
.TagClassName
{
border-color: #FE2ED0;
}
</style>