Html Css Color HEX #EC4E83 Dark Pink

📋 copy color: '#EC4E83'

red 236 ◦ green 78 ◦ blue 131

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

Shades of Dark Pink #EC4E83

Tints of Dark Pink #EC4E83

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.53%

 BLUE value IS 131 (51.56% from 255) = 29.44%

R = 53.03%
G = 17.53%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC4E83 (or 0xEC4E83) is known color: Dark Pink. HEX triplet: EC, 4E and 83. RGB value is (236,78,131). Sum of RGB (Red+Green+Blue) = 236+78+131=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E83 is #13B17C. Grayscale: #838383. Windows color (decimal): -1290621 or 8605420. OLE color: 8605420.

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

Color convert

RGB 236 78 131 -
CMYK 0 0.67 0.44 0.07
HSL 339.87º 0.81% 0.62% -
HSV(B) 339.87º 0.67% 0.93% -
XYZ 41.41 24.92 24.1 -
YUV 131.28 127.85 202.69 -
System Red Green Blue C M Y K H S L
Decimal 236 78 131 0 0.67 0.44 0.07 339.87 0.81 0.62
Hex EC 4E 83 0 43 2C 7 154 51 3E
Octal 354 116 203 0 103 54 7 524 121 76
Binary 11101100 1001110 10000011 0 1000011 101100 111 101010100 1010001 111110

Color Harmonies of #EC4E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4E83

Black with #EC4E83

Text Example


Text Example

White with #EC4E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4E83; }

 p { color: rgb(236,78,131); }

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

background-color css

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

 a { background-color: rgb(236,78,131); }

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

border-color css

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

 span { border-color: rgb(236,78,131); }

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