Html Css Color HEX #EC507E Dark Pink

📋 copy color: '#EC507E'

red 236 ◦ green 80 ◦ blue 126

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

Shades of Dark Pink #EC507E

Tints of Dark Pink #EC507E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.1%

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

R = 53.39%
G = 18.1%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC507E (or 0xEC507E) is known color: Dark Pink. HEX triplet: EC, 50 and 7E. RGB value is (236,80,126). Sum of RGB (Red+Green+Blue) = 236+80+126=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC507E is #13AF81. Grayscale: #838383. Windows color (decimal): -1290114 or 8278252. OLE color: 8278252.

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

Color convert

RGB 236 80 126 -
CMYK 0 0.66 0.47 0.07
HSL 342.31º 0.8% 0.62% -
HSV(B) 342.31º 0.66% 0.93% -
XYZ 41.23 25.08 22.41 -
YUV 131.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 236 80 126 0 0.66 0.47 0.07 342.31 0.8 0.62
Hex EC 50 7E 0 42 2F 7 156 50 3E
Octal 354 120 176 0 102 57 7 526 120 76
Binary 11101100 1010000 1111110 0 1000010 101111 111 101010110 1010000 111110

Color Harmonies of #EC507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC507E

Black with #EC507E

Text Example


Text Example

White with #EC507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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