#EF149C

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

Shades of Deep Pink #EF149C

Tints of Deep Pink #EF149C

Color information

#EF149C (or 0xEF149C) is unknown color: approx Deep Pink. HEX triplet: EF, 14 and 9C. RGB value is (239,20,156). Sum of RGB (Red+Green+Blue) = 239+20+156=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF149C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF149C is #10EB63. Grayscale: #646464. Windows color (decimal): -1108836 or 10228975. OLE color: 10228975.

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

Color convert

RGB23920156-
CMYK00.920.350.06
HSL322.74º87.25%50.78%-
HSV(B)322.74º91.63%93.73%-
XYZ41.8521.2533.35-
YUV100.98159.05226.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.59%
GREEN value IS 20 (8.20% from 255) = 4.82%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=57.59%
G=4.82%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392015600.920.350.06322.7487.2550.78
HexEF149C05C2361435733
Octal35724234013443650312763
Binary111011111010010011100010111001000111101010000111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF149C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF149C; }

 p { color: rgb(239,20,156); }

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

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

 a { background-color: rgb(239,20,156); }

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

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

 span { border-color: rgb(239,20,156); }

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