Html Css Color HEX #EC5E7C Dark Pink

📋 copy color: '#EC5E7C'

red 236 ◦ green 94 ◦ blue 124

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

Shades of Dark Pink #EC5E7C

Tints of Dark Pink #EC5E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.7%

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

R = 51.98%
G = 20.7%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC5E7C (or 0xEC5E7C) is known color: Dark Pink. HEX triplet: EC, 5E and 7C. RGB value is (236,94,124). Sum of RGB (Red+Green+Blue) = 236+94+124=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E7C is #13A183. Grayscale: #8B8B8B. Windows color (decimal): -1286532 or 8150764. OLE color: 8150764.

HSL color Cylindrical-coordinate representation of color #EC5E7C: hue angle of 347.32º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E7C is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 94 124 -
CMYK 0 0.60 0.47 0.07
HSL 347.32º 0.79% 0.65% -
HSV(B) 347.32º 0.6% 0.93% -
XYZ 42.23 27.29 22.11 -
YUV 139.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 236 94 124 0 0.60 0.47 0.07 347.32 0.79 0.65
Hex EC 5E 7C 0 3C 2F 7 15B 4F 41
Octal 354 136 174 0 74 57 7 533 117 101
Binary 11101100 1011110 1111100 0 111100 101111 111 101011011 1001111 1000001

Color Harmonies of #EC5E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E7C

Black with #EC5E7C

Text Example


Text Example

White with #EC5E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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