Shades of Razzle Dazzle Rose #FE2EBC
Tints of Razzle Dazzle Rose #FE2EBC
RGB
CMYK
RGB Variations
Color information
#FE2EBC (or 0xFE2EBC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and BC. RGB value is (254,46,188). Sum of RGB (Red+Green+Blue) = 254+46+188=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2EBC is #01D143. Grayscale: #7C7C7C. Windows color (decimal): -119108 or 12332798. OLE color: 12332798.
HSL color Cylindrical-coordinate representation of color #FE2EBC: hue angle of 319.04º 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 #FE2EBC is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 188 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.00 |
| HSL | 319.04º | 0.99% | 0.59% | - |
| HSV(B) | 319.04º | 0.82% | 1% | - |
| XYZ | 50.93 | 26.66 | 50.04 | - |
| YUV | 124.38 | 163.91 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 188 | 0 | 0.82 | 0.26 | 0.00 | 319.04 | 0.99 | 0.59 |
| Hex | FE | 2E | BC | 0 | 52 | 1A | 0 | 13F | 63 | 3B |
| Octal | 376 | 56 | 274 | 0 | 122 | 32 | 0 | 477 | 143 | 73 |
| Binary | 11111110 | 101110 | 10111100 | 0 | 1010010 | 11010 | 0 | 100111111 | 1100011 | 111011 |
Color Harmonies of #FE2EBC
Complementary color
Monochromatic Colors of #FE2EBC
Black with #FE2EBC
Text Example
Text Example
White with #FE2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EBC; }
p { color: rgb(254,46,188); }
H1.HeaderClassName
{
color: #FE2EBC;
}
.AnyTagClassName
{
color: #FE2EBC;
}
</style>
background-color css
<style>
a { background-color: #FE2EBC; }
a { background-color: rgb(254,46,188); }
div.DivClassName
{
background-color: #FE2EBC;
}
.BgClassName
{
background-color: #FE2EBC;
}
</style>
border-color css
<style>
span { border-color: #FE2EBC; }
span { border-color: rgb(254,46,188); }
td.TdClassName
{
border-color: #FE2EBC;
}
.TagClassName
{
border-color: #FE2EBC;
}
</style>