Shades of Razzle Dazzle Rose #FE2ECE
Tints of Razzle Dazzle Rose #FE2ECE
RGB
CMYK
RGB Variations
Color information
#FE2ECE (or 0xFE2ECE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and CE. RGB value is (254,46,206). Sum of RGB (Red+Green+Blue) = 254+46+206=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 46 (18.36% from 255 or 9.09% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2ECE is #01D131. Grayscale: #7E7E7E. Windows color (decimal): -119090 or 13512446. OLE color: 13512446.
HSL color Cylindrical-coordinate representation of color #FE2ECE: hue angle of 313.85º 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 #FE2ECE is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 206 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.00 |
| HSL | 313.85º | 0.99% | 0.59% | - |
| HSV(B) | 313.85º | 0.82% | 1% | - |
| XYZ | 52.99 | 27.48 | 60.9 | - |
| YUV | 126.43 | 172.91 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 206 | 0 | 0.82 | 0.19 | 0.00 | 313.85 | 0.99 | 0.59 |
| Hex | FE | 2E | CE | 0 | 52 | 13 | 0 | 13A | 63 | 3B |
| Octal | 376 | 56 | 316 | 0 | 122 | 23 | 0 | 472 | 143 | 73 |
| Binary | 11111110 | 101110 | 11001110 | 0 | 1010010 | 10011 | 0 | 100111010 | 1100011 | 111011 |
Color Harmonies of #FE2ECE
Complementary color
Monochromatic Colors of #FE2ECE
Black with #FE2ECE
Text Example
Text Example
White with #FE2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2ECE; }
p { color: rgb(254,46,206); }
H1.HeaderClassName
{
color: #FE2ECE;
}
.AnyTagClassName
{
color: #FE2ECE;
}
</style>
background-color css
<style>
a { background-color: #FE2ECE; }
a { background-color: rgb(254,46,206); }
div.DivClassName
{
background-color: #FE2ECE;
}
.BgClassName
{
background-color: #FE2ECE;
}
</style>
border-color css
<style>
span { border-color: #FE2ECE; }
span { border-color: rgb(254,46,206); }
td.TdClassName
{
border-color: #FE2ECE;
}
.TagClassName
{
border-color: #FE2ECE;
}
</style>