#EF1094

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

Shades of Deep Pink #EF1094

Tints of Deep Pink #EF1094

Color information

#EF1094 (or 0xEF1094) is unknown color: approx Deep Pink. HEX triplet: EF, 10 and 94. RGB value is (239,16,148). Sum of RGB (Red+Green+Blue) = 239+16+148=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1094 is #10EF6B. Grayscale: #616161. Windows color (decimal): -1109868 or 9703663. OLE color: 9703663.

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

Color convert

RGB23916148-
CMYK00.930.380.06
HSL324.48º87.45%50%-
HSV(B)324.48º93.31%93.73%-
XYZ41.1320.8629.88-
YUV97.72156.38228.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.31%
GREEN value IS 16 (6.64% from 255) = 3.97%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=59.31%
G=3.97%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391614800.930.380.06324.4887.4550
HexEF109405D2661445732
Octal35720224013546650412762
Binary111011111000010010100010111011001101101010001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1094; }

 p { color: rgb(239,16,148); }

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

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

 a { background-color: rgb(239,16,148); }

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

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

 span { border-color: rgb(239,16,148); }

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