Html Css Color HEX #EF0781 Deep Pink

📋 copy color: '#EF0781'

red 239 ◦ green 7 ◦ blue 129

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

Shades of Deep Pink #EF0781

Tints of Deep Pink #EF0781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 63.73%
G = 1.87%
B = 34.4%

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

#EF0781 (or 0xEF0781) is known color: Deep Pink. HEX triplet: EF, 07 and 81. RGB value is (239,7,129). Sum of RGB (Red+Green+Blue) = 239+7+129=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0781 is #10F87E. Grayscale: #5A5A5A. Windows color (decimal): -1112191 or 8456175. OLE color: 8456175.

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

Color convert

RGB 239 7 129 -
CMYK 0 0.97 0.46 0.06
HSL 328.45º 0.94% 0.48% -
HSV(B) 328.45º 0.97% 0.94% -
XYZ 39.64 20.09 22.56 -
YUV 90.28 149.86 234.08 -
System Red Green Blue C M Y K H S L
Decimal 239 7 129 0 0.97 0.46 0.06 328.45 0.94 0.48
Hex EF 7 81 0 61 2E 6 148 5E 30
Octal 357 7 201 0 141 56 6 510 136 60
Binary 11101111 111 10000001 0 1100001 101110 110 101001000 1011110 110000

Color Harmonies of #EF0781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0781

Black with #EF0781

Text Example


Text Example

White with #EF0781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0781; }

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

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

background-color css

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

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

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

border-color css

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

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

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