Html Css Color HEX #EF047A Deep Pink

📋 copy color: '#EF047A'

red 239 ◦ green 4 ◦ blue 122

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

Shades of Deep Pink #EF047A

Tints of Deep Pink #EF047A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 65.48%
G = 1.1%
B = 33.42%

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

#EF047A (or 0xEF047A) is known color: Deep Pink. HEX triplet: EF, 04 and 7A. RGB value is (239,4,122). Sum of RGB (Red+Green+Blue) = 239+4+122=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF047A is #10FB85. Grayscale: #575757. Windows color (decimal): -1112966 or 7996655. OLE color: 7996655.

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

Color convert

RGB 239 4 122 -
CMYK 0 0.98 0.49 0.06
HSL 329.87º 0.97% 0.48% -
HSV(B) 329.87º 0.98% 0.94% -
XYZ 39.15 19.84 20.18 -
YUV 87.72 147.36 235.91 -
System Red Green Blue C M Y K H S L
Decimal 239 4 122 0 0.98 0.49 0.06 329.87 0.97 0.48
Hex EF 4 7A 0 62 31 6 14A 61 30
Octal 357 4 172 0 142 61 6 512 141 60
Binary 11101111 100 1111010 0 1100010 110001 110 101001010 1100001 110000

Color Harmonies of #EF047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF047A

Black with #EF047A

Text Example


Text Example

White with #EF047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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