Html Css Color HEX #EC5174 Dark Pink

📋 copy color: '#EC5174'

red 236 ◦ green 81 ◦ blue 116

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

Shades of Dark Pink #EC5174

Tints of Dark Pink #EC5174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.71%

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

R = 54.5%
G = 18.71%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC5174 (or 0xEC5174) is known color: Dark Pink. HEX triplet: EC, 51 and 74. RGB value is (236,81,116). Sum of RGB (Red+Green+Blue) = 236+81+116=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5174 is #13AE8B. Grayscale: #838383. Windows color (decimal): -1289868 or 7623148. OLE color: 7623148.

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

Color convert

RGB 236 81 116 -
CMYK 0 0.66 0.51 0.07
HSL 346.45º 0.8% 0.62% -
HSV(B) 346.45º 0.66% 0.93% -
XYZ 40.69 24.98 19.2 -
YUV 131.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 236 81 116 0 0.66 0.51 0.07 346.45 0.8 0.62
Hex EC 51 74 0 42 33 7 15A 50 3E
Octal 354 121 164 0 102 63 7 532 120 76
Binary 11101100 1010001 1110100 0 1000010 110011 111 101011010 1010000 111110

Color Harmonies of #EC5174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5174

Black with #EC5174

Text Example


Text Example

White with #EC5174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5174; }

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

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

background-color css

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

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

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

border-color css

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

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

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