Shades of Shocking Pink #FE1ECE
Tints of Shocking Pink #FE1ECE
RGB
CMYK
RGB Variations
Color information
#FE1ECE (or 0xFE1ECE) is known color: Shocking Pink. HEX triplet: FE, 1E and CE. RGB value is (254,30,206). Sum of RGB (Red+Green+Blue) = 254+30+206=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 30 (12.11% from 255 or 6.12% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ECE is #01E131. Grayscale: #747474. Windows color (decimal): -123186 or 13508350. OLE color: 13508350.
HSL color Cylindrical-coordinate representation of color #FE1ECE: hue angle of 312.86º 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 #FE1ECE is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 206 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.00 |
| HSL | 312.86º | 0.99% | 0.56% | - |
| HSV(B) | 312.86º | 0.88% | 1% | - |
| XYZ | 52.48 | 26.46 | 60.73 | - |
| YUV | 117.04 | 178.21 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 206 | 0 | 0.88 | 0.19 | 0.00 | 312.86 | 0.99 | 0.56 |
| Hex | FE | 1E | CE | 0 | 58 | 13 | 0 | 139 | 63 | 38 |
| Octal | 376 | 36 | 316 | 0 | 130 | 23 | 0 | 471 | 143 | 70 |
| Binary | 11111110 | 11110 | 11001110 | 0 | 1011000 | 10011 | 0 | 100111001 | 1100011 | 111000 |
Color Harmonies of #FE1ECE
Complementary color
Monochromatic Colors of #FE1ECE
Black with #FE1ECE
Text Example
Text Example
White with #FE1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1ECE; }
p { color: rgb(254,30,206); }
H1.HeaderClassName
{
color: #FE1ECE;
}
.AnyTagClassName
{
color: #FE1ECE;
}
</style>
background-color css
<style>
a { background-color: #FE1ECE; }
a { background-color: rgb(254,30,206); }
div.DivClassName
{
background-color: #FE1ECE;
}
.BgClassName
{
background-color: #FE1ECE;
}
</style>
border-color css
<style>
span { border-color: #FE1ECE; }
span { border-color: rgb(254,30,206); }
td.TdClassName
{
border-color: #FE1ECE;
}
.TagClassName
{
border-color: #FE1ECE;
}
</style>