Html Css Color HEX #EF0580 Deep Pink

📋 copy color: '#EF0580'

red 239 ◦ green 5 ◦ blue 128

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

Shades of Deep Pink #EF0580

Tints of Deep Pink #EF0580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 64.25%
G = 1.34%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF0580 (or 0xEF0580) is known color: Deep Pink. HEX triplet: EF, 05 and 80. RGB value is (239,5,128). Sum of RGB (Red+Green+Blue) = 239+5+128=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0580 is #10FA7F. Grayscale: #585858. Windows color (decimal): -1112704 or 8390127. OLE color: 8390127.

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

Color convert

RGB 239 5 128 -
CMYK 0 0.98 0.46 0.06
HSL 328.46º 0.96% 0.48% -
HSV(B) 328.46º 0.98% 0.94% -
XYZ 39.55 20.02 22.2 -
YUV 88.99 150.02 235 -
System Red Green Blue C M Y K H S L
Decimal 239 5 128 0 0.98 0.46 0.06 328.46 0.96 0.48
Hex EF 5 80 0 62 2E 6 148 60 30
Octal 357 5 200 0 142 56 6 510 140 60
Binary 11101111 101 10000000 0 1100010 101110 110 101001000 1100000 110000

Color Harmonies of #EF0580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0580

Black with #EF0580

Text Example


Text Example

White with #EF0580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0580; }

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

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

background-color css

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

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

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

border-color css

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

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

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