#EF1095

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

Shades of Deep Pink #EF1095

Tints of Deep Pink #EF1095

Color information

#EF1095 (or 0xEF1095) is unknown color: approx Deep Pink. HEX triplet: EF, 10 and 95. RGB value is (239,16,149). Sum of RGB (Red+Green+Blue) = 239+16+149=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1095 is #10EF6A. Grayscale: #616161. Windows color (decimal): -1109867 or 9769199. OLE color: 9769199.

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

Color convert

RGB23916149-
CMYK00.930.380.06
HSL324.22º87.45%50%-
HSV(B)324.22º93.31%93.73%-
XYZ41.2120.8930.29-
YUV97.84156.88228.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.16%
GREEN value IS 16 (6.64% from 255) = 3.96%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=59.16%
G=3.96%
B=36.88%

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
Decimal2391614900.930.380.06324.2287.4550
HexEF109505D2661445732
Octal35720225013546650412762
Binary111011111000010010101010111011001101101010001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1095; }

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

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

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

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

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

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

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

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