Html Css Color HEX #EC294B Amaranth

📋 copy color: '#EC294B'

red 236 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #EC294B

Tints of Amaranth #EC294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.31%

R = 67.05%
G = 11.65%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC294B (or 0xEC294B) is known color: Amaranth. HEX triplet: EC, 29 and 4B. RGB value is (236,41,75). Sum of RGB (Red+Green+Blue) = 236+41+75=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC294B is #13D6B4. Grayscale: #676767. Windows color (decimal): -1300149 or 4925932. OLE color: 4925932.

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

Color convert

RGB 236 41 75 -
CMYK 0 0.83 0.68 0.07
HSL 349.54º 0.84% 0.54% -
HSV(B) 349.54º 0.83% 0.93% -
XYZ 36.66 19.93 8.57 -
YUV 103.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 236 41 75 0 0.83 0.68 0.07 349.54 0.84 0.54
Hex EC 29 4B 0 53 44 7 15E 54 36
Octal 354 51 113 0 123 104 7 536 124 66
Binary 11101100 101001 1001011 0 1010011 1000100 111 101011110 1010100 110110

Color Harmonies of #EC294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC294B

Black with #EC294B

Text Example


Text Example

White with #EC294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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