Html Css Color HEX #EC1AA5 Spicy Pink

📋 copy color: '#EC1AA5'

red 236 ◦ green 26 ◦ blue 165

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

Shades of Spicy Pink #EC1AA5

Tints of Spicy Pink #EC1AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.64%

R = 55.27%
G = 6.09%
B = 38.64%

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

#EC1AA5 (or 0xEC1AA5) is known color: Spicy Pink. HEX triplet: EC, 1A and A5. RGB value is (236,26,165). Sum of RGB (Red+Green+Blue) = 236+26+165=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1AA5 is #13E55A. Grayscale: #686868. Windows color (decimal): -1303899 or 10820332. OLE color: 10820332.

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

Color convert

RGB 236 26 165 -
CMYK 0 0.89 0.30 0.07
HSL 320.29º 0.85% 0.51% -
HSV(B) 320.29º 0.89% 0.93% -
XYZ 41.75 21.29 37.51 -
YUV 104.64 162.07 221.7 -
System Red Green Blue C M Y K H S L
Decimal 236 26 165 0 0.89 0.30 0.07 320.29 0.85 0.51
Hex EC 1A A5 0 59 1E 7 140 55 33
Octal 354 32 245 0 131 36 7 500 125 63
Binary 11101100 11010 10100101 0 1011001 11110 111 101000000 1010101 110011

Color Harmonies of #EC1AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1AA5

Black with #EC1AA5

Text Example


Text Example

White with #EC1AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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