Html Css Color HEX #EC506C Dark Pink

📋 copy color: '#EC506C'

red 236 ◦ green 80 ◦ blue 108

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

Shades of Dark Pink #EC506C

Tints of Dark Pink #EC506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.47%

R = 55.66%
G = 18.87%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC506C (or 0xEC506C) is known color: Dark Pink. HEX triplet: EC, 50 and 6C. RGB value is (236,80,108). Sum of RGB (Red+Green+Blue) = 236+80+108=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC506C is #13AF93. Grayscale: #818181. Windows color (decimal): -1290132 or 7098604. OLE color: 7098604.

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

Color convert

RGB 236 80 108 -
CMYK 0 0.66 0.54 0.07
HSL 349.23º 0.8% 0.62% -
HSV(B) 349.23º 0.66% 0.93% -
XYZ 40.17 24.65 16.83 -
YUV 129.84 115.68 203.72 -
System Red Green Blue C M Y K H S L
Decimal 236 80 108 0 0.66 0.54 0.07 349.23 0.8 0.62
Hex EC 50 6C 0 42 36 7 15D 50 3E
Octal 354 120 154 0 102 66 7 535 120 76
Binary 11101100 1010000 1101100 0 1000010 110110 111 101011101 1010000 111110

Color Harmonies of #EC506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC506C

Black with #EC506C

Text Example


Text Example

White with #EC506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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