Html Css Color HEX #EC588D Dark Pink

📋 copy color: '#EC588D'

red 236 ◦ green 88 ◦ blue 141

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

Shades of Dark Pink #EC588D

Tints of Dark Pink #EC588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.32%

R = 50.75%
G = 18.92%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC588D (or 0xEC588D) is known color: Dark Pink. HEX triplet: EC, 58 and 8D. RGB value is (236,88,141). Sum of RGB (Red+Green+Blue) = 236+88+141=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC588D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC588D is #13A772. Grayscale: #8A8A8A. Windows color (decimal): -1288051 or 9263340. OLE color: 9263340.

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

Color convert

RGB 236 88 141 -
CMYK 0 0.63 0.40 0.07
HSL 338.51º 0.8% 0.64% -
HSV(B) 338.51º 0.63% 0.93% -
XYZ 42.89 26.74 28.1 -
YUV 138.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 236 88 141 0 0.63 0.40 0.07 338.51 0.8 0.64
Hex EC 58 8D 0 3F 28 7 153 50 40
Octal 354 130 215 0 77 50 7 523 120 100
Binary 11101100 1011000 10001101 0 111111 101000 111 101010011 1010000 1000000

Color Harmonies of #EC588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC588D

Black with #EC588D

Text Example


Text Example

White with #EC588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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