Html Css Color HEX #EC1294 Deep Pink

📋 copy color: '#EC1294'

red 236 ◦ green 18 ◦ blue 148

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

Shades of Deep Pink #EC1294

Tints of Deep Pink #EC1294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.48%

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

R = 58.71%
G = 4.48%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC1294 (or 0xEC1294) is known color: Deep Pink. HEX triplet: EC, 12 and 94. RGB value is (236,18,148). Sum of RGB (Red+Green+Blue) = 236+18+148=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1294 is #13ED6B. Grayscale: #616161. Windows color (decimal): -1305964 or 9704172. OLE color: 9704172.

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

Color convert

RGB 236 18 148 -
CMYK 0 0.92 0.37 0.07
HSL 324.22º 0.86% 0.5% -
HSV(B) 324.22º 0.92% 0.93% -
XYZ 40.15 20.4 29.84 -
YUV 98 156.22 226.43 -
System Red Green Blue C M Y K H S L
Decimal 236 18 148 0 0.92 0.37 0.07 324.22 0.86 0.5
Hex EC 12 94 0 5C 25 7 144 56 32
Octal 354 22 224 0 134 45 7 504 126 62
Binary 11101100 10010 10010100 0 1011100 100101 111 101000100 1010110 110010

Color Harmonies of #EC1294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1294

Black with #EC1294

Text Example


Text Example

White with #EC1294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1294; }

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

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

background-color css

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

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

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

border-color css

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

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

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