#EF1989

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

Shades of Deep Pink #EF1989

Tints of Deep Pink #EF1989

Color information

#EF1989 (or 0xEF1989) is unknown color: approx Deep Pink. HEX triplet: EF, 19 and 89. RGB value is (239,25,137). Sum of RGB (Red+Green+Blue) = 239+25+137=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1989 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1989 is #10E676. Grayscale: #656565. Windows color (decimal): -1107575 or 8985071. OLE color: 8985071.

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

Color convert

RGB23925137-
CMYK00.900.430.06
HSL328.6º86.99%51.76%-
HSV(B)328.6º89.54%93.73%-
XYZ40.4620.8525.56-
YUV101.75147.9225.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.60%
GREEN value IS 25 (10.16% from 255) = 6.23%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=59.60%
G=6.23%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392513700.900.430.06328.686.9951.76
HexEF198905A2B61495734
Octal35731211013253651112764
Binary111011111100110001001010110101010111101010010011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1989; }

 p { color: rgb(239,25,137); }

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

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

 a { background-color: rgb(239,25,137); }

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

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

 span { border-color: rgb(239,25,137); }

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