Html Css Color HEX #EC16B1 Spicy Pink

📋 copy color: '#EC16B1'

red 236 ◦ green 22 ◦ blue 177

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

Shades of Spicy Pink #EC16B1

Tints of Spicy Pink #EC16B1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.06%

 BLUE value IS 177 (69.53% from 255) = 40.69%

R = 54.25%
G = 5.06%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC16B1 (or 0xEC16B1) is known color: Spicy Pink. HEX triplet: EC, 16 and B1. RGB value is (236,22,177). Sum of RGB (Red+Green+Blue) = 236+22+177=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC16B1 is #13E94E. Grayscale: #676767. Windows color (decimal): -1304911 or 11605740. OLE color: 11605740.

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

Color convert

RGB 236 22 177 -
CMYK 0 0.91 0.25 0.07
HSL 316.54º 0.85% 0.51% -
HSV(B) 316.54º 0.91% 0.93% -
XYZ 42.81 21.58 43.5 -
YUV 103.66 169.4 222.4 -
System Red Green Blue C M Y K H S L
Decimal 236 22 177 0 0.91 0.25 0.07 316.54 0.85 0.51
Hex EC 16 B1 0 5B 19 7 13D 55 33
Octal 354 26 261 0 133 31 7 475 125 63
Binary 11101100 10110 10110001 0 1011011 11001 111 100111101 1010101 110011

Color Harmonies of #EC16B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC16B1

Black with #EC16B1

Text Example


Text Example

White with #EC16B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC16B1; }

 p { color: rgb(236,22,177); }

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

background-color css

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

 a { background-color: rgb(236,22,177); }

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

border-color css

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

 span { border-color: rgb(236,22,177); }

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