Html Css Color HEX #E5364B Amaranth

📋 copy color: '#E5364B'

red 229 ◦ green 54 ◦ blue 75

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

Shades of Amaranth #E5364B

Tints of Amaranth #E5364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.08%

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

R = 63.97%
G = 15.08%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5364B (or 0xE5364B) is known color: Amaranth. HEX triplet: E5, 36 and 4B. RGB value is (229,54,75). Sum of RGB (Red+Green+Blue) = 229+54+75=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5364B is #1AC9B4. Grayscale: #6C6C6C. Windows color (decimal): -1755573 or 4929253. OLE color: 4929253.

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

Color convert

RGB 229 54 75 -
CMYK 0 0.76 0.67 0.10
HSL 352.8º 0.77% 0.55% -
HSV(B) 352.8º 0.76% 0.9% -
XYZ 34.9 19.8 8.64 -
YUV 108.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 229 54 75 0 0.76 0.67 0.10 352.8 0.77 0.55
Hex E5 36 4B 0 4C 43 A 161 4D 37
Octal 345 66 113 0 114 103 12 541 115 67
Binary 11100101 110110 1001011 0 1001100 1000011 1010 101100001 1001101 110111

Color Harmonies of #E5364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5364B

Black with #E5364B

Text Example


Text Example

White with #E5364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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