Html Css Color HEX #EC1AA6 Spicy Pink

📋 copy color: '#EC1AA6'

red 236 ◦ green 26 ◦ blue 166

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

Shades of Spicy Pink #EC1AA6

Tints of Spicy Pink #EC1AA6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.07%

 BLUE value IS 166 (65.23% from 255) = 38.79%

R = 55.14%
G = 6.07%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC1AA6 (or 0xEC1AA6) is known color: Spicy Pink. HEX triplet: EC, 1A and A6. RGB value is (236,26,166). Sum of RGB (Red+Green+Blue) = 236+26+166=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1AA6 is #13E559. Grayscale: #686868. Windows color (decimal): -1303898 or 10885868. OLE color: 10885868.

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

Color convert

RGB 236 26 166 -
CMYK 0 0.89 0.30 0.07
HSL 320º 0.85% 0.51% -
HSV(B) 320º 0.89% 0.93% -
XYZ 41.84 21.32 37.99 -
YUV 104.75 162.57 221.62 -
System Red Green Blue C M Y K H S L
Decimal 236 26 166 0 0.89 0.30 0.07 320 0.85 0.51
Hex EC 1A A6 0 59 1E 7 140 55 33
Octal 354 32 246 0 131 36 7 500 125 63
Binary 11101100 11010 10100110 0 1011001 11110 111 101000000 1010101 110011

Color Harmonies of #EC1AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1AA6

Black with #EC1AA6

Text Example


Text Example

White with #EC1AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1AA6; }

 p { color: rgb(236,26,166); }

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

background-color css

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

 a { background-color: rgb(236,26,166); }

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

border-color css

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

 span { border-color: rgb(236,26,166); }

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