#EF117D

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

Shades of Deep Pink #EF117D

Tints of Deep Pink #EF117D

Color information

#EF117D (or 0xEF117D) is unknown color: approx Deep Pink. HEX triplet: EF, 11 and 7D. RGB value is (239,17,125). Sum of RGB (Red+Green+Blue) = 239+17+125=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF117D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF117D is #10EE82. Grayscale: #5F5F5F. Windows color (decimal): -1109635 or 8196591. OLE color: 8196591.

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

Color convert

RGB23917125-
CMYK00.930.480.06
HSL330.81º87.4%50.2%-
HSV(B)330.81º92.89%93.73%-
XYZ39.520.2321.23-
YUV95.69144.55230.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.73%
GREEN value IS 17 (7.03% from 255) = 4.46%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=62.73%
G=4.46%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391712500.930.480.06330.8187.450.2
HexEF117D05D30614b5732
Octal35721175013560651312762
Binary11101111100011111101010111011100001101010010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF117D; }

 p { color: rgb(239,17,125); }

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

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

 a { background-color: rgb(239,17,125); }

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

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

 span { border-color: rgb(239,17,125); }

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