Shades of Razzle Dazzle Rose #FE2EDB
Tints of Razzle Dazzle Rose #FE2EDB
RGB
CMYK
RGB Variations
Color information
#FE2EDB (or 0xFE2EDB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and DB. RGB value is (254,46,219). Sum of RGB (Red+Green+Blue) = 254+46+219=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 46 (18.36% from 255 or 8.86% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2EDB is #01D124. Grayscale: #7F7F7F. Windows color (decimal): -119077 or 14364414. OLE color: 14364414.
HSL color Cylindrical-coordinate representation of color #FE2EDB: hue angle of 310.1º 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 #FE2EDB is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 219 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.00 |
| HSL | 310.1º | 0.99% | 0.59% | - |
| HSV(B) | 310.1º | 0.82% | 1% | - |
| XYZ | 54.64 | 28.14 | 69.57 | - |
| YUV | 127.91 | 179.41 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 219 | 0 | 0.82 | 0.14 | 0.00 | 310.1 | 0.99 | 0.59 |
| Hex | FE | 2E | DB | 0 | 52 | E | 0 | 136 | 63 | 3B |
| Octal | 376 | 56 | 333 | 0 | 122 | 16 | 0 | 466 | 143 | 73 |
| Binary | 11111110 | 101110 | 11011011 | 0 | 1010010 | 1110 | 0 | 100110110 | 1100011 | 111011 |
Color Harmonies of #FE2EDB
Complementary color
Monochromatic Colors of #FE2EDB
Black with #FE2EDB
Text Example
Text Example
White with #FE2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EDB; }
p { color: rgb(254,46,219); }
H1.HeaderClassName
{
color: #FE2EDB;
}
.AnyTagClassName
{
color: #FE2EDB;
}
</style>
background-color css
<style>
a { background-color: #FE2EDB; }
a { background-color: rgb(254,46,219); }
div.DivClassName
{
background-color: #FE2EDB;
}
.BgClassName
{
background-color: #FE2EDB;
}
</style>
border-color css
<style>
span { border-color: #FE2EDB; }
span { border-color: rgb(254,46,219); }
td.TdClassName
{
border-color: #FE2EDB;
}
.TagClassName
{
border-color: #FE2EDB;
}
</style>