Html Css Color HEX #EC1CB5 Spicy Pink

📋 copy color: '#EC1CB5'

red 236 ◦ green 28 ◦ blue 181

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

Shades of Spicy Pink #EC1CB5

Tints of Spicy Pink #EC1CB5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.29%

 BLUE value IS 181 (71.09% from 255) = 40.67%

R = 53.03%
G = 6.29%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC1CB5 (or 0xEC1CB5) is known color: Spicy Pink. HEX triplet: EC, 1C and B5. RGB value is (236,28,181). Sum of RGB (Red+Green+Blue) = 236+28+181=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CB5 is #13E34A. Grayscale: #6B6B6B. Windows color (decimal): -1303371 or 11869420. OLE color: 11869420.

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

Color convert

RGB 236 28 181 -
CMYK 0 0.88 0.23 0.07
HSL 315.87º 0.85% 0.52% -
HSV(B) 315.87º 0.88% 0.93% -
XYZ 43.35 22 45.68 -
YUV 107.63 169.41 219.56 -
System Red Green Blue C M Y K H S L
Decimal 236 28 181 0 0.88 0.23 0.07 315.87 0.85 0.52
Hex EC 1C B5 0 58 17 7 13C 55 34
Octal 354 34 265 0 130 27 7 474 125 64
Binary 11101100 11100 10110101 0 1011000 10111 111 100111100 1010101 110100

Color Harmonies of #EC1CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1CB5

Black with #EC1CB5

Text Example


Text Example

White with #EC1CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1CB5; }

 p { color: rgb(236,28,181); }

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

background-color css

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

 a { background-color: rgb(236,28,181); }

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

border-color css

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

 span { border-color: rgb(236,28,181); }

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