Html Css Color HEX #EF157C Deep Pink

📋 copy color: '#EF157C'

red 239 ◦ green 21 ◦ blue 124

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

Shades of Deep Pink #EF157C

Tints of Deep Pink #EF157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

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

R = 62.24%
G = 5.47%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF157C (or 0xEF157C) is known color: Deep Pink. HEX triplet: EF, 15 and 7C. RGB value is (239,21,124). Sum of RGB (Red+Green+Blue) = 239+21+124=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF157C is #10EA83. Grayscale: #616161. Windows color (decimal): -1108612 or 8132079. OLE color: 8132079.

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

Color convert

RGB 239 21 124 -
CMYK 0 0.91 0.48 0.06
HSL 331.65º 0.87% 0.51% -
HSV(B) 331.65º 0.91% 0.94% -
XYZ 39.5 20.34 20.91 -
YUV 97.92 142.72 228.62 -
System Red Green Blue C M Y K H S L
Decimal 239 21 124 0 0.91 0.48 0.06 331.65 0.87 0.51
Hex EF 15 7C 0 5B 30 6 14C 57 33
Octal 357 25 174 0 133 60 6 514 127 63
Binary 11101111 10101 1111100 0 1011011 110000 110 101001100 1010111 110011

Color Harmonies of #EF157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF157C

Black with #EF157C

Text Example


Text Example

White with #EF157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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