Html Css Color HEX #EC077D Deep Pink

📋 copy color: '#EC077D'

red 236 ◦ green 7 ◦ blue 125

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

Shades of Deep Pink #EC077D

Tints of Deep Pink #EC077D

RGB

 RED value IS 236 (92.58% from 255) = 64.13%

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

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 64.13%
G = 1.9%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC077D (or 0xEC077D) is known color: Deep Pink. HEX triplet: EC, 07 and 7D. RGB value is (236,7,125). Sum of RGB (Red+Green+Blue) = 236+7+125=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC077D is #13F882. Grayscale: #585858. Windows color (decimal): -1308803 or 8194028. OLE color: 8194028.

HSL color Cylindrical-coordinate representation of color #EC077D: hue angle of 329.08º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC077D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 7 125 -
CMYK 0 0.97 0.47 0.07
HSL 329.08º 0.94% 0.48% -
HSV(B) 329.08º 0.97% 0.93% -
XYZ 38.37 19.47 21.14 -
YUV 88.92 148.37 232.91 -
System Red Green Blue C M Y K H S L
Decimal 236 7 125 0 0.97 0.47 0.07 329.08 0.94 0.48
Hex EC 7 7D 0 61 2F 7 149 5E 30
Octal 354 7 175 0 141 57 7 511 136 60
Binary 11101100 111 1111101 0 1100001 101111 111 101001001 1011110 110000

Color Harmonies of #EC077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC077D

Black with #EC077D

Text Example


Text Example

White with #EC077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC077D; }

 p { color: rgb(236,7,125); }

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

background-color css

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

 a { background-color: rgb(236,7,125); }

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

border-color css

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

 span { border-color: rgb(236,7,125); }

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