Html Css Color HEX #EC4F7E Dark Pink

📋 copy color: '#EC4F7E'

red 236 ◦ green 79 ◦ blue 126

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

Shades of Dark Pink #EC4F7E

Tints of Dark Pink #EC4F7E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.91%

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

R = 53.51%
G = 17.91%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC4F7E (or 0xEC4F7E) is known color: Dark Pink. HEX triplet: EC, 4F and 7E. RGB value is (236,79,126). Sum of RGB (Red+Green+Blue) = 236+79+126=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4F7E is #13B081. Grayscale: #838383. Windows color (decimal): -1290370 or 8277996. OLE color: 8277996.

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

Color convert

RGB 236 79 126 -
CMYK 0 0.67 0.47 0.07
HSL 342.04º 0.81% 0.62% -
HSV(B) 342.04º 0.67% 0.93% -
XYZ 41.15 24.93 22.38 -
YUV 131.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 236 79 126 0 0.67 0.47 0.07 342.04 0.81 0.62
Hex EC 4F 7E 0 43 2F 7 156 51 3E
Octal 354 117 176 0 103 57 7 526 121 76
Binary 11101100 1001111 1111110 0 1000011 101111 111 101010110 1010001 111110

Color Harmonies of #EC4F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F7E

Black with #EC4F7E

Text Example


Text Example

White with #EC4F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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