#EF1AC8

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

Shades of Shocking Pink #EF1AC8

Tints of Shocking Pink #EF1AC8

Color information

#EF1AC8 (or 0xEF1AC8) is unknown color: approx Shocking Pink. HEX triplet: EF, 1A and C8. RGB value is (239,26,200). Sum of RGB (Red+Green+Blue) = 239+26+200=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1AC8 is #10E537. Grayscale: #6D6D6D. Windows color (decimal): -1107256 or 13114095. OLE color: 13114095.

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

Color convert

RGB23926200-
CMYK00.890.160.06
HSL310.99º86.94%51.96%-
HSV(B)310.99º89.12%93.73%-
XYZ46.3923.2656.69-
YUV109.52179.07220.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.40%
GREEN value IS 26 (10.55% from 255) = 5.59%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=51.40%
G=5.59%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392620000.890.160.06310.9986.9451.96
HexEF1AC80591061375734
Octal35732310013120646712764
Binary11101111110101100100001011001100001101001101111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1AC8; }

 p { color: rgb(239,26,200); }

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

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

 a { background-color: rgb(239,26,200); }

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

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

 span { border-color: rgb(239,26,200); }

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