Html Css Color HEX #EC1B96 Deep Pink

📋 copy color: '#EC1B96'

red 236 ◦ green 27 ◦ blue 150

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

Shades of Deep Pink #EC1B96

Tints of Deep Pink #EC1B96

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.54%

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

R = 57.14%
G = 6.54%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC1B96 (or 0xEC1B96) is known color: Deep Pink. HEX triplet: EC, 1B and 96. RGB value is (236,27,150). Sum of RGB (Red+Green+Blue) = 236+27+150=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1B96 is #13E469. Grayscale: #676767. Windows color (decimal): -1303658 or 9837548. OLE color: 9837548.

HSL color Cylindrical-coordinate representation of color #EC1B96: hue angle of 324.69º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1B96 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 27 150 -
CMYK 0 0.89 0.36 0.07
HSL 324.69º 0.85% 0.52% -
HSV(B) 324.69º 0.89% 0.93% -
XYZ 40.49 20.82 30.74 -
YUV 103.51 154.24 222.5 -
System Red Green Blue C M Y K H S L
Decimal 236 27 150 0 0.89 0.36 0.07 324.69 0.85 0.52
Hex EC 1B 96 0 59 24 7 145 55 34
Octal 354 33 226 0 131 44 7 505 125 64
Binary 11101100 11011 10010110 0 1011001 100100 111 101000101 1010101 110100

Color Harmonies of #EC1B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B96

Black with #EC1B96

Text Example


Text Example

White with #EC1B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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