#EF197B

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

Shades of Deep Pink #EF197B

Tints of Deep Pink #EF197B

Color information

#EF197B (or 0xEF197B) is unknown color: approx Deep Pink. HEX triplet: EF, 19 and 7B. RGB value is (239,25,123). Sum of RGB (Red+Green+Blue) = 239+25+123=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF197B is #10E684. Grayscale: #636363. Windows color (decimal): -1107589 or 8067567. OLE color: 8067567.

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

Color convert

RGB23925123-
CMYK00.900.490.06
HSL332.52º86.99%51.76%-
HSV(B)332.52º89.54%93.73%-
XYZ39.5220.4820.61-
YUV100.16140.9227.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.76%
GREEN value IS 25 (10.16% from 255) = 6.46%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=61.76%
G=6.46%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392512300.900.490.06332.5286.9951.76
HexEF197B05A31614d5734
Octal35731173013261651512764
Binary11101111110011111011010110101100011101010011011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF197B; }

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

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

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

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

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

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

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

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