Html Css Color HEX #EC5888 Dark Pink

📋 copy color: '#EC5888'

red 236 ◦ green 88 ◦ blue 136

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

Shades of Dark Pink #EC5888

Tints of Dark Pink #EC5888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.57%

R = 51.3%
G = 19.13%
B = 29.57%

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

#EC5888 (or 0xEC5888) is known color: Dark Pink. HEX triplet: EC, 58 and 88. RGB value is (236,88,136). Sum of RGB (Red+Green+Blue) = 236+88+136=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5888 is #13A777. Grayscale: #898989. Windows color (decimal): -1288056 or 8935660. OLE color: 8935660.

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

Color convert

RGB 236 88 136 -
CMYK 0 0.63 0.42 0.07
HSL 340.54º 0.8% 0.64% -
HSV(B) 340.54º 0.63% 0.93% -
XYZ 42.53 26.59 26.18 -
YUV 137.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 236 88 136 0 0.63 0.42 0.07 340.54 0.8 0.64
Hex EC 58 88 0 3F 2A 7 155 50 40
Octal 354 130 210 0 77 52 7 525 120 100
Binary 11101100 1011000 10001000 0 111111 101010 111 101010101 1010000 1000000

Color Harmonies of #EC5888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5888

Black with #EC5888

Text Example


Text Example

White with #EC5888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5888; }

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

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

background-color css

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

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

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

border-color css

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

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

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