Html Css Color HEX #E52544 Amaranth

📋 copy color: '#E52544'

red 229 ◦ green 37 ◦ blue 68

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

Shades of Amaranth #E52544

Tints of Amaranth #E52544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 68.56%
G = 11.08%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E52544 (or 0xE52544) is known color: Amaranth. HEX triplet: E5, 25 and 44. RGB value is (229,37,68). Sum of RGB (Red+Green+Blue) = 229+37+68=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E52544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52544 is #1ADABB. Grayscale: #626262. Windows color (decimal): -1759932 or 4466149. OLE color: 4466149.

HSL color Cylindrical-coordinate representation of color #E52544: hue angle of 350.31º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52544 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 37 68 -
CMYK 0 0.84 0.70 0.10
HSL 350.31º 0.79% 0.52% -
HSV(B) 350.31º 0.84% 0.9% -
XYZ 34.02 18.4 7.23 -
YUV 97.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 229 37 68 0 0.84 0.70 0.10 350.31 0.79 0.52
Hex E5 25 44 0 54 46 A 15E 4F 34
Octal 345 45 104 0 124 106 12 536 117 64
Binary 11100101 100101 1000100 0 1010100 1000110 1010 101011110 1001111 110100

Color Harmonies of #E52544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52544

Black with #E52544

Text Example


Text Example

White with #E52544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52544; }

 p { color: rgb(229,37,68); }

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

background-color css

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

 a { background-color: rgb(229,37,68); }

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

border-color css

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

 span { border-color: rgb(229,37,68); }

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