Html Css Color HEX #E52244 Amaranth

📋 copy color: '#E52244'

red 229 ◦ green 34 ◦ blue 68

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

Shades of Amaranth #E52244

Tints of Amaranth #E52244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.27%

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

R = 69.18%
G = 10.27%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E52244 (or 0xE52244) is known color: Amaranth. HEX triplet: E5, 22 and 44. RGB value is (229,34,68). Sum of RGB (Red+Green+Blue) = 229+34+68=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E52244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52244 is #1ADDBB. Grayscale: #606060. Windows color (decimal): -1760700 or 4465381. OLE color: 4465381.

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

Color convert

RGB 229 34 68 -
CMYK 0 0.85 0.70 0.10
HSL 349.54º 0.79% 0.52% -
HSV(B) 349.54º 0.85% 0.9% -
XYZ 33.93 18.22 7.2 -
YUV 96.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 229 34 68 0 0.85 0.70 0.10 349.54 0.79 0.52
Hex E5 22 44 0 55 46 A 15E 4F 34
Octal 345 42 104 0 125 106 12 536 117 64
Binary 11100101 100010 1000100 0 1010101 1000110 1010 101011110 1001111 110100

Color Harmonies of #E52244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52244

Black with #E52244

Text Example


Text Example

White with #E52244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52244; }

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

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

background-color css

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

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

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

border-color css

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

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

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