#EF1EC1

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

Shades of Shocking Pink #EF1EC1

Tints of Shocking Pink #EF1EC1

Color information

#EF1EC1 (or 0xEF1EC1) is unknown color: approx Shocking Pink. HEX triplet: EF, 1E and C1. RGB value is (239,30,193). Sum of RGB (Red+Green+Blue) = 239+30+193=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1EC1 is #10E13E. Grayscale: #6E6E6E. Windows color (decimal): -1106239 or 12656367. OLE color: 12656367.

HSL color Cylindrical-coordinate representation of color #EF1EC1: hue angle of 313.21º 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 #EF1EC1 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB23930193-
CMYK00.870.190.06
HSL313.21º86.72%52.75%-
HSV(B)313.21º87.45%93.73%-
XYZ45.6923.1352.51-
YUV111.07174.24219.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.73%
GREEN value IS 30 (12.11% from 255) = 6.49%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=51.73%
G=6.49%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393019300.870.190.06313.2186.7252.75
HexEF1EC10571361395735
Octal35736301012723647112765
Binary11101111111101100000101010111100111101001110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1EC1; }

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

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

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

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

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

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

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

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