Html Css Color HEX #EC295B Amaranth

📋 copy color: '#EC295B'

red 236 ◦ green 41 ◦ blue 91

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

Shades of Amaranth #EC295B

Tints of Amaranth #EC295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.73%

R = 64.13%
G = 11.14%
B = 24.73%

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

#EC295B (or 0xEC295B) is known color: Amaranth. HEX triplet: EC, 29 and 5B. RGB value is (236,41,91). Sum of RGB (Red+Green+Blue) = 236+41+91=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC295B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC295B is #13D6A4. Grayscale: #696969. Windows color (decimal): -1300133 or 5974508. OLE color: 5974508.

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

Color convert

RGB 236 41 91 -
CMYK 0 0.83 0.61 0.07
HSL 344.62º 0.84% 0.54% -
HSV(B) 344.62º 0.83% 0.93% -
XYZ 37.27 20.17 11.83 -
YUV 105.01 120.1 221.43 -
System Red Green Blue C M Y K H S L
Decimal 236 41 91 0 0.83 0.61 0.07 344.62 0.84 0.54
Hex EC 29 5B 0 53 3D 7 159 54 36
Octal 354 51 133 0 123 75 7 531 124 66
Binary 11101100 101001 1011011 0 1010011 111101 111 101011001 1010100 110110

Color Harmonies of #EC295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC295B

Black with #EC295B

Text Example


Text Example

White with #EC295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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