Html Css Color HEX #EC547F Dark Pink

📋 copy color: '#EC547F'

red 236 ◦ green 84 ◦ blue 127

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

Shades of Dark Pink #EC547F

Tints of Dark Pink #EC547F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.41%

R = 52.8%
G = 18.79%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC547F (or 0xEC547F) is known color: Dark Pink. HEX triplet: EC, 54 and 7F. RGB value is (236,84,127). Sum of RGB (Red+Green+Blue) = 236+84+127=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC547F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC547F is #13AB80. Grayscale: #868686. Windows color (decimal): -1289089 or 8344812. OLE color: 8344812.

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

Color convert

RGB 236 84 127 -
CMYK 0 0.64 0.46 0.07
HSL 343.03º 0.8% 0.63% -
HSV(B) 343.03º 0.64% 0.93% -
XYZ 41.59 25.71 22.85 -
YUV 134.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 236 84 127 0 0.64 0.46 0.07 343.03 0.8 0.63
Hex EC 54 7F 0 40 2E 7 157 50 3F
Octal 354 124 177 0 100 56 7 527 120 77
Binary 11101100 1010100 1111111 0 1000000 101110 111 101010111 1010000 111111

Color Harmonies of #EC547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC547F

Black with #EC547F

Text Example


Text Example

White with #EC547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC547F; }

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

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

background-color css

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

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

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

border-color css

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

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

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