Shades of Shocking Pink #FE1ECC
Tints of Shocking Pink #FE1ECC
RGB
CMYK
RGB Variations
Color information
#FE1ECC (or 0xFE1ECC) is known color: Shocking Pink. HEX triplet: FE, 1E and CC. RGB value is (254,30,204). Sum of RGB (Red+Green+Blue) = 254+30+204=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ECC is #01E133. Grayscale: #747474. Windows color (decimal): -123188 or 13377278. OLE color: 13377278.
HSL color Cylindrical-coordinate representation of color #FE1ECC: hue angle of 313.39º 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 #FE1ECC is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 204 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.00 |
| HSL | 313.39º | 0.99% | 0.56% | - |
| HSV(B) | 313.39º | 0.88% | 1% | - |
| XYZ | 52.24 | 26.36 | 59.46 | - |
| YUV | 116.81 | 177.21 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 204 | 0 | 0.88 | 0.20 | 0.00 | 313.39 | 0.99 | 0.56 |
| Hex | FE | 1E | CC | 0 | 58 | 14 | 0 | 139 | 63 | 38 |
| Octal | 376 | 36 | 314 | 0 | 130 | 24 | 0 | 471 | 143 | 70 |
| Binary | 11111110 | 11110 | 11001100 | 0 | 1011000 | 10100 | 0 | 100111001 | 1100011 | 111000 |
Color Harmonies of #FE1ECC
Complementary color
Monochromatic Colors of #FE1ECC
Black with #FE1ECC
Text Example
Text Example
White with #FE1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1ECC; }
p { color: rgb(254,30,204); }
H1.HeaderClassName
{
color: #FE1ECC;
}
.AnyTagClassName
{
color: #FE1ECC;
}
</style>
background-color css
<style>
a { background-color: #FE1ECC; }
a { background-color: rgb(254,30,204); }
div.DivClassName
{
background-color: #FE1ECC;
}
.BgClassName
{
background-color: #FE1ECC;
}
</style>
border-color css
<style>
span { border-color: #FE1ECC; }
span { border-color: rgb(254,30,204); }
td.TdClassName
{
border-color: #FE1ECC;
}
.TagClassName
{
border-color: #FE1ECC;
}
</style>