Html Css Color HEX #EC077B Deep Pink

📋 copy color: '#EC077B'

red 236 ◦ green 7 ◦ blue 123

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

Shades of Deep Pink #EC077B

Tints of Deep Pink #EC077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 64.48%
G = 1.91%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC077B (or 0xEC077B) is known color: Deep Pink. HEX triplet: EC, 07 and 7B. RGB value is (236,7,123). Sum of RGB (Red+Green+Blue) = 236+7+123=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC077B is #13F884. Grayscale: #585858. Windows color (decimal): -1308805 or 8062956. OLE color: 8062956.

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

Color convert

RGB 236 7 123 -
CMYK 0 0.97 0.48 0.07
HSL 329.61º 0.94% 0.48% -
HSV(B) 329.61º 0.97% 0.93% -
XYZ 38.24 19.41 20.47 -
YUV 88.7 147.37 233.07 -
System Red Green Blue C M Y K H S L
Decimal 236 7 123 0 0.97 0.48 0.07 329.61 0.94 0.48
Hex EC 7 7B 0 61 30 7 14A 5E 30
Octal 354 7 173 0 141 60 7 512 136 60
Binary 11101100 111 1111011 0 1100001 110000 111 101001010 1011110 110000

Color Harmonies of #EC077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC077B

Black with #EC077B

Text Example


Text Example

White with #EC077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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