Html Css Color HEX #EC4870 Dark Pink

📋 copy color: '#EC4870'

red 236 ◦ green 72 ◦ blue 112

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

Shades of Dark Pink #EC4870

Tints of Dark Pink #EC4870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.14%

 BLUE value IS 112 (44.14% from 255) = 26.67%

R = 56.19%
G = 17.14%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC4870 (or 0xEC4870) is known color: Dark Pink. HEX triplet: EC, 48 and 70. RGB value is (236,72,112). Sum of RGB (Red+Green+Blue) = 236+72+112=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4870 is #13B78F. Grayscale: #7D7D7D. Windows color (decimal): -1292176 or 7358700. OLE color: 7358700.

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

Color convert

RGB 236 72 112 -
CMYK 0 0.69 0.53 0.07
HSL 345.37º 0.81% 0.6% -
HSV(B) 345.37º 0.69% 0.93% -
XYZ 39.83 23.64 17.79 -
YUV 125.6 120.33 206.75 -
System Red Green Blue C M Y K H S L
Decimal 236 72 112 0 0.69 0.53 0.07 345.37 0.81 0.6
Hex EC 48 70 0 45 35 7 159 51 3C
Octal 354 110 160 0 105 65 7 531 121 74
Binary 11101100 1001000 1110000 0 1000101 110101 111 101011001 1010001 111100

Color Harmonies of #EC4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4870

Black with #EC4870

Text Example


Text Example

White with #EC4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4870; }

 p { color: rgb(236,72,112); }

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

background-color css

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

 a { background-color: rgb(236,72,112); }

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

border-color css

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

 span { border-color: rgb(236,72,112); }

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