Html Css Color HEX #EC547A Dark Pink

📋 copy color: '#EC547A'

red 236 ◦ green 84 ◦ blue 122

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

Shades of Dark Pink #EC547A

Tints of Dark Pink #EC547A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 53.39%
G = 19%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC547A (or 0xEC547A) is known color: Dark Pink. HEX triplet: EC, 54 and 7A. RGB value is (236,84,122). Sum of RGB (Red+Green+Blue) = 236+84+122=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC547A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC547A is #13AB85. Grayscale: #858585. Windows color (decimal): -1289094 or 8017132. OLE color: 8017132.

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

Color convert

RGB 236 84 122 -
CMYK 0 0.64 0.48 0.07
HSL 345º 0.8% 0.63% -
HSV(B) 345º 0.64% 0.93% -
XYZ 41.28 25.58 21.17 -
YUV 133.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 236 84 122 0 0.64 0.48 0.07 345 0.8 0.63
Hex EC 54 7A 0 40 30 7 159 50 3F
Octal 354 124 172 0 100 60 7 531 120 77
Binary 11101100 1010100 1111010 0 1000000 110000 111 101011001 1010000 111111

Color Harmonies of #EC547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC547A

Black with #EC547A

Text Example


Text Example

White with #EC547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC547A; }

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

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

background-color css

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

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

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

border-color css

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

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

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