Html Css Color HEX #EC588B Dark Pink

📋 copy color: '#EC588B'

red 236 ◦ green 88 ◦ blue 139

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

Shades of Dark Pink #EC588B

Tints of Dark Pink #EC588B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.01%

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

R = 50.97%
G = 19.01%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC588B (or 0xEC588B) is known color: Dark Pink. HEX triplet: EC, 58 and 8B. RGB value is (236,88,139). Sum of RGB (Red+Green+Blue) = 236+88+139=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC588B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC588B is #13A774. Grayscale: #8A8A8A. Windows color (decimal): -1288053 or 9132268. OLE color: 9132268.

HSL color Cylindrical-coordinate representation of color #EC588B: hue angle of 339.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC588B is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 88 139 -
CMYK 0 0.63 0.41 0.07
HSL 339.32º 0.8% 0.64% -
HSV(B) 339.32º 0.63% 0.93% -
XYZ 42.74 26.68 27.32 -
YUV 138.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 236 88 139 0 0.63 0.41 0.07 339.32 0.8 0.64
Hex EC 58 8B 0 3F 29 7 153 50 40
Octal 354 130 213 0 77 51 7 523 120 100
Binary 11101100 1011000 10001011 0 111111 101001 111 101010011 1010000 1000000

Color Harmonies of #EC588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC588B

Black with #EC588B

Text Example


Text Example

White with #EC588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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