Html Css Color HEX #EF149D Deep Pink

📋 copy color: '#EF149D'

red 239 ◦ green 20 ◦ blue 157

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

Shades of Deep Pink #EF149D

Tints of Deep Pink #EF149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.81%

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 57.45%
G = 4.81%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF149D (or 0xEF149D) is known color: Deep Pink. HEX triplet: EF, 14 and 9D. RGB value is (239,20,157). Sum of RGB (Red+Green+Blue) = 239+20+157=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF149D is #10EB62. Grayscale: #646464. Windows color (decimal): -1108835 or 10294511. OLE color: 10294511.

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

Color convert

RGB 239 20 157 -
CMYK 0 0.92 0.34 0.06
HSL 322.47º 0.87% 0.51% -
HSV(B) 322.47º 0.92% 0.94% -
XYZ 41.93 21.29 33.8 -
YUV 101.1 159.55 226.36 -
System Red Green Blue C M Y K H S L
Decimal 239 20 157 0 0.92 0.34 0.06 322.47 0.87 0.51
Hex EF 14 9D 0 5C 22 6 142 57 33
Octal 357 24 235 0 134 42 6 502 127 63
Binary 11101111 10100 10011101 0 1011100 100010 110 101000010 1010111 110011

Color Harmonies of #EF149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF149D

Black with #EF149D

Text Example


Text Example

White with #EF149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF149D; }

 p { color: rgb(239,20,157); }

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

background-color css

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

 a { background-color: rgb(239,20,157); }

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

border-color css

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

 span { border-color: rgb(239,20,157); }

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