Html Css Color HEX #E53352 Amaranth

📋 copy color: '#E53352'

red 229 ◦ green 51 ◦ blue 82

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

Shades of Amaranth #E53352

Tints of Amaranth #E53352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.09%

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

R = 63.26%
G = 14.09%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E53352 (or 0xE53352) is known color: Amaranth. HEX triplet: E5, 33 and 52. RGB value is (229,51,82). Sum of RGB (Red+Green+Blue) = 229+51+82=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E53352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53352 is #1ACCAD. Grayscale: #6B6B6B. Windows color (decimal): -1756334 or 5387237. OLE color: 5387237.

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

Color convert

RGB 229 51 82 -
CMYK 0 0.78 0.64 0.10
HSL 349.55º 0.77% 0.55% -
HSV(B) 349.55º 0.78% 0.9% -
XYZ 35.02 19.63 9.93 -
YUV 107.76 113.47 214.48 -
System Red Green Blue C M Y K H S L
Decimal 229 51 82 0 0.78 0.64 0.10 349.55 0.77 0.55
Hex E5 33 52 0 4E 40 A 15E 4D 37
Octal 345 63 122 0 116 100 12 536 115 67
Binary 11100101 110011 1010010 0 1001110 1000000 1010 101011110 1001101 110111

Color Harmonies of #E53352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53352

Black with #E53352

Text Example


Text Example

White with #E53352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53352; }

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

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

background-color css

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

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

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

border-color css

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

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

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