Html Css Color HEX #EC5070 Dark Pink

📋 copy color: '#EC5070'

red 236 ◦ green 80 ◦ blue 112

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

Shades of Dark Pink #EC5070

Tints of Dark Pink #EC5070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.69%

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

R = 55.14%
G = 18.69%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC5070 (or 0xEC5070) is known color: Dark Pink. HEX triplet: EC, 50 and 70. RGB value is (236,80,112). Sum of RGB (Red+Green+Blue) = 236+80+112=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5070 is #13AF8F. Grayscale: #828282. Windows color (decimal): -1290128 or 7360748. OLE color: 7360748.

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

Color convert

RGB 236 80 112 -
CMYK 0 0.66 0.53 0.07
HSL 347.69º 0.8% 0.62% -
HSV(B) 347.69º 0.66% 0.93% -
XYZ 40.39 24.74 17.98 -
YUV 130.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 236 80 112 0 0.66 0.53 0.07 347.69 0.8 0.62
Hex EC 50 70 0 42 35 7 15C 50 3E
Octal 354 120 160 0 102 65 7 534 120 76
Binary 11101100 1010000 1110000 0 1000010 110101 111 101011100 1010000 111110

Color Harmonies of #EC5070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5070

Black with #EC5070

Text Example


Text Example

White with #EC5070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5070; }

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

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

background-color css

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

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

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

border-color css

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

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

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