Html Css Color HEX #EF077E Deep Pink

📋 copy color: '#EF077E'

red 239 ◦ green 7 ◦ blue 126

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

Shades of Deep Pink #EF077E

Tints of Deep Pink #EF077E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.88%

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 64.25%
G = 1.88%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF077E (or 0xEF077E) is known color: Deep Pink. HEX triplet: EF, 07 and 7E. RGB value is (239,7,126). Sum of RGB (Red+Green+Blue) = 239+7+126=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF077E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF077E is #10F881. Grayscale: #595959. Windows color (decimal): -1112194 or 8259567. OLE color: 8259567.

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

Color convert

RGB 239 7 126 -
CMYK 0 0.97 0.47 0.06
HSL 329.22º 0.94% 0.48% -
HSV(B) 329.22º 0.97% 0.94% -
XYZ 39.44 20.01 21.52 -
YUV 89.93 148.36 234.32 -
System Red Green Blue C M Y K H S L
Decimal 239 7 126 0 0.97 0.47 0.06 329.22 0.94 0.48
Hex EF 7 7E 0 61 2F 6 149 5E 30
Octal 357 7 176 0 141 57 6 511 136 60
Binary 11101111 111 1111110 0 1100001 101111 110 101001001 1011110 110000

Color Harmonies of #EF077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF077E

Black with #EF077E

Text Example


Text Example

White with #EF077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF077E; }

 p { color: rgb(239,7,126); }

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

background-color css

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

 a { background-color: rgb(239,7,126); }

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

border-color css

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

 span { border-color: rgb(239,7,126); }

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