Html Css Color HEX #EC618A Dark Pink

📋 copy color: '#EC618A'

red 236 ◦ green 97 ◦ blue 138

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

Shades of Dark Pink #EC618A

Tints of Dark Pink #EC618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.59%

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 50.11%
G = 20.59%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC618A (or 0xEC618A) is known color: Dark Pink. HEX triplet: EC, 61 and 8A. RGB value is (236,97,138). Sum of RGB (Red+Green+Blue) = 236+97+138=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC618A is #139E75. Grayscale: #8F8F8F. Windows color (decimal): -1285750 or 9069036. OLE color: 9069036.

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

Color convert

RGB 236 97 138 -
CMYK 0 0.59 0.42 0.07
HSL 342.3º 0.79% 0.65% -
HSV(B) 342.3º 0.59% 0.93% -
XYZ 43.45 28.22 27.2 -
YUV 143.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 236 97 138 0 0.59 0.42 0.07 342.3 0.79 0.65
Hex EC 61 8A 0 3B 2A 7 156 4F 41
Octal 354 141 212 0 73 52 7 526 117 101
Binary 11101100 1100001 10001010 0 111011 101010 111 101010110 1001111 1000001

Color Harmonies of #EC618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC618A

Black with #EC618A

Text Example


Text Example

White with #EC618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC618A; }

 p { color: rgb(236,97,138); }

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

background-color css

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

 a { background-color: rgb(236,97,138); }

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

border-color css

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

 span { border-color: rgb(236,97,138); }

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