Html Css Color HEX #EC608C Dark Pink

📋 copy color: '#EC608C'

red 236 ◦ green 96 ◦ blue 140

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

Shades of Dark Pink #EC608C

Tints of Dark Pink #EC608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.34%

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

R = 50%
G = 20.34%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC608C (or 0xEC608C) is known color: Dark Pink. HEX triplet: EC, 60 and 8C. RGB value is (236,96,140). Sum of RGB (Red+Green+Blue) = 236+96+140=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC608C is #139F73. Grayscale: #8E8E8E. Windows color (decimal): -1286004 or 9199852. OLE color: 9199852.

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

Color convert

RGB 236 96 140 -
CMYK 0 0.59 0.41 0.07
HSL 341.14º 0.79% 0.65% -
HSV(B) 341.14º 0.59% 0.93% -
XYZ 43.51 28.09 27.94 -
YUV 142.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 236 96 140 0 0.59 0.41 0.07 341.14 0.79 0.65
Hex EC 60 8C 0 3B 29 7 155 4F 41
Octal 354 140 214 0 73 51 7 525 117 101
Binary 11101100 1100000 10001100 0 111011 101001 111 101010101 1001111 1000001

Color Harmonies of #EC608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC608C

Black with #EC608C

Text Example


Text Example

White with #EC608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC608C; }

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

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

background-color css

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

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

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

border-color css

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

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

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