Html Css Color HEX #EF057B Deep Pink

📋 copy color: '#EF057B'

red 239 ◦ green 5 ◦ blue 123

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

Shades of Deep Pink #EF057B

Tints of Deep Pink #EF057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

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

R = 65.12%
G = 1.36%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF057B (or 0xEF057B) is known color: Deep Pink. HEX triplet: EF, 05 and 7B. RGB value is (239,5,123). Sum of RGB (Red+Green+Blue) = 239+5+123=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF057B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF057B is #10FA84. Grayscale: #585858. Windows color (decimal): -1112709 or 8062447. OLE color: 8062447.

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

Color convert

RGB 239 5 123 -
CMYK 0 0.98 0.49 0.06
HSL 329.74º 0.96% 0.48% -
HSV(B) 329.74º 0.98% 0.94% -
XYZ 39.23 19.89 20.51 -
YUV 88.42 147.52 235.41 -
System Red Green Blue C M Y K H S L
Decimal 239 5 123 0 0.98 0.49 0.06 329.74 0.96 0.48
Hex EF 5 7B 0 62 31 6 14A 60 30
Octal 357 5 173 0 142 61 6 512 140 60
Binary 11101111 101 1111011 0 1100010 110001 110 101001010 1100000 110000

Color Harmonies of #EF057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF057B

Black with #EF057B

Text Example


Text Example

White with #EF057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF057B; }

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

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

background-color css

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

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

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

border-color css

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

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

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