Html Css Color HEX #EC1194 Deep Pink

📋 copy color: '#EC1194'

red 236 ◦ green 17 ◦ blue 148

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

Shades of Deep Pink #EC1194

Tints of Deep Pink #EC1194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.24%

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 58.85%
G = 4.24%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC1194 (or 0xEC1194) is known color: Deep Pink. HEX triplet: EC, 11 and 94. RGB value is (236,17,148). Sum of RGB (Red+Green+Blue) = 236+17+148=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1194 is #13EE6B. Grayscale: #616161. Windows color (decimal): -1306220 or 9703916. OLE color: 9703916.

HSL color Cylindrical-coordinate representation of color #EC1194: hue angle of 324.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1194 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 17 148 -
CMYK 0 0.93 0.37 0.07
HSL 324.11º 0.87% 0.5% -
HSV(B) 324.11º 0.93% 0.93% -
XYZ 40.14 20.37 29.83 -
YUV 97.42 156.55 226.85 -
System Red Green Blue C M Y K H S L
Decimal 236 17 148 0 0.93 0.37 0.07 324.11 0.87 0.5
Hex EC 11 94 0 5D 25 7 144 57 32
Octal 354 21 224 0 135 45 7 504 127 62
Binary 11101100 10001 10010100 0 1011101 100101 111 101000100 1010111 110010

Color Harmonies of #EC1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1194

Black with #EC1194

Text Example


Text Example

White with #EC1194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1194; }

 p { color: rgb(236,17,148); }

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

background-color css

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

 a { background-color: rgb(236,17,148); }

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

border-color css

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

 span { border-color: rgb(236,17,148); }

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