Html Css Color HEX #EC557B Dark Pink

📋 copy color: '#EC557B'

red 236 ◦ green 85 ◦ blue 123

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

Shades of Dark Pink #EC557B

Tints of Dark Pink #EC557B

RGB

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

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

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

R = 53.15%
G = 19.14%
B = 27.7%

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

#EC557B (or 0xEC557B) is known color: Dark Pink. HEX triplet: EC, 55 and 7B. RGB value is (236,85,123). Sum of RGB (Red+Green+Blue) = 236+85+123=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC557B is #13AA84. Grayscale: #868686. Windows color (decimal): -1288837 or 8082924. OLE color: 8082924.

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

Color convert

RGB 236 85 123 -
CMYK 0 0.64 0.48 0.07
HSL 344.9º 0.8% 0.63% -
HSV(B) 344.9º 0.64% 0.93% -
XYZ 41.42 25.76 21.53 -
YUV 134.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 236 85 123 0 0.64 0.48 0.07 344.9 0.8 0.63
Hex EC 55 7B 0 40 30 7 159 50 3F
Octal 354 125 173 0 100 60 7 531 120 77
Binary 11101100 1010101 1111011 0 1000000 110000 111 101011001 1010000 111111

Color Harmonies of #EC557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC557B

Black with #EC557B

Text Example


Text Example

White with #EC557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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