Html Css Color HEX #EC295A Amaranth

📋 copy color: '#EC295A'

red 236 ◦ green 41 ◦ blue 90

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

Shades of Amaranth #EC295A

Tints of Amaranth #EC295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 64.31%
G = 11.17%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC295A (or 0xEC295A) is known color: Amaranth. HEX triplet: EC, 29 and 5A. RGB value is (236,41,90). Sum of RGB (Red+Green+Blue) = 236+41+90=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC295A is #13D6A5. Grayscale: #686868. Windows color (decimal): -1300134 or 5908972. OLE color: 5908972.

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

Color convert

RGB 236 41 90 -
CMYK 0 0.83 0.62 0.07
HSL 344.92º 0.84% 0.54% -
HSV(B) 344.92º 0.83% 0.93% -
XYZ 37.23 20.16 11.6 -
YUV 104.89 119.6 221.52 -
System Red Green Blue C M Y K H S L
Decimal 236 41 90 0 0.83 0.62 0.07 344.92 0.84 0.54
Hex EC 29 5A 0 53 3E 7 159 54 36
Octal 354 51 132 0 123 76 7 531 124 66
Binary 11101100 101001 1011010 0 1010011 111110 111 101011001 1010100 110110

Color Harmonies of #EC295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC295A

Black with #EC295A

Text Example


Text Example

White with #EC295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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