Html Css Color HEX #E4354D Amaranth

📋 copy color: '#E4354D'

red 228 ◦ green 53 ◦ blue 77

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

Shades of Amaranth #E4354D

Tints of Amaranth #E4354D

RGB

 RED value IS 228 (89.45% from 255) = 63.69%

 GREEN value IS 53 (21.09% from 255) = 14.8%

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 63.69%
G = 14.8%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E4354D (or 0xE4354D) is known color: Amaranth. HEX triplet: E4, 35 and 4D. RGB value is (228,53,77). Sum of RGB (Red+Green+Blue) = 228+53+77=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E4354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4354D is #1BCAB2. Grayscale: #6C6C6C. Windows color (decimal): -1821363 or 5060068. OLE color: 5060068.

HSL color Cylindrical-coordinate representation of color #E4354D: hue angle of 351.77º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E4354D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 53 77 -
CMYK 0 0.77 0.66 0.11
HSL 351.77º 0.76% 0.55% -
HSV(B) 351.77º 0.77% 0.89% -
XYZ 34.61 19.58 8.98 -
YUV 108.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 228 53 77 0 0.77 0.66 0.11 351.77 0.76 0.55
Hex E4 35 4D 0 4D 42 B 160 4C 37
Octal 344 65 115 0 115 102 13 540 114 67
Binary 11100100 110101 1001101 0 1001101 1000010 1011 101100000 1001100 110111

Color Harmonies of #E4354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4354D

Black with #E4354D

Text Example


Text Example

White with #E4354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4354D; }

 p { color: rgb(228,53,77); }

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

background-color css

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

 a { background-color: rgb(228,53,77); }

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

border-color css

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

 span { border-color: rgb(228,53,77); }

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