Html Css Color HEX #EC1296 Deep Pink

📋 copy color: '#EC1296'

red 236 ◦ green 18 ◦ blue 150

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

Shades of Deep Pink #EC1296

Tints of Deep Pink #EC1296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 58.42%
G = 4.46%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC1296 (or 0xEC1296) is known color: Deep Pink. HEX triplet: EC, 12 and 96. RGB value is (236,18,150). Sum of RGB (Red+Green+Blue) = 236+18+150=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1296 is #13ED69. Grayscale: #616161. Windows color (decimal): -1305962 or 9835244. OLE color: 9835244.

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

Color convert

RGB 236 18 150 -
CMYK 0 0.92 0.36 0.07
HSL 323.67º 0.86% 0.5% -
HSV(B) 323.67º 0.92% 0.93% -
XYZ 40.31 20.47 30.68 -
YUV 98.23 157.22 226.27 -
System Red Green Blue C M Y K H S L
Decimal 236 18 150 0 0.92 0.36 0.07 323.67 0.86 0.5
Hex EC 12 96 0 5C 24 7 144 56 32
Octal 354 22 226 0 134 44 7 504 126 62
Binary 11101100 10010 10010110 0 1011100 100100 111 101000100 1010110 110010

Color Harmonies of #EC1296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1296

Black with #EC1296

Text Example


Text Example

White with #EC1296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1296; }

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

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

background-color css

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

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

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

border-color css

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

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

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