Html Css Color HEX #EA464E Amaranth

📋 copy color: '#EA464E'

red 234 ◦ green 70 ◦ blue 78

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

Shades of Amaranth #EA464E

Tints of Amaranth #EA464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

 BLUE value IS 78 (30.86% from 255) = 20.42%

R = 61.26%
G = 18.32%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA464E (or 0xEA464E) is known color: Amaranth. HEX triplet: EA, 46 and 4E. RGB value is (234,70,78). Sum of RGB (Red+Green+Blue) = 234+70+78=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA464E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA464E is #15B9B1. Grayscale: #787878. Windows color (decimal): -1423794 or 5129962. OLE color: 5129962.

HSL color Cylindrical-coordinate representation of color #EA464E: hue angle of 357.07º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA464E is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 70 78 -
CMYK 0 0.70 0.67 0.08
HSL 357.07º 0.8% 0.6% -
HSV(B) 357.07º 0.7% 0.92% -
XYZ 37.5 22.42 9.56 -
YUV 119.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 234 70 78 0 0.70 0.67 0.08 357.07 0.8 0.6
Hex EA 46 4E 0 46 43 8 165 50 3C
Octal 352 106 116 0 106 103 10 545 120 74
Binary 11101010 1000110 1001110 0 1000110 1000011 1000 101100101 1010000 111100

Color Harmonies of #EA464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA464E

Black with #EA464E

Text Example


Text Example

White with #EA464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA464E; }

 p { color: rgb(234,70,78); }

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

background-color css

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

 a { background-color: rgb(234,70,78); }

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

border-color css

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

 span { border-color: rgb(234,70,78); }

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