Html Css Color HEX #EC487B Dark Pink

📋 copy color: '#EC487B'

red 236 ◦ green 72 ◦ blue 123

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

Shades of Dark Pink #EC487B

Tints of Dark Pink #EC487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.54%

R = 54.76%
G = 16.71%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC487B (or 0xEC487B) is known color: Dark Pink. HEX triplet: EC, 48 and 7B. RGB value is (236,72,123). Sum of RGB (Red+Green+Blue) = 236+72+123=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC487B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC487B is #13B784. Grayscale: #7E7E7E. Windows color (decimal): -1292165 or 8079596. OLE color: 8079596.

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

Color convert

RGB 236 72 123 -
CMYK 0 0.69 0.48 0.07
HSL 341.34º 0.81% 0.6% -
HSV(B) 341.34º 0.69% 0.93% -
XYZ 40.48 23.9 21.22 -
YUV 126.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 236 72 123 0 0.69 0.48 0.07 341.34 0.81 0.6
Hex EC 48 7B 0 45 30 7 155 51 3C
Octal 354 110 173 0 105 60 7 525 121 74
Binary 11101100 1001000 1111011 0 1000101 110000 111 101010101 1010001 111100

Color Harmonies of #EC487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC487B

Black with #EC487B

Text Example


Text Example

White with #EC487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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