Html Css Color HEX #EC1FB0 Spicy Pink

📋 copy color: '#EC1FB0'

red 236 ◦ green 31 ◦ blue 176

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

Shades of Spicy Pink #EC1FB0

Tints of Spicy Pink #EC1FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.73%

R = 53.27%
G = 7%
B = 39.73%

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

#EC1FB0 (or 0xEC1FB0) is known color: Spicy Pink. HEX triplet: EC, 1F and B0. RGB value is (236,31,176). Sum of RGB (Red+Green+Blue) = 236+31+176=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1FB0 is #13E04F. Grayscale: #6C6C6C. Windows color (decimal): -1302608 or 11542508. OLE color: 11542508.

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

Color convert

RGB 236 31 176 -
CMYK 0 0.87 0.25 0.07
HSL 317.56º 0.84% 0.52% -
HSV(B) 317.56º 0.87% 0.93% -
XYZ 42.92 21.95 43.05 -
YUV 108.83 165.92 218.71 -
System Red Green Blue C M Y K H S L
Decimal 236 31 176 0 0.87 0.25 0.07 317.56 0.84 0.52
Hex EC 1F B0 0 57 19 7 13E 54 34
Octal 354 37 260 0 127 31 7 476 124 64
Binary 11101100 11111 10110000 0 1010111 11001 111 100111110 1010100 110100

Color Harmonies of #EC1FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1FB0

Black with #EC1FB0

Text Example


Text Example

White with #EC1FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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