Html Css Color HEX #EC1291 Deep Pink

📋 copy color: '#EC1291'

red 236 ◦ green 18 ◦ blue 145

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

Shades of Deep Pink #EC1291

Tints of Deep Pink #EC1291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 59.15%
G = 4.51%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC1291 (or 0xEC1291) is known color: Deep Pink. HEX triplet: EC, 12 and 91. RGB value is (236,18,145). Sum of RGB (Red+Green+Blue) = 236+18+145=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1291 is #13ED6E. Grayscale: #616161. Windows color (decimal): -1305967 or 9507564. OLE color: 9507564.

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

Color convert

RGB 236 18 145 -
CMYK 0 0.92 0.39 0.07
HSL 325.05º 0.86% 0.5% -
HSV(B) 325.05º 0.92% 0.93% -
XYZ 39.92 20.31 28.6 -
YUV 97.66 154.72 226.67 -
System Red Green Blue C M Y K H S L
Decimal 236 18 145 0 0.92 0.39 0.07 325.05 0.86 0.5
Hex EC 12 91 0 5C 27 7 145 56 32
Octal 354 22 221 0 134 47 7 505 126 62
Binary 11101100 10010 10010001 0 1011100 100111 111 101000101 1010110 110010

Color Harmonies of #EC1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1291

Black with #EC1291

Text Example


Text Example

White with #EC1291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1291; }

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

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

background-color css

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

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

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

border-color css

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

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

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