Html Css Color HEX #EC5974 Dark Pink

📋 copy color: '#EC5974'

red 236 ◦ green 89 ◦ blue 116

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

Shades of Dark Pink #EC5974

Tints of Dark Pink #EC5974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.18%

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 53.51%
G = 20.18%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC5974 (or 0xEC5974) is known color: Dark Pink. HEX triplet: EC, 59 and 74. RGB value is (236,89,116). Sum of RGB (Red+Green+Blue) = 236+89+116=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5974 is #13A68B. Grayscale: #888888. Windows color (decimal): -1287820 or 7625196. OLE color: 7625196.

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

Color convert

RGB 236 89 116 -
CMYK 0 0.62 0.51 0.07
HSL 348.98º 0.79% 0.64% -
HSV(B) 348.98º 0.62% 0.93% -
XYZ 41.32 26.24 19.41 -
YUV 136.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 236 89 116 0 0.62 0.51 0.07 348.98 0.79 0.64
Hex EC 59 74 0 3E 33 7 15D 4F 40
Octal 354 131 164 0 76 63 7 535 117 100
Binary 11101100 1011001 1110100 0 111110 110011 111 101011101 1001111 1000000

Color Harmonies of #EC5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5974

Black with #EC5974

Text Example


Text Example

White with #EC5974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5974; }

 p { color: rgb(236,89,116); }

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

background-color css

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

 a { background-color: rgb(236,89,116); }

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

border-color css

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

 span { border-color: rgb(236,89,116); }

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