Html Css Color HEX #EC588E Dark Pink

📋 copy color: '#EC588E'

red 236 ◦ green 88 ◦ blue 142

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

Shades of Dark Pink #EC588E

Tints of Dark Pink #EC588E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.47%

R = 50.64%
G = 18.88%
B = 30.47%

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

#EC588E (or 0xEC588E) is known color: Dark Pink. HEX triplet: EC, 58 and 8E. RGB value is (236,88,142). Sum of RGB (Red+Green+Blue) = 236+88+142=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC588E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC588E is #13A771. Grayscale: #8A8A8A. Windows color (decimal): -1288050 or 9328876. OLE color: 9328876.

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

Color convert

RGB 236 88 142 -
CMYK 0 0.63 0.40 0.07
HSL 338.11º 0.8% 0.64% -
HSV(B) 338.11º 0.63% 0.93% -
XYZ 42.96 26.77 28.49 -
YUV 138.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 236 88 142 0 0.63 0.40 0.07 338.11 0.8 0.64
Hex EC 58 8E 0 3F 28 7 152 50 40
Octal 354 130 216 0 77 50 7 522 120 100
Binary 11101100 1011000 10001110 0 111111 101000 111 101010010 1010000 1000000

Color Harmonies of #EC588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC588E

Black with #EC588E

Text Example


Text Example

White with #EC588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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