Html Css Color HEX #E53B4A Amaranth

📋 copy color: '#E53B4A'

red 229 ◦ green 59 ◦ blue 74

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

Shades of Amaranth #E53B4A

Tints of Amaranth #E53B4A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 63.26%
G = 16.3%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E53B4A (or 0xE53B4A) is known color: Amaranth. HEX triplet: E5, 3B and 4A. RGB value is (229,59,74). Sum of RGB (Red+Green+Blue) = 229+59+74=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E53B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53B4A is #1AC4B5. Grayscale: #6F6F6F. Windows color (decimal): -1754294 or 4864997. OLE color: 4864997.

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

Color convert

RGB 229 59 74 -
CMYK 0 0.74 0.68 0.10
HSL 354.71º 0.77% 0.56% -
HSV(B) 354.71º 0.74% 0.9% -
XYZ 35.11 20.28 8.54 -
YUV 111.54 106.82 211.78 -
System Red Green Blue C M Y K H S L
Decimal 229 59 74 0 0.74 0.68 0.10 354.71 0.77 0.56
Hex E5 3B 4A 0 4A 44 A 163 4D 38
Octal 345 73 112 0 112 104 12 543 115 70
Binary 11100101 111011 1001010 0 1001010 1000100 1010 101100011 1001101 111000

Color Harmonies of #E53B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53B4A

Black with #E53B4A

Text Example


Text Example

White with #E53B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53B4A; }

 p { color: rgb(229,59,74); }

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

background-color css

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

 a { background-color: rgb(229,59,74); }

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

border-color css

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

 span { border-color: rgb(229,59,74); }

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