Html Css Color HEX #EC507A Dark Pink

📋 copy color: '#EC507A'

red 236 ◦ green 80 ◦ blue 122

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

Shades of Dark Pink #EC507A

Tints of Dark Pink #EC507A

RGB

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

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

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

R = 53.88%
G = 18.26%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC507A (or 0xEC507A) is known color: Dark Pink. HEX triplet: EC, 50 and 7A. RGB value is (236,80,122). Sum of RGB (Red+Green+Blue) = 236+80+122=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC507A is #13AF85. Grayscale: #838383. Windows color (decimal): -1290118 or 8016108. OLE color: 8016108.

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

Color convert

RGB 236 80 122 -
CMYK 0 0.66 0.48 0.07
HSL 343.85º 0.8% 0.62% -
HSV(B) 343.85º 0.66% 0.93% -
XYZ 40.97 24.98 21.07 -
YUV 131.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 236 80 122 0 0.66 0.48 0.07 343.85 0.8 0.62
Hex EC 50 7A 0 42 30 7 158 50 3E
Octal 354 120 172 0 102 60 7 530 120 76
Binary 11101100 1010000 1111010 0 1000010 110000 111 101011000 1010000 111110

Color Harmonies of #EC507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC507A

Black with #EC507A

Text Example


Text Example

White with #EC507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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