Shades of Razzle Dazzle Rose #FE1EDE
Tints of Razzle Dazzle Rose #FE1EDE
RGB
CMYK
RGB Variations
Color information
#FE1EDE (or 0xFE1EDE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1E and DE. RGB value is (254,30,222). Sum of RGB (Red+Green+Blue) = 254+30+222=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1EDE is #01E121. Grayscale: #767676. Windows color (decimal): -123170 or 14556926. OLE color: 14556926.
HSL color Cylindrical-coordinate representation of color #FE1EDE: hue angle of 308.57º 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 #FE1EDE is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 222 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.00 |
| HSL | 308.57º | 0.99% | 0.56% | - |
| HSV(B) | 308.57º | 0.88% | 1% | - |
| XYZ | 54.52 | 27.27 | 71.5 | - |
| YUV | 118.86 | 186.21 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 222 | 0 | 0.88 | 0.13 | 0.00 | 308.57 | 0.99 | 0.56 |
| Hex | FE | 1E | DE | 0 | 58 | D | 0 | 135 | 63 | 38 |
| Octal | 376 | 36 | 336 | 0 | 130 | 15 | 0 | 465 | 143 | 70 |
| Binary | 11111110 | 11110 | 11011110 | 0 | 1011000 | 1101 | 0 | 100110101 | 1100011 | 111000 |
Color Harmonies of #FE1EDE
Complementary color
Monochromatic Colors of #FE1EDE
Black with #FE1EDE
Text Example
Text Example
White with #FE1EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EDE; }
p { color: rgb(254,30,222); }
H1.HeaderClassName
{
color: #FE1EDE;
}
.AnyTagClassName
{
color: #FE1EDE;
}
</style>
background-color css
<style>
a { background-color: #FE1EDE; }
a { background-color: rgb(254,30,222); }
div.DivClassName
{
background-color: #FE1EDE;
}
.BgClassName
{
background-color: #FE1EDE;
}
</style>
border-color css
<style>
span { border-color: #FE1EDE; }
span { border-color: rgb(254,30,222); }
td.TdClassName
{
border-color: #FE1EDE;
}
.TagClassName
{
border-color: #FE1EDE;
}
</style>