Shades of Razzle Dazzle Rose #FE1EDB
Tints of Razzle Dazzle Rose #FE1EDB
RGB
CMYK
RGB Variations
Color information
#FE1EDB (or 0xFE1EDB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1E and DB. RGB value is (254,30,219). Sum of RGB (Red+Green+Blue) = 254+30+219=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 30 (12.11% from 255 or 5.96% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1EDB is #01E124. Grayscale: #757575. Windows color (decimal): -123173 or 14360318. OLE color: 14360318.
HSL color Cylindrical-coordinate representation of color #FE1EDB: hue angle of 309.38º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1EDB is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 219 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.00 |
| HSL | 309.38º | 0.99% | 0.56% | - |
| HSV(B) | 309.38º | 0.88% | 1% | - |
| XYZ | 54.12 | 27.11 | 69.4 | - |
| YUV | 118.52 | 184.71 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 219 | 0 | 0.88 | 0.14 | 0.00 | 309.38 | 0.99 | 0.56 |
| Hex | FE | 1E | DB | 0 | 58 | E | 0 | 135 | 63 | 38 |
| Octal | 376 | 36 | 333 | 0 | 130 | 16 | 0 | 465 | 143 | 70 |
| Binary | 11111110 | 11110 | 11011011 | 0 | 1011000 | 1110 | 0 | 100110101 | 1100011 | 111000 |
Color Harmonies of #FE1EDB
Complementary color
Monochromatic Colors of #FE1EDB
Black with #FE1EDB
Text Example
Text Example
White with #FE1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EDB; }
p { color: rgb(254,30,219); }
H1.HeaderClassName
{
color: #FE1EDB;
}
.AnyTagClassName
{
color: #FE1EDB;
}
</style>
background-color css
<style>
a { background-color: #FE1EDB; }
a { background-color: rgb(254,30,219); }
div.DivClassName
{
background-color: #FE1EDB;
}
.BgClassName
{
background-color: #FE1EDB;
}
</style>
border-color css
<style>
span { border-color: #FE1EDB; }
span { border-color: rgb(254,30,219); }
td.TdClassName
{
border-color: #FE1EDB;
}
.TagClassName
{
border-color: #FE1EDB;
}
</style>