Html Css Color HEX #EA295D Amaranth

📋 copy color: '#EA295D'

red 234 ◦ green 41 ◦ blue 93

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

Shades of Amaranth #EA295D

Tints of Amaranth #EA295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.27%

R = 63.59%
G = 11.14%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA295D (or 0xEA295D) is known color: Amaranth. HEX triplet: EA, 29 and 5D. RGB value is (234,41,93). Sum of RGB (Red+Green+Blue) = 234+41+93=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA295D is #15D6A2. Grayscale: #686868. Windows color (decimal): -1431203 or 6105578. OLE color: 6105578.

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

Color convert

RGB 234 41 93 -
CMYK 0 0.82 0.60 0.08
HSL 343.83º 0.82% 0.54% -
HSV(B) 343.83º 0.82% 0.92% -
XYZ 36.7 19.87 12.26 -
YUV 104.64 121.44 220.27 -
System Red Green Blue C M Y K H S L
Decimal 234 41 93 0 0.82 0.60 0.08 343.83 0.82 0.54
Hex EA 29 5D 0 52 3C 8 158 52 36
Octal 352 51 135 0 122 74 10 530 122 66
Binary 11101010 101001 1011101 0 1010010 111100 1000 101011000 1010010 110110

Color Harmonies of #EA295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA295D

Black with #EA295D

Text Example


Text Example

White with #EA295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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