#EF1F92

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

Shades of Deep Pink #EF1F92

Tints of Deep Pink #EF1F92

Color information

#EF1F92 (or 0xEF1F92) is unknown color: approx Deep Pink. HEX triplet: EF, 1F and 92. RGB value is (239,31,146). Sum of RGB (Red+Green+Blue) = 239+31+146=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1F92 is #10E06D. Grayscale: #6A6A6A. Windows color (decimal): -1106030 or 9576431. OLE color: 9576431.

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

Color convert

RGB23931146-
CMYK00.870.390.06
HSL326.83º86.67%52.94%-
HSV(B)326.83º87.03%93.73%-
XYZ41.2721.4129.15-
YUV106.3150.41222.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.45%
GREEN value IS 31 (12.5% from 255) = 7.45%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=57.45%
G=7.45%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393114600.870.390.06326.8386.6752.94
HexEF1F920572761475735
Octal35737222012747650712765
Binary111011111111110010010010101111001111101010001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1F92; }

 p { color: rgb(239,31,146); }

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

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

 a { background-color: rgb(239,31,146); }

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

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

 span { border-color: rgb(239,31,146); }

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