Html Css Color HEX #EF0780 Deep Pink

📋 copy color: '#EF0780'

red 239 ◦ green 7 ◦ blue 128

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

Shades of Deep Pink #EF0780

Tints of Deep Pink #EF0780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 63.9%
G = 1.87%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF0780 (or 0xEF0780) is known color: Deep Pink. HEX triplet: EF, 07 and 80. RGB value is (239,7,128). Sum of RGB (Red+Green+Blue) = 239+7+128=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0780 is #10F87F. Grayscale: #595959. Windows color (decimal): -1112192 or 8390639. OLE color: 8390639.

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

Color convert

RGB 239 7 128 -
CMYK 0 0.97 0.46 0.06
HSL 328.71º 0.94% 0.48% -
HSV(B) 328.71º 0.97% 0.94% -
XYZ 39.57 20.06 22.21 -
YUV 90.16 149.36 234.16 -
System Red Green Blue C M Y K H S L
Decimal 239 7 128 0 0.97 0.46 0.06 328.71 0.94 0.48
Hex EF 7 80 0 61 2E 6 149 5E 30
Octal 357 7 200 0 141 56 6 511 136 60
Binary 11101111 111 10000000 0 1100001 101110 110 101001001 1011110 110000

Color Harmonies of #EF0780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0780

Black with #EF0780

Text Example


Text Example

White with #EF0780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0780; }

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

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

background-color css

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

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

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

border-color css

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

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

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