Html Css Color HEX #EF047F Deep Pink

📋 copy color: '#EF047F'

red 239 ◦ green 4 ◦ blue 127

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

Shades of Deep Pink #EF047F

Tints of Deep Pink #EF047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 64.59%
G = 1.08%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF047F (or 0xEF047F) is known color: Deep Pink. HEX triplet: EF, 04 and 7F. RGB value is (239,4,127). Sum of RGB (Red+Green+Blue) = 239+4+127=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF047F is #10FB80. Grayscale: #585858. Windows color (decimal): -1112961 or 8324335. OLE color: 8324335.

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

Color convert

RGB 239 4 127 -
CMYK 0 0.98 0.47 0.06
HSL 328.6º 0.97% 0.48% -
HSV(B) 328.6º 0.98% 0.94% -
XYZ 39.47 19.97 21.85 -
YUV 88.29 149.86 235.5 -
System Red Green Blue C M Y K H S L
Decimal 239 4 127 0 0.98 0.47 0.06 328.6 0.97 0.48
Hex EF 4 7F 0 62 2F 6 149 61 30
Octal 357 4 177 0 142 57 6 511 141 60
Binary 11101111 100 1111111 0 1100010 101111 110 101001001 1100001 110000

Color Harmonies of #EF047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF047F

Black with #EF047F

Text Example


Text Example

White with #EF047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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