Html Css Color HEX #EF0980 Deep Pink

📋 copy color: '#EF0980'

red 239 ◦ green 9 ◦ blue 128

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

Shades of Deep Pink #EF0980

Tints of Deep Pink #EF0980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

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

R = 63.56%
G = 2.39%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF0980 (or 0xEF0980) is known color: Deep Pink. HEX triplet: EF, 09 and 80. RGB value is (239,9,128). Sum of RGB (Red+Green+Blue) = 239+9+128=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0980 is #10F67F. Grayscale: #5B5B5B. Windows color (decimal): -1111680 or 8391151. OLE color: 8391151.

HSL color Cylindrical-coordinate representation of color #EF0980: hue angle of 328.96º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0980 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 128 -
CMYK 0 0.96 0.46 0.06
HSL 328.96º 0.93% 0.49% -
HSV(B) 328.96º 0.96% 0.94% -
XYZ 39.59 20.1 22.22 -
YUV 91.34 148.7 233.32 -
System Red Green Blue C M Y K H S L
Decimal 239 9 128 0 0.96 0.46 0.06 328.96 0.93 0.49
Hex EF 9 80 0 60 2E 6 149 5D 31
Octal 357 11 200 0 140 56 6 511 135 61
Binary 11101111 1001 10000000 0 1100000 101110 110 101001001 1011101 110001

Color Harmonies of #EF0980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0980

Black with #EF0980

Text Example


Text Example

White with #EF0980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0980; }

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

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

background-color css

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

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

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

border-color css

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

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

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