Html Css Color HEX #EF179B Deep Pink

📋 copy color: '#EF179B'

red 239 ◦ green 23 ◦ blue 155

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

Shades of Deep Pink #EF179B

Tints of Deep Pink #EF179B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.52%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 57.31%
G = 5.52%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF179B (or 0xEF179B) is known color: Deep Pink. HEX triplet: EF, 17 and 9B. RGB value is (239,23,155). Sum of RGB (Red+Green+Blue) = 239+23+155=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF179B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF179B is #10E864. Grayscale: #666666. Windows color (decimal): -1108069 or 10164207. OLE color: 10164207.

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

Color convert

RGB 239 23 155 -
CMYK 0 0.90 0.35 0.06
HSL 323.33º 0.87% 0.51% -
HSV(B) 323.33º 0.9% 0.94% -
XYZ 41.82 21.33 32.92 -
YUV 102.63 157.56 225.27 -
System Red Green Blue C M Y K H S L
Decimal 239 23 155 0 0.90 0.35 0.06 323.33 0.87 0.51
Hex EF 17 9B 0 5A 23 6 143 57 33
Octal 357 27 233 0 132 43 6 503 127 63
Binary 11101111 10111 10011011 0 1011010 100011 110 101000011 1010111 110011

Color Harmonies of #EF179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF179B

Black with #EF179B

Text Example


Text Example

White with #EF179B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF179B; }

 p { color: rgb(239,23,155); }

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

background-color css

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

 a { background-color: rgb(239,23,155); }

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

border-color css

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

 span { border-color: rgb(239,23,155); }

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