Shades of Shocking Pink #FF1ECC
Tints of Shocking Pink #FF1ECC
RGB
CMYK
RGB Variations
Color information
#FF1ECC (or 0xFF1ECC) is known color: Shocking Pink. HEX triplet: FF, 1E and CC. RGB value is (255,30,204). Sum of RGB (Red+Green+Blue) = 255+30+204=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1ECC is #00E133. Grayscale: #747474. Windows color (decimal): -57652 or 13377279. OLE color: 13377279.
HSL color Cylindrical-coordinate representation of color #FF1ECC: hue angle of 313.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1ECC is Cyan = 0, Magento = 0.88, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 204 | - |
| CMYK | 0 | 0.88 | 0.2 | 0 |
| HSL | 313.6º | 1% | 0.56% | - |
| HSV(B) | 313.6º | 0.88% | 1% | - |
| XYZ | 52.6 | 26.55 | 59.48 | - |
| YUV | 117.11 | 177.04 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 204 | 0 | 0.88 | 0.2 | 0 | 313.6 | 1 | 0.56 |
| Hex | FF | 1E | CC | 0 | 58 | 14 | 0 | 13A | 64 | 38 |
| Octal | 377 | 36 | 314 | 0 | 130 | 24 | 0 | 472 | 144 | 70 |
| Binary | 11111111 | 11110 | 11001100 | 0 | 1011000 | 10100 | 0 | 100111010 | 1100100 | 111000 |
Color Harmonies of #FF1ECC
Complementary color
Monochromatic Colors of #FF1ECC
Black with #FF1ECC
Text Example
Text Example
White with #FF1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1ECC; }
p { color: rgb(255,30,204); }
H1.HeaderClassName
{
color: #FF1ECC;
}
.AnyTagClassName
{
color: #FF1ECC;
}
</style>
background-color css
<style>
a { background-color: #FF1ECC; }
a { background-color: rgb(255,30,204); }
div.DivClassName
{
background-color: #FF1ECC;
}
.BgClassName
{
background-color: #FF1ECC;
}
</style>
border-color css
<style>
span { border-color: #FF1ECC; }
span { border-color: rgb(255,30,204); }
td.TdClassName
{
border-color: #FF1ECC;
}
.TagClassName
{
border-color: #FF1ECC;
}
</style>