#EF1E86

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

Shades of Deep Pink #EF1E86

Tints of Deep Pink #EF1E86

Color information

#EF1E86 (or 0xEF1E86) is unknown color: approx Deep Pink. HEX triplet: EF, 1E and 86. RGB value is (239,30,134). Sum of RGB (Red+Green+Blue) = 239+30+134=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1E86 is #10E179. Grayscale: #686868. Windows color (decimal): -1106298 or 8789743. OLE color: 8789743.

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

Color convert

RGB23930134-
CMYK00.870.440.06
HSL330.14º86.72%52.75%-
HSV(B)330.14º87.45%93.73%-
XYZ40.362124.48-
YUV104.35144.74224.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.31%
GREEN value IS 30 (12.11% from 255) = 7.44%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=59.31%
G=7.44%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393013400.870.440.06330.1486.7252.75
HexEF1E860572C614a5735
Octal35736206012754651212765
Binary111011111111010000110010101111011001101010010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1E86; }

 p { color: rgb(239,30,134); }

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

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

 a { background-color: rgb(239,30,134); }

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

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

 span { border-color: rgb(239,30,134); }

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