Shades of Razzle Dazzle Rose #FE2ED4
Tints of Razzle Dazzle Rose #FE2ED4
RGB
CMYK
RGB Variations
Color information
#FE2ED4 (or 0xFE2ED4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and D4. RGB value is (254,46,212). Sum of RGB (Red+Green+Blue) = 254+46+212=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 46 (18.36% from 255 or 8.98% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2ED4 is #01D12B. Grayscale: #7E7E7E. Windows color (decimal): -119084 or 13905662. OLE color: 13905662.
HSL color Cylindrical-coordinate representation of color #FE2ED4: hue angle of 312.12º 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 #FE2ED4 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 212 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.00 |
| HSL | 312.12º | 0.99% | 0.59% | - |
| HSV(B) | 312.12º | 0.82% | 1% | - |
| XYZ | 53.73 | 27.78 | 64.82 | - |
| YUV | 127.12 | 175.91 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 212 | 0 | 0.82 | 0.17 | 0.00 | 312.12 | 0.99 | 0.59 |
| Hex | FE | 2E | D4 | 0 | 52 | 11 | 0 | 138 | 63 | 3B |
| Octal | 376 | 56 | 324 | 0 | 122 | 21 | 0 | 470 | 143 | 73 |
| Binary | 11111110 | 101110 | 11010100 | 0 | 1010010 | 10001 | 0 | 100111000 | 1100011 | 111011 |
Color Harmonies of #FE2ED4
Complementary color
Monochromatic Colors of #FE2ED4
Black with #FE2ED4
Text Example
Text Example
White with #FE2ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2ED4; }
p { color: rgb(254,46,212); }
H1.HeaderClassName
{
color: #FE2ED4;
}
.AnyTagClassName
{
color: #FE2ED4;
}
</style>
background-color css
<style>
a { background-color: #FE2ED4; }
a { background-color: rgb(254,46,212); }
div.DivClassName
{
background-color: #FE2ED4;
}
.BgClassName
{
background-color: #FE2ED4;
}
</style>
border-color css
<style>
span { border-color: #FE2ED4; }
span { border-color: rgb(254,46,212); }
td.TdClassName
{
border-color: #FE2ED4;
}
.TagClassName
{
border-color: #FE2ED4;
}
</style>