Html Css Color HEX #E5464B Amaranth

📋 copy color: '#E5464B'

red 229 ◦ green 70 ◦ blue 75

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

Shades of Amaranth #E5464B

Tints of Amaranth #E5464B

RGB

 RED value IS 229 (89.84% from 255) = 61.23%

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

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

R = 61.23%
G = 18.72%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5464B (or 0xE5464B) is known color: Amaranth. HEX triplet: E5, 46 and 4B. RGB value is (229,70,75). Sum of RGB (Red+Green+Blue) = 229+70+75=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5464B is #1AB9B4. Grayscale: #767676. Windows color (decimal): -1751477 or 4933349. OLE color: 4933349.

HSL color Cylindrical-coordinate representation of color #E5464B: hue angle of 358.11º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5464B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 70 75 -
CMYK 0 0.69 0.67 0.10
HSL 358.11º 0.75% 0.59% -
HSV(B) 358.11º 0.69% 0.9% -
XYZ 35.77 21.55 8.93 -
YUV 118.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 229 70 75 0 0.69 0.67 0.10 358.11 0.75 0.59
Hex E5 46 4B 0 45 43 A 166 4B 3B
Octal 345 106 113 0 105 103 12 546 113 73
Binary 11100101 1000110 1001011 0 1000101 1000011 1010 101100110 1001011 111011

Color Harmonies of #E5464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5464B

Black with #E5464B

Text Example


Text Example

White with #E5464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5464B; }

 p { color: rgb(229,70,75); }

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

background-color css

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

 a { background-color: rgb(229,70,75); }

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

border-color css

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

 span { border-color: rgb(229,70,75); }

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