Html Css Color HEX #EF057A Deep Pink

📋 copy color: '#EF057A'

red 239 ◦ green 5 ◦ blue 122

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

Shades of Deep Pink #EF057A

Tints of Deep Pink #EF057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 65.3%
G = 1.37%
B = 33.33%

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

#EF057A (or 0xEF057A) is known color: Deep Pink. HEX triplet: EF, 05 and 7A. RGB value is (239,5,122). Sum of RGB (Red+Green+Blue) = 239+5+122=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF057A is #10FA85. Grayscale: #585858. Windows color (decimal): -1112710 or 7996911. OLE color: 7996911.

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

Color convert

RGB 239 5 122 -
CMYK 0 0.98 0.49 0.06
HSL 330º 0.96% 0.48% -
HSV(B) 330º 0.98% 0.94% -
XYZ 39.16 19.86 20.18 -
YUV 88.3 147.02 235.49 -
System Red Green Blue C M Y K H S L
Decimal 239 5 122 0 0.98 0.49 0.06 330 0.96 0.48
Hex EF 5 7A 0 62 31 6 14A 60 30
Octal 357 5 172 0 142 61 6 512 140 60
Binary 11101111 101 1111010 0 1100010 110001 110 101001010 1100000 110000

Color Harmonies of #EF057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF057A

Black with #EF057A

Text Example


Text Example

White with #EF057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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