Html Css Color HEX #EC5D88 Dark Pink

📋 copy color: '#EC5D88'

red 236 ◦ green 93 ◦ blue 136

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

Shades of Dark Pink #EC5D88

Tints of Dark Pink #EC5D88

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20%

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

R = 50.75%
G = 20%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC5D88 (or 0xEC5D88) is known color: Dark Pink. HEX triplet: EC, 5D and 88. RGB value is (236,93,136). Sum of RGB (Red+Green+Blue) = 236+93+136=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D88 is #13A277. Grayscale: #8C8C8C. Windows color (decimal): -1286776 or 8936940. OLE color: 8936940.

HSL color Cylindrical-coordinate representation of color #EC5D88: hue angle of 341.96º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5D88 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 93 136 -
CMYK 0 0.61 0.42 0.07
HSL 341.96º 0.79% 0.65% -
HSV(B) 341.96º 0.61% 0.93% -
XYZ 42.95 27.44 26.33 -
YUV 140.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 236 93 136 0 0.61 0.42 0.07 341.96 0.79 0.65
Hex EC 5D 88 0 3D 2A 7 156 4F 41
Octal 354 135 210 0 75 52 7 526 117 101
Binary 11101100 1011101 10001000 0 111101 101010 111 101010110 1001111 1000001

Color Harmonies of #EC5D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D88

Black with #EC5D88

Text Example


Text Example

White with #EC5D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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