#EF197F

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

Shades of Deep Pink #EF197F

Tints of Deep Pink #EF197F

Color information

#EF197F (or 0xEF197F) is unknown color: approx Deep Pink. HEX triplet: EF, 19 and 7F. RGB value is (239,25,127). Sum of RGB (Red+Green+Blue) = 239+25+127=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF197F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF197F is #10E680. Grayscale: #646464. Windows color (decimal): -1107585 or 8329711. OLE color: 8329711.

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

Color convert

RGB23925127-
CMYK00.900.470.06
HSL331.4º86.99%51.76%-
HSV(B)331.4º89.54%93.73%-
XYZ39.7820.5821.95-
YUV100.61142.9226.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.13%
GREEN value IS 25 (10.16% from 255) = 6.39%
BLUE value IS 127 (50% from 255) = 32.48%
R=61.13%
G=6.39%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392512700.900.470.06331.486.9951.76
HexEF197F05A2F614b5734
Octal35731177013257651312764
Binary11101111110011111111010110101011111101010010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF197F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF197F; }

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

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

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

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

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

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

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

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