Shades of Razzle Dazzle Rose #FE4ECE
Tints of Razzle Dazzle Rose #FE4ECE
RGB
CMYK
RGB Variations
Color information
#FE4ECE (or 0xFE4ECE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4E and CE. RGB value is (254,78,206). Sum of RGB (Red+Green+Blue) = 254+78+206=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 78 (30.86% from 255 or 14.50% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4ECE is #01B131. Grayscale: #909090. Windows color (decimal): -110898 or 13520638. OLE color: 13520638.
HSL color Cylindrical-coordinate representation of color #FE4ECE: hue angle of 316.36º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4ECE is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 206 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.00 |
| HSL | 316.36º | 0.99% | 0.65% | - |
| HSV(B) | 316.36º | 0.69% | 1% | - |
| XYZ | 54.74 | 30.98 | 61.49 | - |
| YUV | 145.22 | 162.31 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 206 | 0 | 0.69 | 0.19 | 0.00 | 316.36 | 0.99 | 0.65 |
| Hex | FE | 4E | CE | 0 | 45 | 13 | 0 | 13C | 63 | 41 |
| Octal | 376 | 116 | 316 | 0 | 105 | 23 | 0 | 474 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11001110 | 0 | 1000101 | 10011 | 0 | 100111100 | 1100011 | 1000001 |
Color Harmonies of #FE4ECE
Complementary color
Monochromatic Colors of #FE4ECE
Black with #FE4ECE
Text Example
Text Example
White with #FE4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4ECE; }
p { color: rgb(254,78,206); }
H1.HeaderClassName
{
color: #FE4ECE;
}
.AnyTagClassName
{
color: #FE4ECE;
}
</style>
background-color css
<style>
a { background-color: #FE4ECE; }
a { background-color: rgb(254,78,206); }
div.DivClassName
{
background-color: #FE4ECE;
}
.BgClassName
{
background-color: #FE4ECE;
}
</style>
border-color css
<style>
span { border-color: #FE4ECE; }
span { border-color: rgb(254,78,206); }
td.TdClassName
{
border-color: #FE4ECE;
}
.TagClassName
{
border-color: #FE4ECE;
}
</style>