Html Css Color HEX #EF0880 Deep Pink

📋 copy color: '#EF0880'

red 239 ◦ green 8 ◦ blue 128

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

Shades of Deep Pink #EF0880

Tints of Deep Pink #EF0880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.13%

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

R = 63.73%
G = 2.13%
B = 34.13%

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

#EF0880 (or 0xEF0880) is known color: Deep Pink. HEX triplet: EF, 08 and 80. RGB value is (239,8,128). Sum of RGB (Red+Green+Blue) = 239+8+128=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0880 is #10F77F. Grayscale: #5A5A5A. Windows color (decimal): -1111936 or 8390895. OLE color: 8390895.

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

Color convert

RGB 239 8 128 -
CMYK 0 0.97 0.46 0.06
HSL 328.83º 0.94% 0.48% -
HSV(B) 328.83º 0.97% 0.94% -
XYZ 39.58 20.08 22.21 -
YUV 90.75 149.03 233.74 -
System Red Green Blue C M Y K H S L
Decimal 239 8 128 0 0.97 0.46 0.06 328.83 0.94 0.48
Hex EF 8 80 0 61 2E 6 149 5E 30
Octal 357 10 200 0 141 56 6 511 136 60
Binary 11101111 1000 10000000 0 1100001 101110 110 101001001 1011110 110000

Color Harmonies of #EF0880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0880

Black with #EF0880

Text Example


Text Example

White with #EF0880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0880; }

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

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

background-color css

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

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

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

border-color css

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

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

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