Html Css Color HEX #EC188D Deep Pink

📋 copy color: '#EC188D'

red 236 ◦ green 24 ◦ blue 141

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

Shades of Deep Pink #EC188D

Tints of Deep Pink #EC188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.99%

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

R = 58.85%
G = 5.99%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC188D (or 0xEC188D) is known color: Deep Pink. HEX triplet: EC, 18 and 8D. RGB value is (236,24,141). Sum of RGB (Red+Green+Blue) = 236+24+141=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC188D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC188D is #13E772. Grayscale: #646464. Windows color (decimal): -1304435 or 9246956. OLE color: 9246956.

HSL color Cylindrical-coordinate representation of color #EC188D: hue angle of 326.89º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC188D is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 141 -
CMYK 0 0.90 0.40 0.07
HSL 326.89º 0.85% 0.51% -
HSV(B) 326.89º 0.9% 0.93% -
XYZ 39.73 20.41 27.04 -
YUV 100.73 150.74 224.49 -
System Red Green Blue C M Y K H S L
Decimal 236 24 141 0 0.90 0.40 0.07 326.89 0.85 0.51
Hex EC 18 8D 0 5A 28 7 147 55 33
Octal 354 30 215 0 132 50 7 507 125 63
Binary 11101100 11000 10001101 0 1011010 101000 111 101000111 1010101 110011

Color Harmonies of #EC188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC188D

Black with #EC188D

Text Example


Text Example

White with #EC188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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