Html Css Color HEX #EC497A Dark Pink

📋 copy color: '#EC497A'

red 236 ◦ green 73 ◦ blue 122

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

Shades of Dark Pink #EC497A

Tints of Dark Pink #EC497A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.94%

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 54.76%
G = 16.94%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC497A (or 0xEC497A) is known color: Dark Pink. HEX triplet: EC, 49 and 7A. RGB value is (236,73,122). Sum of RGB (Red+Green+Blue) = 236+73+122=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC497A is #13B685. Grayscale: #7F7F7F. Windows color (decimal): -1291910 or 8014316. OLE color: 8014316.

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

Color convert

RGB 236 73 122 -
CMYK 0 0.69 0.48 0.07
HSL 341.96º 0.81% 0.61% -
HSV(B) 341.96º 0.69% 0.93% -
XYZ 40.49 24 20.91 -
YUV 127.32 125 205.52 -
System Red Green Blue C M Y K H S L
Decimal 236 73 122 0 0.69 0.48 0.07 341.96 0.81 0.61
Hex EC 49 7A 0 45 30 7 156 51 3D
Octal 354 111 172 0 105 60 7 526 121 75
Binary 11101100 1001001 1111010 0 1000101 110000 111 101010110 1010001 111101

Color Harmonies of #EC497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC497A

Black with #EC497A

Text Example


Text Example

White with #EC497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC497A; }

 p { color: rgb(236,73,122); }

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

background-color css

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

 a { background-color: rgb(236,73,122); }

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

border-color css

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

 span { border-color: rgb(236,73,122); }

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