Html Css Color HEX #EA294B Amaranth

📋 copy color: '#EA294B'

red 234 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #EA294B

Tints of Amaranth #EA294B

RGB

 RED value IS 234 (91.8% from 255) = 66.86%

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

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

R = 66.86%
G = 11.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA294B (or 0xEA294B) is known color: Amaranth. HEX triplet: EA, 29 and 4B. RGB value is (234,41,75). Sum of RGB (Red+Green+Blue) = 234+41+75=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA294B is #15D6B4. Grayscale: #666666. Windows color (decimal): -1431221 or 4925930. OLE color: 4925930.

HSL color Cylindrical-coordinate representation of color #EA294B: hue angle of 349.43º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA294B is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 41 75 -
CMYK 0 0.82 0.68 0.08
HSL 349.43º 0.82% 0.54% -
HSV(B) 349.43º 0.82% 0.92% -
XYZ 35.99 19.59 8.54 -
YUV 102.58 112.44 221.74 -
System Red Green Blue C M Y K H S L
Decimal 234 41 75 0 0.82 0.68 0.08 349.43 0.82 0.54
Hex EA 29 4B 0 52 44 8 15D 52 36
Octal 352 51 113 0 122 104 10 535 122 66
Binary 11101010 101001 1001011 0 1010010 1000100 1000 101011101 1010010 110110

Color Harmonies of #EA294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA294B

Black with #EA294B

Text Example


Text Example

White with #EA294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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