Html Css Color HEX #EC558B Dark Pink

📋 copy color: '#EC558B'

red 236 ◦ green 85 ◦ blue 139

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

Shades of Dark Pink #EC558B

Tints of Dark Pink #EC558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.22%

R = 51.3%
G = 18.48%
B = 30.22%

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

#EC558B (or 0xEC558B) is known color: Dark Pink. HEX triplet: EC, 55 and 8B. RGB value is (236,85,139). Sum of RGB (Red+Green+Blue) = 236+85+139=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC558B is #13AA74. Grayscale: #888888. Windows color (decimal): -1288821 or 9131500. OLE color: 9131500.

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

Color convert

RGB 236 85 139 -
CMYK 0 0.64 0.41 0.07
HSL 338.54º 0.8% 0.63% -
HSV(B) 338.54º 0.64% 0.93% -
XYZ 42.5 26.19 27.24 -
YUV 136.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 236 85 139 0 0.64 0.41 0.07 338.54 0.8 0.63
Hex EC 55 8B 0 40 29 7 153 50 3F
Octal 354 125 213 0 100 51 7 523 120 77
Binary 11101100 1010101 10001011 0 1000000 101001 111 101010011 1010000 111111

Color Harmonies of #EC558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC558B

Black with #EC558B

Text Example


Text Example

White with #EC558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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