Html Css Color HEX #EC567C Dark Pink

📋 copy color: '#EC567C'

red 236 ◦ green 86 ◦ blue 124

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

Shades of Dark Pink #EC567C

Tints of Dark Pink #EC567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.28%

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 52.91%
G = 19.28%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC567C (or 0xEC567C) is known color: Dark Pink. HEX triplet: EC, 56 and 7C. RGB value is (236,86,124). Sum of RGB (Red+Green+Blue) = 236+86+124=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC567C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC567C is #13A983. Grayscale: #878787. Windows color (decimal): -1288580 or 8148716. OLE color: 8148716.

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

Color convert

RGB 236 86 124 -
CMYK 0 0.64 0.47 0.07
HSL 344.8º 0.8% 0.63% -
HSV(B) 344.8º 0.64% 0.93% -
XYZ 41.56 25.94 21.89 -
YUV 135.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 236 86 124 0 0.64 0.47 0.07 344.8 0.8 0.63
Hex EC 56 7C 0 40 2F 7 159 50 3F
Octal 354 126 174 0 100 57 7 531 120 77
Binary 11101100 1010110 1111100 0 1000000 101111 111 101011001 1010000 111111

Color Harmonies of #EC567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC567C

Black with #EC567C

Text Example


Text Example

White with #EC567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC567C; }

 p { color: rgb(236,86,124); }

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

background-color css

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

 a { background-color: rgb(236,86,124); }

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

border-color css

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

 span { border-color: rgb(236,86,124); }

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