Html Css Color HEX #EC5B8F Dark Pink

📋 copy color: '#EC5B8F'

red 236 ◦ green 91 ◦ blue 143

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

Shades of Dark Pink #EC5B8F

Tints of Dark Pink #EC5B8F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.36%

 BLUE value IS 143 (56.25% from 255) = 30.43%

R = 50.21%
G = 19.36%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC5B8F (or 0xEC5B8F) is known color: Dark Pink. HEX triplet: EC, 5B and 8F. RGB value is (236,91,143). Sum of RGB (Red+Green+Blue) = 236+91+143=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5B8F is #13A470. Grayscale: #8C8C8C. Windows color (decimal): -1287281 or 9395180. OLE color: 9395180.

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

Color convert

RGB 236 91 143 -
CMYK 0 0.61 0.39 0.07
HSL 338.48º 0.79% 0.64% -
HSV(B) 338.48º 0.61% 0.93% -
XYZ 43.29 27.3 28.97 -
YUV 140.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 236 91 143 0 0.61 0.39 0.07 338.48 0.79 0.64
Hex EC 5B 8F 0 3D 27 7 152 4F 40
Octal 354 133 217 0 75 47 7 522 117 100
Binary 11101100 1011011 10001111 0 111101 100111 111 101010010 1001111 1000000

Color Harmonies of #EC5B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5B8F

Black with #EC5B8F

Text Example


Text Example

White with #EC5B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5B8F; }

 p { color: rgb(236,91,143); }

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

background-color css

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

 a { background-color: rgb(236,91,143); }

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

border-color css

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

 span { border-color: rgb(236,91,143); }

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