Html Css Color HEX #EC5172 Dark Pink

📋 copy color: '#EC5172'

red 236 ◦ green 81 ◦ blue 114

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

Shades of Dark Pink #EC5172

Tints of Dark Pink #EC5172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 54.76%
G = 18.79%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC5172 (or 0xEC5172) is known color: Dark Pink. HEX triplet: EC, 51 and 72. RGB value is (236,81,114). Sum of RGB (Red+Green+Blue) = 236+81+114=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5172 is #13AE8D. Grayscale: #838383. Windows color (decimal): -1289870 or 7492076. OLE color: 7492076.

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

Color convert

RGB 236 81 114 -
CMYK 0 0.66 0.52 0.07
HSL 347.23º 0.8% 0.62% -
HSV(B) 347.23º 0.66% 0.93% -
XYZ 40.57 24.93 18.59 -
YUV 131.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 236 81 114 0 0.66 0.52 0.07 347.23 0.8 0.62
Hex EC 51 72 0 42 34 7 15B 50 3E
Octal 354 121 162 0 102 64 7 533 120 76
Binary 11101100 1010001 1110010 0 1000010 110100 111 101011011 1010000 111110

Color Harmonies of #EC5172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5172

Black with #EC5172

Text Example


Text Example

White with #EC5172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5172; }

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

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

background-color css

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

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

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

border-color css

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

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

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