Html Css Color HEX #EC567D Dark Pink

📋 copy color: '#EC567D'

red 236 ◦ green 86 ◦ blue 125

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

Shades of Dark Pink #EC567D

Tints of Dark Pink #EC567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 52.8%
G = 19.24%
B = 27.96%

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

#EC567D (or 0xEC567D) is known color: Dark Pink. HEX triplet: EC, 56 and 7D. RGB value is (236,86,125). Sum of RGB (Red+Green+Blue) = 236+86+125=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC567D is #13A982. Grayscale: #878787. Windows color (decimal): -1288579 or 8214252. OLE color: 8214252.

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

Color convert

RGB 236 86 125 -
CMYK 0 0.64 0.47 0.07
HSL 344.4º 0.8% 0.63% -
HSV(B) 344.4º 0.64% 0.93% -
XYZ 41.62 25.97 22.22 -
YUV 135.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 236 86 125 0 0.64 0.47 0.07 344.4 0.8 0.63
Hex EC 56 7D 0 40 2F 7 158 50 3F
Octal 354 126 175 0 100 57 7 530 120 77
Binary 11101100 1010110 1111101 0 1000000 101111 111 101011000 1010000 111111

Color Harmonies of #EC567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC567D

Black with #EC567D

Text Example


Text Example

White with #EC567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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