Html Css Color HEX #EC457C Dark Pink

📋 copy color: '#EC457C'

red 236 ◦ green 69 ◦ blue 124

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

Shades of Dark Pink #EC457C

Tints of Dark Pink #EC457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

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

R = 55.01%
G = 16.08%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC457C (or 0xEC457C) is known color: Dark Pink. HEX triplet: EC, 45 and 7C. RGB value is (236,69,124). Sum of RGB (Red+Green+Blue) = 236+69+124=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC457C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC457C is #13BA83. Grayscale: #7D7D7D. Windows color (decimal): -1292932 or 8144364. OLE color: 8144364.

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

Color convert

RGB 236 69 124 -
CMYK 0 0.71 0.47 0.07
HSL 340.24º 0.81% 0.6% -
HSV(B) 340.24º 0.71% 0.93% -
XYZ 40.36 23.54 21.49 -
YUV 125.2 127.33 207.03 -
System Red Green Blue C M Y K H S L
Decimal 236 69 124 0 0.71 0.47 0.07 340.24 0.81 0.6
Hex EC 45 7C 0 47 2F 7 154 51 3C
Octal 354 105 174 0 107 57 7 524 121 74
Binary 11101100 1000101 1111100 0 1000111 101111 111 101010100 1010001 111100

Color Harmonies of #EC457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC457C

Black with #EC457C

Text Example


Text Example

White with #EC457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC457C; }

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

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

background-color css

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

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

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

border-color css

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

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

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