Html Css Color HEX #EC1FA5 Spicy Pink

📋 copy color: '#EC1FA5'

red 236 ◦ green 31 ◦ blue 165

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

Shades of Spicy Pink #EC1FA5

Tints of Spicy Pink #EC1FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.19%

R = 54.63%
G = 7.18%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC1FA5 (or 0xEC1FA5) is known color: Spicy Pink. HEX triplet: EC, 1F and A5. RGB value is (236,31,165). Sum of RGB (Red+Green+Blue) = 236+31+165=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1FA5 is #13E05A. Grayscale: #6B6B6B. Windows color (decimal): -1302619 or 10821612. OLE color: 10821612.

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

Color convert

RGB 236 31 165 -
CMYK 0 0.87 0.30 0.07
HSL 320.78º 0.84% 0.52% -
HSV(B) 320.78º 0.87% 0.93% -
XYZ 41.87 21.53 37.55 -
YUV 107.57 160.42 219.6 -
System Red Green Blue C M Y K H S L
Decimal 236 31 165 0 0.87 0.30 0.07 320.78 0.84 0.52
Hex EC 1F A5 0 57 1E 7 141 54 34
Octal 354 37 245 0 127 36 7 501 124 64
Binary 11101100 11111 10100101 0 1010111 11110 111 101000001 1010100 110100

Color Harmonies of #EC1FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1FA5

Black with #EC1FA5

Text Example


Text Example

White with #EC1FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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