#ef12c3

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

Shades of Shocking Pink #EF12C3

Tints of Shocking Pink #EF12C3

Color information

#EF12C3 (or 0xEF12C3) is unknown color: approx Shocking Pink. HEX triplet: EF, 12 and C3. RGB value is (239,18,195). Sum of RGB (Red+Green+Blue) = 239+18+195=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF12C3 is #10ED3C. Grayscale: #676767. Windows color (decimal): -1109309 or 12784367. OLE color: 12784367.

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

Color convert

RGB23918195-
CMYK00.920.180.06
HSL311.95º87.35%50.39%-
HSV(B)311.95º92.47%93.73%-
XYZ45.6622.7253.61-
YUV104.26179.22224.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.88%
GREEN value IS 18 (7.42% from 255) = 3.98%
BLUE value IS 195 (76.56% from 255) = 43.14%
R=52.88%
G=3.98%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391819500.920.180.06311.9587.3550.39
HexEF12C305C1261385732
Octal35722303013422647012762
Binary11101111100101100001101011100100101101001110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef12c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef12c3; }

 p { color: rgb(239,18,195); }

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

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

 a { background-color: rgb(239,18,195); }

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

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

 span { border-color: rgb(239,18,195); }

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