Html Css Color HEX #EC1CA2 Spicy Pink

📋 copy color: '#EC1CA2'

red 236 ◦ green 28 ◦ blue 162

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

Shades of Spicy Pink #EC1CA2

Tints of Spicy Pink #EC1CA2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.57%

 BLUE value IS 162 (63.67% from 255) = 38.03%

R = 55.4%
G = 6.57%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC1CA2 (or 0xEC1CA2) is known color: Spicy Pink. HEX triplet: EC, 1C and A2. RGB value is (236,28,162). Sum of RGB (Red+Green+Blue) = 236+28+162=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1CA2 is #13E35D. Grayscale: #696969. Windows color (decimal): -1303390 or 10624236. OLE color: 10624236.

HSL color Cylindrical-coordinate representation of color #EC1CA2: hue angle of 321.35º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CA2 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 28 162 -
CMYK 0 0.88 0.31 0.07
HSL 321.35º 0.85% 0.52% -
HSV(B) 321.35º 0.88% 0.93% -
XYZ 41.53 21.27 36.1 -
YUV 105.47 159.91 221.1 -
System Red Green Blue C M Y K H S L
Decimal 236 28 162 0 0.88 0.31 0.07 321.35 0.85 0.52
Hex EC 1C A2 0 58 1F 7 141 55 34
Octal 354 34 242 0 130 37 7 501 125 64
Binary 11101100 11100 10100010 0 1011000 11111 111 101000001 1010101 110100

Color Harmonies of #EC1CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1CA2

Black with #EC1CA2

Text Example


Text Example

White with #EC1CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1CA2; }

 p { color: rgb(236,28,162); }

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

background-color css

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

 a { background-color: rgb(236,28,162); }

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

border-color css

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

 span { border-color: rgb(236,28,162); }

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