Html Css Color HEX #EC1FB2 Spicy Pink

📋 copy color: '#EC1FB2'

red 236 ◦ green 31 ◦ blue 178

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

Shades of Spicy Pink #EC1FB2

Tints of Spicy Pink #EC1FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40%

R = 53.03%
G = 6.97%
B = 40%

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

#EC1FB2 (or 0xEC1FB2) is known color: Spicy Pink. HEX triplet: EC, 1F and B2. RGB value is (236,31,178). Sum of RGB (Red+Green+Blue) = 236+31+178=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1FB2 is #13E04D. Grayscale: #6C6C6C. Windows color (decimal): -1302606 or 11673580. OLE color: 11673580.

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

Color convert

RGB 236 31 178 -
CMYK 0 0.87 0.25 0.07
HSL 316.98º 0.84% 0.52% -
HSV(B) 316.98º 0.87% 0.93% -
XYZ 43.12 22.03 44.1 -
YUV 109.05 166.92 218.55 -
System Red Green Blue C M Y K H S L
Decimal 236 31 178 0 0.87 0.25 0.07 316.98 0.84 0.52
Hex EC 1F B2 0 57 19 7 13D 54 34
Octal 354 37 262 0 127 31 7 475 124 64
Binary 11101100 11111 10110010 0 1010111 11001 111 100111101 1010100 110100

Color Harmonies of #EC1FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1FB2

Black with #EC1FB2

Text Example


Text Example

White with #EC1FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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