Html Css Color HEX #E53452 Amaranth

📋 copy color: '#E53452'

red 229 ◦ green 52 ◦ blue 82

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

Shades of Amaranth #E53452

Tints of Amaranth #E53452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.33%

 BLUE value IS 82 (32.42% from 255) = 22.59%

R = 63.09%
G = 14.33%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E53452 (or 0xE53452) is known color: Amaranth. HEX triplet: E5, 34 and 52. RGB value is (229,52,82). Sum of RGB (Red+Green+Blue) = 229+52+82=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E53452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53452 is #1ACBAD. Grayscale: #6C6C6C. Windows color (decimal): -1756078 or 5387493. OLE color: 5387493.

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

Color convert

RGB 229 52 82 -
CMYK 0 0.77 0.64 0.10
HSL 349.83º 0.77% 0.55% -
HSV(B) 349.83º 0.77% 0.9% -
XYZ 35.06 19.72 9.94 -
YUV 108.34 113.14 214.06 -
System Red Green Blue C M Y K H S L
Decimal 229 52 82 0 0.77 0.64 0.10 349.83 0.77 0.55
Hex E5 34 52 0 4D 40 A 15E 4D 37
Octal 345 64 122 0 115 100 12 536 115 67
Binary 11100101 110100 1010010 0 1001101 1000000 1010 101011110 1001101 110111

Color Harmonies of #E53452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53452

Black with #E53452

Text Example


Text Example

White with #E53452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53452; }

 p { color: rgb(229,52,82); }

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

background-color css

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

 a { background-color: rgb(229,52,82); }

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

border-color css

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

 span { border-color: rgb(229,52,82); }

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