Html Css Color HEX #EC548C Dark Pink

📋 copy color: '#EC548C'

red 236 ◦ green 84 ◦ blue 140

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

Shades of Dark Pink #EC548C

Tints of Dark Pink #EC548C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.26%

 BLUE value IS 140 (55.08% from 255) = 30.43%

R = 51.3%
G = 18.26%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC548C (or 0xEC548C) is known color: Dark Pink. HEX triplet: EC, 54 and 8C. RGB value is (236,84,140). Sum of RGB (Red+Green+Blue) = 236+84+140=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC548C is #13AB73. Grayscale: #878787. Windows color (decimal): -1289076 or 9196780. OLE color: 9196780.

HSL color Cylindrical-coordinate representation of color #EC548C: hue angle of 337.89º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC548C is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 84 140 -
CMYK 0 0.64 0.41 0.07
HSL 337.89º 0.8% 0.63% -
HSV(B) 337.89º 0.64% 0.93% -
XYZ 42.5 26.07 27.6 -
YUV 135.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 236 84 140 0 0.64 0.41 0.07 337.89 0.8 0.63
Hex EC 54 8C 0 40 29 7 152 50 3F
Octal 354 124 214 0 100 51 7 522 120 77
Binary 11101100 1010100 10001100 0 1000000 101001 111 101010010 1010000 111111

Color Harmonies of #EC548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC548C

Black with #EC548C

Text Example


Text Example

White with #EC548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC548C; }

 p { color: rgb(236,84,140); }

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

background-color css

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

 a { background-color: rgb(236,84,140); }

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

border-color css

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

 span { border-color: rgb(236,84,140); }

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