#ff1ecd

Color #FF1ECD Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #FF1ECD

Tints of Shocking Pink #FF1ECD

Color information

#FF1ECD (or 0xFF1ECD) is unknown color: approx Shocking Pink. HEX triplet: FF, 1E and CD. RGB value is (255,30,205). Sum of RGB (Red+Green+Blue) = 255+30+205=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 30 (12.11% from 255 or 6.12% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1ECD is #00E132. Grayscale: #747474. Windows color (decimal): -57651 or 13442815. OLE color: 13442815.

HSL color Cylindrical-coordinate representation of color #FF1ECD: hue angle of 313.33º 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 #FF1ECD is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB25530205-
CMYK00.880.200
HSL313.33º100%55.88%-
HSV(B)313.33º88.24%100%-
XYZ52.7226.660.11-
YUV117.22177.54226.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 52.04%
GREEN value IS 30 (12.11% from 255) = 6.12%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=52.04%
G=6.12%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553020500.880.200313.3310055.88
HexFF1ECD0581401396438
Octal37736315013024047114470
Binary111111111111011001101010110001010001001110011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff1ecd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff1ecd; }

 p { color: rgb(255,30,205); }

 H1.HeaderClassName
 {
   color: #ff1ecd;
 }
 .AnyTagClassName
 {
   color: #ff1ecd;
 }
</style>
background-color css

<style>
 a { background-color: #ff1ecd; }

 a { background-color: rgb(255,30,205); }

 div.DivClassName
 {
   background-color: #ff1ecd;
 }
 .BgClassName
 {
   background-color: #ff1ecd;
 }
</style>
border-color css

<style>
 span { border-color: #ff1ecd; }

 span { border-color: rgb(255,30,205); }

 td.TdClassName
 {
   border-color: #ff1ecd;
 }
 .TagClassName
 {
   border-color: #ff1ecd;
 }
</style>