Html Css Color HEX #EC078B Deep Pink

📋 copy color: '#EC078B'

red 236 ◦ green 7 ◦ blue 139

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

Shades of Deep Pink #EC078B

Tints of Deep Pink #EC078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 61.78%
G = 1.83%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC078B (or 0xEC078B) is known color: Deep Pink. HEX triplet: EC, 07 and 8B. RGB value is (236,7,139). Sum of RGB (Red+Green+Blue) = 236+7+139=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC078B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC078B is #13F874. Grayscale: #5A5A5A. Windows color (decimal): -1308789 or 9111532. OLE color: 9111532.

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

Color convert

RGB 236 7 139 -
CMYK 0 0.97 0.41 0.07
HSL 325.41º 0.94% 0.48% -
HSV(B) 325.41º 0.97% 0.93% -
XYZ 39.33 19.85 26.18 -
YUV 90.52 155.37 231.77 -
System Red Green Blue C M Y K H S L
Decimal 236 7 139 0 0.97 0.41 0.07 325.41 0.94 0.48
Hex EC 7 8B 0 61 29 7 145 5E 30
Octal 354 7 213 0 141 51 7 505 136 60
Binary 11101100 111 10001011 0 1100001 101001 111 101000101 1011110 110000

Color Harmonies of #EC078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC078B

Black with #EC078B

Text Example


Text Example

White with #EC078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC078B; }

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

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

background-color css

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

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

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

border-color css

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

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

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