Html Css Color HEX #EC487D Dark Pink

📋 copy color: '#EC487D'

red 236 ◦ green 72 ◦ blue 125

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

Shades of Dark Pink #EC487D

Tints of Dark Pink #EC487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 54.5%
G = 16.63%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC487D (or 0xEC487D) is known color: Dark Pink. HEX triplet: EC, 48 and 7D. RGB value is (236,72,125). Sum of RGB (Red+Green+Blue) = 236+72+125=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC487D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC487D is #13B782. Grayscale: #7F7F7F. Windows color (decimal): -1292163 or 8210668. OLE color: 8210668.

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

Color convert

RGB 236 72 125 -
CMYK 0 0.69 0.47 0.07
HSL 340.61º 0.81% 0.6% -
HSV(B) 340.61º 0.69% 0.93% -
XYZ 40.61 23.95 21.88 -
YUV 127.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 236 72 125 0 0.69 0.47 0.07 340.61 0.81 0.6
Hex EC 48 7D 0 45 2F 7 155 51 3C
Octal 354 110 175 0 105 57 7 525 121 74
Binary 11101100 1001000 1111101 0 1000101 101111 111 101010101 1010001 111100

Color Harmonies of #EC487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC487D

Black with #EC487D

Text Example


Text Example

White with #EC487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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