Html Css Color HEX #EC295C Amaranth

📋 copy color: '#EC295C'

red 236 ◦ green 41 ◦ blue 92

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

Shades of Amaranth #EC295C

Tints of Amaranth #EC295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.11%

 BLUE value IS 92 (36.33% from 255) = 24.93%

R = 63.96%
G = 11.11%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC295C (or 0xEC295C) is known color: Amaranth. HEX triplet: EC, 29 and 5C. RGB value is (236,41,92). Sum of RGB (Red+Green+Blue) = 236+41+92=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC295C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC295C is #13D6A3. Grayscale: #696969. Windows color (decimal): -1300132 or 6040044. OLE color: 6040044.

HSL color Cylindrical-coordinate representation of color #EC295C: hue angle of 344.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC295C is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 41 92 -
CMYK 0 0.83 0.61 0.07
HSL 344.31º 0.84% 0.54% -
HSV(B) 344.31º 0.83% 0.93% -
XYZ 37.32 20.19 12.06 -
YUV 105.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 236 41 92 0 0.83 0.61 0.07 344.31 0.84 0.54
Hex EC 29 5C 0 53 3D 7 158 54 36
Octal 354 51 134 0 123 75 7 530 124 66
Binary 11101100 101001 1011100 0 1010011 111101 111 101011000 1010100 110110

Color Harmonies of #EC295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC295C

Black with #EC295C

Text Example


Text Example

White with #EC295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC295C; }

 p { color: rgb(236,41,92); }

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

background-color css

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

 a { background-color: rgb(236,41,92); }

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

border-color css

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

 span { border-color: rgb(236,41,92); }

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