#EF1ECC

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

Shades of Shocking Pink #EF1ECC

Tints of Shocking Pink #EF1ECC

Color information

#EF1ECC (or 0xEF1ECC) is unknown color: approx Shocking Pink. HEX triplet: EF, 1E and CC. RGB value is (239,30,204). Sum of RGB (Red+Green+Blue) = 239+30+204=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ECC is #10E133. Grayscale: #6F6F6F. Windows color (decimal): -1106228 or 13377263. OLE color: 13377263.

HSL color Cylindrical-coordinate representation of color #EF1ECC: hue angle of 310.05º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1ECC is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB23930204-
CMYK00.870.150.06
HSL310.05º86.72%52.75%-
HSV(B)310.05º87.45%93.73%-
XYZ46.9623.6459.21-
YUV112.33179.74218.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.53%
GREEN value IS 30 (12.11% from 255) = 6.34%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=50.53%
G=6.34%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393020400.870.150.06310.0586.7252.75
HexEF1ECC057F61365735
Octal35736314012717646612765
Binary1110111111110110011000101011111111101001101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1ECC; }

 p { color: rgb(239,30,204); }

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

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

 a { background-color: rgb(239,30,204); }

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

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

 span { border-color: rgb(239,30,204); }

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