Html Css Color HEX #EC1FB1 Spicy Pink

📋 copy color: '#EC1FB1'

red 236 ◦ green 31 ◦ blue 177

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

Shades of Spicy Pink #EC1FB1

Tints of Spicy Pink #EC1FB1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.98%

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

R = 53.15%
G = 6.98%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC1FB1 (or 0xEC1FB1) is known color: Spicy Pink. HEX triplet: EC, 1F and B1. RGB value is (236,31,177). Sum of RGB (Red+Green+Blue) = 236+31+177=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1FB1 is #13E04E. Grayscale: #6C6C6C. Windows color (decimal): -1302607 or 11608044. OLE color: 11608044.

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

Color convert

RGB 236 31 177 -
CMYK 0 0.87 0.25 0.07
HSL 317.27º 0.84% 0.52% -
HSV(B) 317.27º 0.87% 0.93% -
XYZ 43.02 21.99 43.57 -
YUV 108.94 166.42 218.63 -
System Red Green Blue C M Y K H S L
Decimal 236 31 177 0 0.87 0.25 0.07 317.27 0.84 0.52
Hex EC 1F B1 0 57 19 7 13D 54 34
Octal 354 37 261 0 127 31 7 475 124 64
Binary 11101100 11111 10110001 0 1010111 11001 111 100111101 1010100 110100

Color Harmonies of #EC1FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1FB1

Black with #EC1FB1

Text Example


Text Example

White with #EC1FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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