Html Css Color HEX #EC608B Dark Pink

📋 copy color: '#EC608B'

red 236 ◦ green 96 ◦ blue 139

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

Shades of Dark Pink #EC608B

Tints of Dark Pink #EC608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 50.11%
G = 20.38%
B = 29.51%

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

#EC608B (or 0xEC608B) is known color: Dark Pink. HEX triplet: EC, 60 and 8B. RGB value is (236,96,139). Sum of RGB (Red+Green+Blue) = 236+96+139=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC608B is #139F74. Grayscale: #8E8E8E. Windows color (decimal): -1286005 or 9134316. OLE color: 9134316.

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

Color convert

RGB 236 96 139 -
CMYK 0 0.59 0.41 0.07
HSL 341.57º 0.79% 0.65% -
HSV(B) 341.57º 0.59% 0.93% -
XYZ 43.44 28.06 27.55 -
YUV 142.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 236 96 139 0 0.59 0.41 0.07 341.57 0.79 0.65
Hex EC 60 8B 0 3B 29 7 156 4F 41
Octal 354 140 213 0 73 51 7 526 117 101
Binary 11101100 1100000 10001011 0 111011 101001 111 101010110 1001111 1000001

Color Harmonies of #EC608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC608B

Black with #EC608B

Text Example


Text Example

White with #EC608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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