Html Css Color HEX #EC188A Deep Pink

📋 copy color: '#EC188A'

red 236 ◦ green 24 ◦ blue 138

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

Shades of Deep Pink #EC188A

Tints of Deep Pink #EC188A

RGB

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

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

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

R = 59.3%
G = 6.03%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC188A (or 0xEC188A) is known color: Deep Pink. HEX triplet: EC, 18 and 8A. RGB value is (236,24,138). Sum of RGB (Red+Green+Blue) = 236+24+138=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC188A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC188A is #13E775. Grayscale: #646464. Windows color (decimal): -1304438 or 9050348. OLE color: 9050348.

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

Color convert

RGB 236 24 138 -
CMYK 0 0.90 0.42 0.07
HSL 327.74º 0.85% 0.51% -
HSV(B) 327.74º 0.9% 0.93% -
XYZ 39.51 20.32 25.88 -
YUV 100.38 149.24 224.73 -
System Red Green Blue C M Y K H S L
Decimal 236 24 138 0 0.90 0.42 0.07 327.74 0.85 0.51
Hex EC 18 8A 0 5A 2A 7 148 55 33
Octal 354 30 212 0 132 52 7 510 125 63
Binary 11101100 11000 10001010 0 1011010 101010 111 101001000 1010101 110011

Color Harmonies of #EC188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC188A

Black with #EC188A

Text Example


Text Example

White with #EC188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC188A; }

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

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

background-color css

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

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

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

border-color css

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

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

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