Html Css Color HEX #EC1B97 Deep Pink

📋 copy color: '#EC1B97'

red 236 ◦ green 27 ◦ blue 151

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

Shades of Deep Pink #EC1B97

Tints of Deep Pink #EC1B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.47%

R = 57%
G = 6.52%
B = 36.47%

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

#EC1B97 (or 0xEC1B97) is known color: Deep Pink. HEX triplet: EC, 1B and 97. RGB value is (236,27,151). Sum of RGB (Red+Green+Blue) = 236+27+151=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1B97 is #13E468. Grayscale: #676767. Windows color (decimal): -1303657 or 9903084. OLE color: 9903084.

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

Color convert

RGB 236 27 151 -
CMYK 0 0.89 0.36 0.07
HSL 324.4º 0.85% 0.52% -
HSV(B) 324.4º 0.89% 0.93% -
XYZ 40.57 20.85 31.16 -
YUV 103.63 154.74 222.42 -
System Red Green Blue C M Y K H S L
Decimal 236 27 151 0 0.89 0.36 0.07 324.4 0.85 0.52
Hex EC 1B 97 0 59 24 7 144 55 34
Octal 354 33 227 0 131 44 7 504 125 64
Binary 11101100 11011 10010111 0 1011001 100100 111 101000100 1010101 110100

Color Harmonies of #EC1B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B97

Black with #EC1B97

Text Example


Text Example

White with #EC1B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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