Html Css Color HEX #EC1FB6 Spicy Pink

📋 copy color: '#EC1FB6'

red 236 ◦ green 31 ◦ blue 182

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

Shades of Spicy Pink #EC1FB6

Tints of Spicy Pink #EC1FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 52.56%
G = 6.9%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC1FB6 (or 0xEC1FB6) is known color: Spicy Pink. HEX triplet: EC, 1F and B6. RGB value is (236,31,182). Sum of RGB (Red+Green+Blue) = 236+31+182=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1FB6 is #13E049. Grayscale: #6D6D6D. Windows color (decimal): -1302602 or 11935724. OLE color: 11935724.

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

Color convert

RGB 236 31 182 -
CMYK 0 0.87 0.23 0.07
HSL 315.8º 0.84% 0.52% -
HSV(B) 315.8º 0.87% 0.93% -
XYZ 43.53 22.19 46.25 -
YUV 109.51 168.92 218.22 -
System Red Green Blue C M Y K H S L
Decimal 236 31 182 0 0.87 0.23 0.07 315.8 0.84 0.52
Hex EC 1F B6 0 57 17 7 13C 54 34
Octal 354 37 266 0 127 27 7 474 124 64
Binary 11101100 11111 10110110 0 1010111 10111 111 100111100 1010100 110100

Color Harmonies of #EC1FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1FB6

Black with #EC1FB6

Text Example


Text Example

White with #EC1FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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