Html Css Color HEX #EC4A7E Dark Pink

📋 copy color: '#EC4A7E'

red 236 ◦ green 74 ◦ blue 126

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

Shades of Dark Pink #EC4A7E

Tints of Dark Pink #EC4A7E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

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

R = 54.13%
G = 16.97%
B = 28.9%

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

#EC4A7E (or 0xEC4A7E) is known color: Dark Pink. HEX triplet: EC, 4A and 7E. RGB value is (236,74,126). Sum of RGB (Red+Green+Blue) = 236+74+126=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A7E is #13B581. Grayscale: #808080. Windows color (decimal): -1291650 or 8276716. OLE color: 8276716.

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

Color convert

RGB 236 74 126 -
CMYK 0 0.69 0.47 0.07
HSL 340.74º 0.81% 0.61% -
HSV(B) 340.74º 0.69% 0.93% -
XYZ 40.81 24.24 22.27 -
YUV 128.37 126.67 204.77 -
System Red Green Blue C M Y K H S L
Decimal 236 74 126 0 0.69 0.47 0.07 340.74 0.81 0.61
Hex EC 4A 7E 0 45 2F 7 155 51 3D
Octal 354 112 176 0 105 57 7 525 121 75
Binary 11101100 1001010 1111110 0 1000101 101111 111 101010101 1010001 111101

Color Harmonies of #EC4A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A7E

Black with #EC4A7E

Text Example


Text Example

White with #EC4A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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