#EF1E7B

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

Shades of Deep Pink #EF1E7B

Tints of Deep Pink #EF1E7B

Color information

#EF1E7B (or 0xEF1E7B) is unknown color: approx Deep Pink. HEX triplet: EF, 1E and 7B. RGB value is (239,30,123). Sum of RGB (Red+Green+Blue) = 239+30+123=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E7B is #10E184. Grayscale: #666666. Windows color (decimal): -1106309 or 8068847. OLE color: 8068847.

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

Color convert

RGB23930123-
CMYK00.870.490.06
HSL333.3º86.72%52.75%-
HSV(B)333.3º87.45%93.73%-
XYZ39.6420.7120.65-
YUV103.09139.24224.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.97%
GREEN value IS 30 (12.11% from 255) = 7.65%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=60.97%
G=7.65%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393012300.870.490.06333.386.7252.75
HexEF1E7B05731614d5735
Octal35736173012761651512765
Binary11101111111101111011010101111100011101010011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1E7B; }

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

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

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

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

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

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

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

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