Html Css Color HEX #EC588A Dark Pink

📋 copy color: '#EC588A'

red 236 ◦ green 88 ◦ blue 138

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

Shades of Dark Pink #EC588A

Tints of Dark Pink #EC588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 51.08%
G = 19.05%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC588A (or 0xEC588A) is known color: Dark Pink. HEX triplet: EC, 58 and 8A. RGB value is (236,88,138). Sum of RGB (Red+Green+Blue) = 236+88+138=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC588A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC588A is #13A775. Grayscale: #898989. Windows color (decimal): -1288054 or 9066732. OLE color: 9066732.

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

Color convert

RGB 236 88 138 -
CMYK 0 0.63 0.42 0.07
HSL 339.73º 0.8% 0.64% -
HSV(B) 339.73º 0.63% 0.93% -
XYZ 42.67 26.65 26.94 -
YUV 137.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 236 88 138 0 0.63 0.42 0.07 339.73 0.8 0.64
Hex EC 58 8A 0 3F 2A 7 154 50 40
Octal 354 130 212 0 77 52 7 524 120 100
Binary 11101100 1011000 10001010 0 111111 101010 111 101010100 1010000 1000000

Color Harmonies of #EC588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC588A

Black with #EC588A

Text Example


Text Example

White with #EC588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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