Html Css Color HEX #EA295A Amaranth

📋 copy color: '#EA295A'

red 234 ◦ green 41 ◦ blue 90

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

Shades of Amaranth #EA295A

Tints of Amaranth #EA295A

RGB

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

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

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

R = 64.11%
G = 11.23%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA295A (or 0xEA295A) is known color: Amaranth. HEX triplet: EA, 29 and 5A. RGB value is (234,41,90). Sum of RGB (Red+Green+Blue) = 234+41+90=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA295A is #15D6A5. Grayscale: #686868. Windows color (decimal): -1431206 or 5908970. OLE color: 5908970.

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

Color convert

RGB 234 41 90 -
CMYK 0 0.82 0.62 0.08
HSL 344.77º 0.82% 0.54% -
HSV(B) 344.77º 0.82% 0.92% -
XYZ 36.57 19.82 11.57 -
YUV 104.29 119.94 220.52 -
System Red Green Blue C M Y K H S L
Decimal 234 41 90 0 0.82 0.62 0.08 344.77 0.82 0.54
Hex EA 29 5A 0 52 3E 8 159 52 36
Octal 352 51 132 0 122 76 10 531 122 66
Binary 11101010 101001 1011010 0 1010010 111110 1000 101011001 1010010 110110

Color Harmonies of #EA295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA295A

Black with #EA295A

Text Example


Text Example

White with #EA295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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