Html Css Color HEX #EC5675 Dark Pink

📋 copy color: '#EC5675'

red 236 ◦ green 86 ◦ blue 117

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

Shades of Dark Pink #EC5675

Tints of Dark Pink #EC5675

RGB

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

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

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

R = 53.76%
G = 19.59%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC5675 (or 0xEC5675) is known color: Dark Pink. HEX triplet: EC, 56 and 75. RGB value is (236,86,117). Sum of RGB (Red+Green+Blue) = 236+86+117=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5675 is #13A98A. Grayscale: #868686. Windows color (decimal): -1288587 or 7689964. OLE color: 7689964.

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

Color convert

RGB 236 86 117 -
CMYK 0 0.64 0.50 0.07
HSL 347.6º 0.8% 0.63% -
HSV(B) 347.6º 0.64% 0.93% -
XYZ 41.13 25.77 19.64 -
YUV 134.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 236 86 117 0 0.64 0.50 0.07 347.6 0.8 0.63
Hex EC 56 75 0 40 32 7 15C 50 3F
Octal 354 126 165 0 100 62 7 534 120 77
Binary 11101100 1010110 1110101 0 1000000 110010 111 101011100 1010000 111111

Color Harmonies of #EC5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5675

Black with #EC5675

Text Example


Text Example

White with #EC5675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5675; }

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

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

background-color css

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

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

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

border-color css

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

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

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