Html Css Color HEX #EF197B Deep Pink

📋 copy color: '#EF197B'

red 239 ◦ green 25 ◦ blue 123

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

Shades of Deep Pink #EF197B

Tints of Deep Pink #EF197B

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 value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF197B (or 0xEF197B) is known color: 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

RGB 239 25 123 -
CMYK 0 0.90 0.49 0.06
HSL 332.52º 0.87% 0.52% -
HSV(B) 332.52º 0.9% 0.94% -
XYZ 39.52 20.48 20.61 -
YUV 100.16 140.9 227.03 -
System Red Green Blue C M Y K H S L
Decimal 239 25 123 0 0.90 0.49 0.06 332.52 0.87 0.52
Hex EF 19 7B 0 5A 31 6 14D 57 34
Octal 357 31 173 0 132 61 6 515 127 64
Binary 11101111 11001 1111011 0 1011010 110001 110 101001101 1010111 110100

Color Harmonies of #EF197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF197B

Black with #EF197B

Text Example


Text Example

White with #EF197B

Text Example


Text Example

HTML Codes & Css Web 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>