Html Css Color HEX #EC1280 Deep Pink

📋 copy color: '#EC1280'

red 236 ◦ green 18 ◦ blue 128

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

Shades of Deep Pink #EC1280

Tints of Deep Pink #EC1280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.51%

R = 61.78%
G = 4.71%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC1280 (or 0xEC1280) is known color: Deep Pink. HEX triplet: EC, 12 and 80. RGB value is (236,18,128). Sum of RGB (Red+Green+Blue) = 236+18+128=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1280 is #13ED7F. Grayscale: #5F5F5F. Windows color (decimal): -1305984 or 8393452. OLE color: 8393452.

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

Color convert

RGB 236 18 128 -
CMYK 0 0.92 0.46 0.07
HSL 329.72º 0.86% 0.5% -
HSV(B) 329.72º 0.92% 0.93% -
XYZ 38.7 19.82 22.21 -
YUV 95.72 146.22 228.06 -
System Red Green Blue C M Y K H S L
Decimal 236 18 128 0 0.92 0.46 0.07 329.72 0.86 0.5
Hex EC 12 80 0 5C 2E 7 14A 56 32
Octal 354 22 200 0 134 56 7 512 126 62
Binary 11101100 10010 10000000 0 1011100 101110 111 101001010 1010110 110010

Color Harmonies of #EC1280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1280

Black with #EC1280

Text Example


Text Example

White with #EC1280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1280; }

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

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

background-color css

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

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

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

border-color css

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

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

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