Html Css Color HEX #EC507B Dark Pink

📋 copy color: '#EC507B'

red 236 ◦ green 80 ◦ blue 123

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

Shades of Dark Pink #EC507B

Tints of Dark Pink #EC507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.02%

R = 53.76%
G = 18.22%
B = 28.02%

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

#EC507B (or 0xEC507B) is known color: Dark Pink. HEX triplet: EC, 50 and 7B. RGB value is (236,80,123). Sum of RGB (Red+Green+Blue) = 236+80+123=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC507B is #13AF84. Grayscale: #838383. Windows color (decimal): -1290117 or 8081644. OLE color: 8081644.

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

Color convert

RGB 236 80 123 -
CMYK 0 0.66 0.48 0.07
HSL 343.46º 0.8% 0.62% -
HSV(B) 343.46º 0.66% 0.93% -
XYZ 41.04 25 21.4 -
YUV 131.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 236 80 123 0 0.66 0.48 0.07 343.46 0.8 0.62
Hex EC 50 7B 0 42 30 7 157 50 3E
Octal 354 120 173 0 102 60 7 527 120 76
Binary 11101100 1010000 1111011 0 1000010 110000 111 101010111 1010000 111110

Color Harmonies of #EC507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC507B

Black with #EC507B

Text Example


Text Example

White with #EC507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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