Html Css Color HEX #EF197C Deep Pink

📋 copy color: '#EF197C'

red 239 ◦ green 25 ◦ blue 124

#EF197C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #EF197C

Tints of Deep Pink #EF197C

RGB

 RED value IS 239 (93.75% from 255) = 61.6%

 GREEN value IS 25 (10.16% from 255) = 6.44%

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 61.6%
G = 6.44%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF197C (or 0xEF197C) is known color: Deep Pink. HEX triplet: EF, 19 and 7C. RGB value is (239,25,124). Sum of RGB (Red+Green+Blue) = 239+25+124=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF197C is #10E683. Grayscale: #646464. Windows color (decimal): -1107588 or 8133103. OLE color: 8133103.

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

Color convert

RGB 239 25 124 -
CMYK 0 0.90 0.48 0.06
HSL 332.24º 0.87% 0.52% -
HSV(B) 332.24º 0.9% 0.94% -
XYZ 39.58 20.5 20.94 -
YUV 100.27 141.4 226.95 -
System Red Green Blue C M Y K H S L
Decimal 239 25 124 0 0.90 0.48 0.06 332.24 0.87 0.52
Hex EF 19 7C 0 5A 30 6 14C 57 34
Octal 357 31 174 0 132 60 6 514 127 64
Binary 11101111 11001 1111100 0 1011010 110000 110 101001100 1010111 110100

Color Harmonies of #EF197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF197C

Black with #EF197C

Text Example


Text Example

White with #EF197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF197C; }

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

 H1.HeaderClassName
 {
   color: #EF197C;
 }
 .AnyTagClassName
 {
   color: #EF197C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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