Html Css Color HEX #EC557D Dark Pink

📋 copy color: '#EC557D'

red 236 ◦ green 85 ◦ blue 125

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

Shades of Dark Pink #EC557D

Tints of Dark Pink #EC557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

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

R = 52.91%
G = 19.06%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC557D (or 0xEC557D) is known color: Dark Pink. HEX triplet: EC, 55 and 7D. RGB value is (236,85,125). Sum of RGB (Red+Green+Blue) = 236+85+125=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC557D is #13AA82. Grayscale: #868686. Windows color (decimal): -1288835 or 8213996. OLE color: 8213996.

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

Color convert

RGB 236 85 125 -
CMYK 0 0.64 0.47 0.07
HSL 344.11º 0.8% 0.63% -
HSV(B) 344.11º 0.64% 0.93% -
XYZ 41.54 25.81 22.19 -
YUV 134.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 236 85 125 0 0.64 0.47 0.07 344.11 0.8 0.63
Hex EC 55 7D 0 40 2F 7 158 50 3F
Octal 354 125 175 0 100 57 7 530 120 77
Binary 11101100 1010101 1111101 0 1000000 101111 111 101011000 1010000 111111

Color Harmonies of #EC557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC557D

Black with #EC557D

Text Example


Text Example

White with #EC557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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