Html Css Color HEX #EA194F Amaranth

📋 copy color: '#EA194F'

red 234 ◦ green 25 ◦ blue 79

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

Shades of Amaranth #EA194F

Tints of Amaranth #EA194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.4%

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 69.23%
G = 7.4%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA194F (or 0xEA194F) is known color: Amaranth. HEX triplet: EA, 19 and 4F. RGB value is (234,25,79). Sum of RGB (Red+Green+Blue) = 234+25+79=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA194F is #15E6B0. Grayscale: #5D5D5D. Windows color (decimal): -1435313 or 5183978. OLE color: 5183978.

HSL color Cylindrical-coordinate representation of color #EA194F: hue angle of 344.5º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA194F is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 25 79 -
CMYK 0 0.89 0.66 0.08
HSL 344.5º 0.83% 0.51% -
HSV(B) 344.5º 0.89% 0.92% -
XYZ 35.69 18.75 9.14 -
YUV 93.65 119.74 228.11 -
System Red Green Blue C M Y K H S L
Decimal 234 25 79 0 0.89 0.66 0.08 344.5 0.83 0.51
Hex EA 19 4F 0 59 42 8 158 53 33
Octal 352 31 117 0 131 102 10 530 123 63
Binary 11101010 11001 1001111 0 1011001 1000010 1000 101011000 1010011 110011

Color Harmonies of #EA194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA194F

Black with #EA194F

Text Example


Text Example

White with #EA194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA194F; }

 p { color: rgb(234,25,79); }

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

background-color css

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

 a { background-color: rgb(234,25,79); }

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

border-color css

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

 span { border-color: rgb(234,25,79); }

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