Html Css Color HEX #EC1FB4 Spicy Pink

📋 copy color: '#EC1FB4'

red 236 ◦ green 31 ◦ blue 180

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

Shades of Spicy Pink #EC1FB4

Tints of Spicy Pink #EC1FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.27%

R = 52.8%
G = 6.94%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC1FB4 (or 0xEC1FB4) is known color: Spicy Pink. HEX triplet: EC, 1F and B4. RGB value is (236,31,180). Sum of RGB (Red+Green+Blue) = 236+31+180=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1FB4 is #13E04B. Grayscale: #6C6C6C. Windows color (decimal): -1302604 or 11804652. OLE color: 11804652.

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

Color convert

RGB 236 31 180 -
CMYK 0 0.87 0.24 0.07
HSL 316.39º 0.84% 0.52% -
HSV(B) 316.39º 0.87% 0.93% -
XYZ 43.32 22.11 45.16 -
YUV 109.28 167.92 218.38 -
System Red Green Blue C M Y K H S L
Decimal 236 31 180 0 0.87 0.24 0.07 316.39 0.84 0.52
Hex EC 1F B4 0 57 18 7 13C 54 34
Octal 354 37 264 0 127 30 7 474 124 64
Binary 11101100 11111 10110100 0 1010111 11000 111 100111100 1010100 110100

Color Harmonies of #EC1FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1FB4

Black with #EC1FB4

Text Example


Text Example

White with #EC1FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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