Html Css Color HEX #EC5F8C Dark Pink

📋 copy color: '#EC5F8C'

red 236 ◦ green 95 ◦ blue 140

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

Shades of Dark Pink #EC5F8C

Tints of Dark Pink #EC5F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 50.11%
G = 20.17%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC5F8C (or 0xEC5F8C) is known color: Dark Pink. HEX triplet: EC, 5F and 8C. RGB value is (236,95,140). Sum of RGB (Red+Green+Blue) = 236+95+140=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5F8C is #13A073. Grayscale: #8E8E8E. Windows color (decimal): -1286260 or 9199596. OLE color: 9199596.

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

Color convert

RGB 236 95 140 -
CMYK 0 0.60 0.41 0.07
HSL 340.85º 0.79% 0.65% -
HSV(B) 340.85º 0.6% 0.93% -
XYZ 43.42 27.91 27.91 -
YUV 142.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 236 95 140 0 0.60 0.41 0.07 340.85 0.79 0.65
Hex EC 5F 8C 0 3C 29 7 155 4F 41
Octal 354 137 214 0 74 51 7 525 117 101
Binary 11101100 1011111 10001100 0 111100 101001 111 101010101 1001111 1000001

Color Harmonies of #EC5F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F8C

Black with #EC5F8C

Text Example


Text Example

White with #EC5F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F8C; }

 p { color: rgb(236,95,140); }

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

background-color css

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

 a { background-color: rgb(236,95,140); }

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

border-color css

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

 span { border-color: rgb(236,95,140); }

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