Html Css Color HEX #EC497E Dark Pink

📋 copy color: '#EC497E'

red 236 ◦ green 73 ◦ blue 126

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

Shades of Dark Pink #EC497E

Tints of Dark Pink #EC497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.97%

R = 54.25%
G = 16.78%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC497E (or 0xEC497E) is known color: Dark Pink. HEX triplet: EC, 49 and 7E. RGB value is (236,73,126). Sum of RGB (Red+Green+Blue) = 236+73+126=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC497E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC497E is #13B681. Grayscale: #7F7F7F. Windows color (decimal): -1291906 or 8276460. OLE color: 8276460.

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

Color convert

RGB 236 73 126 -
CMYK 0 0.69 0.47 0.07
HSL 340.49º 0.81% 0.61% -
HSV(B) 340.49º 0.69% 0.93% -
XYZ 40.74 24.1 22.24 -
YUV 127.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 236 73 126 0 0.69 0.47 0.07 340.49 0.81 0.61
Hex EC 49 7E 0 45 2F 7 154 51 3D
Octal 354 111 176 0 105 57 7 524 121 75
Binary 11101100 1001001 1111110 0 1000101 101111 111 101010100 1010001 111101

Color Harmonies of #EC497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC497E

Black with #EC497E

Text Example


Text Example

White with #EC497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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