Html Css Color HEX #EF0785 Deep Pink

📋 copy color: '#EF0785'

red 239 ◦ green 7 ◦ blue 133

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

Shades of Deep Pink #EF0785

Tints of Deep Pink #EF0785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.09%

R = 63.06%
G = 1.85%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF0785 (or 0xEF0785) is known color: Deep Pink. HEX triplet: EF, 07 and 85. RGB value is (239,7,133). Sum of RGB (Red+Green+Blue) = 239+7+133=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0785 is #10F87A. Grayscale: #5A5A5A. Windows color (decimal): -1112187 or 8718319. OLE color: 8718319.

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

Color convert

RGB 239 7 133 -
CMYK 0 0.97 0.44 0.06
HSL 327.41º 0.94% 0.48% -
HSV(B) 327.41º 0.97% 0.94% -
XYZ 39.91 20.2 23.99 -
YUV 90.73 151.86 233.75 -
System Red Green Blue C M Y K H S L
Decimal 239 7 133 0 0.97 0.44 0.06 327.41 0.94 0.48
Hex EF 7 85 0 61 2C 6 147 5E 30
Octal 357 7 205 0 141 54 6 507 136 60
Binary 11101111 111 10000101 0 1100001 101100 110 101000111 1011110 110000

Color Harmonies of #EF0785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0785

Black with #EF0785

Text Example


Text Example

White with #EF0785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0785; }

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

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

background-color css

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

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

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

border-color css

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

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

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