Html Css Color HEX #EC087C Deep Pink

📋 copy color: '#EC087C'

red 236 ◦ green 8 ◦ blue 124

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

Shades of Deep Pink #EC087C

Tints of Deep Pink #EC087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.17%

 BLUE value IS 124 (48.83% from 255) = 33.7%

R = 64.13%
G = 2.17%
B = 33.7%

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

#EC087C (or 0xEC087C) is known color: Deep Pink. HEX triplet: EC, 08 and 7C. RGB value is (236,8,124). Sum of RGB (Red+Green+Blue) = 236+8+124=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC087C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC087C is #13F783. Grayscale: #595959. Windows color (decimal): -1308548 or 8128748. OLE color: 8128748.

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

Color convert

RGB 236 8 124 -
CMYK 0 0.97 0.47 0.07
HSL 329.47º 0.93% 0.48% -
HSV(B) 329.47º 0.97% 0.93% -
XYZ 38.32 19.46 20.81 -
YUV 89.4 147.54 232.57 -
System Red Green Blue C M Y K H S L
Decimal 236 8 124 0 0.97 0.47 0.07 329.47 0.93 0.48
Hex EC 8 7C 0 61 2F 7 149 5D 30
Octal 354 10 174 0 141 57 7 511 135 60
Binary 11101100 1000 1111100 0 1100001 101111 111 101001001 1011101 110000

Color Harmonies of #EC087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC087C

Black with #EC087C

Text Example


Text Example

White with #EC087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC087C; }

 p { color: rgb(236,8,124); }

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

background-color css

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

 a { background-color: rgb(236,8,124); }

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

border-color css

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

 span { border-color: rgb(236,8,124); }

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