Html Css Color HEX #EC1381 Deep Pink

📋 copy color: '#EC1381'

red 236 ◦ green 19 ◦ blue 129

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

Shades of Deep Pink #EC1381

Tints of Deep Pink #EC1381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.95%

 BLUE value IS 129 (50.78% from 255) = 33.59%

R = 61.46%
G = 4.95%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC1381 (or 0xEC1381) is known color: Deep Pink. HEX triplet: EC, 13 and 81. RGB value is (236,19,129). Sum of RGB (Red+Green+Blue) = 236+19+129=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1381 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1381 is #13EC7E. Grayscale: #606060. Windows color (decimal): -1305727 or 8459244. OLE color: 8459244.

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

Color convert

RGB 236 19 129 -
CMYK 0 0.92 0.45 0.07
HSL 329.59º 0.85% 0.5% -
HSV(B) 329.59º 0.92% 0.93% -
XYZ 38.79 19.88 22.56 -
YUV 96.42 146.39 227.56 -
System Red Green Blue C M Y K H S L
Decimal 236 19 129 0 0.92 0.45 0.07 329.59 0.85 0.5
Hex EC 13 81 0 5C 2D 7 14A 55 32
Octal 354 23 201 0 134 55 7 512 125 62
Binary 11101100 10011 10000001 0 1011100 101101 111 101001010 1010101 110010

Color Harmonies of #EC1381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1381

Black with #EC1381

Text Example


Text Example

White with #EC1381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1381; }

 p { color: rgb(236,19,129); }

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

background-color css

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

 a { background-color: rgb(236,19,129); }

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

border-color css

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

 span { border-color: rgb(236,19,129); }

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