Html Css Color HEX #EF157B Deep Pink

📋 copy color: '#EF157B'

red 239 ◦ green 21 ◦ blue 123

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

Shades of Deep Pink #EF157B

Tints of Deep Pink #EF157B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 62.4%
G = 5.48%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF157B (or 0xEF157B) is known color: Deep Pink. HEX triplet: EF, 15 and 7B. RGB value is (239,21,123). Sum of RGB (Red+Green+Blue) = 239+21+123=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF157B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF157B is #10EA84. Grayscale: #616161. Windows color (decimal): -1108613 or 8066543. OLE color: 8066543.

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

Color convert

RGB 239 21 123 -
CMYK 0 0.91 0.49 0.06
HSL 331.93º 0.87% 0.51% -
HSV(B) 331.93º 0.91% 0.94% -
XYZ 39.44 20.32 20.58 -
YUV 97.81 142.22 228.71 -
System Red Green Blue C M Y K H S L
Decimal 239 21 123 0 0.91 0.49 0.06 331.93 0.87 0.51
Hex EF 15 7B 0 5B 31 6 14C 57 33
Octal 357 25 173 0 133 61 6 514 127 63
Binary 11101111 10101 1111011 0 1011011 110001 110 101001100 1010111 110011

Color Harmonies of #EF157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF157B

Black with #EF157B

Text Example


Text Example

White with #EF157B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF157B; }

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

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

background-color css

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

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

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

border-color css

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

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

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