Html Css Color HEX #EC608D Dark Pink

📋 copy color: '#EC608D'

red 236 ◦ green 96 ◦ blue 141

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

Shades of Dark Pink #EC608D

Tints of Dark Pink #EC608D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.81%

R = 49.89%
G = 20.3%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC608D (or 0xEC608D) is known color: Dark Pink. HEX triplet: EC, 60 and 8D. RGB value is (236,96,141). Sum of RGB (Red+Green+Blue) = 236+96+141=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC608D is #139F72. Grayscale: #8E8E8E. Windows color (decimal): -1286003 or 9265388. OLE color: 9265388.

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

Color convert

RGB 236 96 141 -
CMYK 0 0.59 0.40 0.07
HSL 340.71º 0.79% 0.65% -
HSV(B) 340.71º 0.59% 0.93% -
XYZ 43.58 28.12 28.33 -
YUV 142.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 236 96 141 0 0.59 0.40 0.07 340.71 0.79 0.65
Hex EC 60 8D 0 3B 28 7 155 4F 41
Octal 354 140 215 0 73 50 7 525 117 101
Binary 11101100 1100000 10001101 0 111011 101000 111 101010101 1001111 1000001

Color Harmonies of #EC608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC608D

Black with #EC608D

Text Example


Text Example

White with #EC608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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