Html Css Color HEX #EC1EA7 Spicy Pink

📋 copy color: '#EC1EA7'

red 236 ◦ green 30 ◦ blue 167

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

Shades of Spicy Pink #EC1EA7

Tints of Spicy Pink #EC1EA7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.93%

 BLUE value IS 167 (65.63% from 255) = 38.57%

R = 54.5%
G = 6.93%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC1EA7 (or 0xEC1EA7) is known color: Spicy Pink. HEX triplet: EC, 1E and A7. RGB value is (236,30,167). Sum of RGB (Red+Green+Blue) = 236+30+167=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1EA7 is #13E158. Grayscale: #6A6A6A. Windows color (decimal): -1302873 or 10952428. OLE color: 10952428.

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

Color convert

RGB 236 30 167 -
CMYK 0 0.87 0.29 0.07
HSL 320.1º 0.84% 0.52% -
HSV(B) 320.1º 0.87% 0.93% -
XYZ 42.03 21.55 38.5 -
YUV 107.21 161.75 219.86 -
System Red Green Blue C M Y K H S L
Decimal 236 30 167 0 0.87 0.29 0.07 320.1 0.84 0.52
Hex EC 1E A7 0 57 1D 7 140 54 34
Octal 354 36 247 0 127 35 7 500 124 64
Binary 11101100 11110 10100111 0 1010111 11101 111 101000000 1010100 110100

Color Harmonies of #EC1EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1EA7

Black with #EC1EA7

Text Example


Text Example

White with #EC1EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1EA7; }

 p { color: rgb(236,30,167); }

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

background-color css

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

 a { background-color: rgb(236,30,167); }

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

border-color css

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

 span { border-color: rgb(236,30,167); }

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