Html Css Color HEX #EC5775 Dark Pink

📋 copy color: '#EC5775'

red 236 ◦ green 87 ◦ blue 117

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

Shades of Dark Pink #EC5775

Tints of Dark Pink #EC5775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.77%

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 53.64%
G = 19.77%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC5775 (or 0xEC5775) is known color: Dark Pink. HEX triplet: EC, 57 and 75. RGB value is (236,87,117). Sum of RGB (Red+Green+Blue) = 236+87+117=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5775 is #13A88A. Grayscale: #878787. Windows color (decimal): -1288331 or 7690220. OLE color: 7690220.

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

Color convert

RGB 236 87 117 -
CMYK 0 0.63 0.50 0.07
HSL 347.92º 0.8% 0.63% -
HSV(B) 347.92º 0.63% 0.93% -
XYZ 41.21 25.93 19.66 -
YUV 134.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 236 87 117 0 0.63 0.50 0.07 347.92 0.8 0.63
Hex EC 57 75 0 3F 32 7 15C 50 3F
Octal 354 127 165 0 77 62 7 534 120 77
Binary 11101100 1010111 1110101 0 111111 110010 111 101011100 1010000 111111

Color Harmonies of #EC5775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5775

Black with #EC5775

Text Example


Text Example

White with #EC5775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5775; }

 p { color: rgb(236,87,117); }

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

background-color css

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

 a { background-color: rgb(236,87,117); }

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

border-color css

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

 span { border-color: rgb(236,87,117); }

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