Html Css Color HEX #EC506E Dark Pink

📋 copy color: '#EC506E'

red 236 ◦ green 80 ◦ blue 110

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

Shades of Dark Pink #EC506E

Tints of Dark Pink #EC506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.82%

R = 55.4%
G = 18.78%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC506E (or 0xEC506E) is known color: Dark Pink. HEX triplet: EC, 50 and 6E. RGB value is (236,80,110). Sum of RGB (Red+Green+Blue) = 236+80+110=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC506E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC506E is #13AF91. Grayscale: #828282. Windows color (decimal): -1290130 or 7229676. OLE color: 7229676.

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

Color convert

RGB 236 80 110 -
CMYK 0 0.66 0.53 0.07
HSL 348.46º 0.8% 0.62% -
HSV(B) 348.46º 0.66% 0.93% -
XYZ 40.28 24.7 17.4 -
YUV 130.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 236 80 110 0 0.66 0.53 0.07 348.46 0.8 0.62
Hex EC 50 6E 0 42 35 7 15C 50 3E
Octal 354 120 156 0 102 65 7 534 120 76
Binary 11101100 1010000 1101110 0 1000010 110101 111 101011100 1010000 111110

Color Harmonies of #EC506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC506E

Black with #EC506E

Text Example


Text Example

White with #EC506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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