Html Css Color HEX #E53952 Amaranth

📋 copy color: '#E53952'

red 229 ◦ green 57 ◦ blue 82

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

Shades of Amaranth #E53952

Tints of Amaranth #E53952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.49%

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

R = 62.23%
G = 15.49%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E53952 (or 0xE53952) is known color: Amaranth. HEX triplet: E5, 39 and 52. RGB value is (229,57,82). Sum of RGB (Red+Green+Blue) = 229+57+82=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E53952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53952 is #1AC6AD. Grayscale: #6F6F6F. Windows color (decimal): -1754798 or 5388773. OLE color: 5388773.

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

Color convert

RGB 229 57 82 -
CMYK 0 0.75 0.64 0.10
HSL 351.28º 0.77% 0.56% -
HSV(B) 351.28º 0.75% 0.9% -
XYZ 35.3 20.19 10.02 -
YUV 111.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 229 57 82 0 0.75 0.64 0.10 351.28 0.77 0.56
Hex E5 39 52 0 4B 40 A 15F 4D 38
Octal 345 71 122 0 113 100 12 537 115 70
Binary 11100101 111001 1010010 0 1001011 1000000 1010 101011111 1001101 111000

Color Harmonies of #E53952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53952

Black with #E53952

Text Example


Text Example

White with #E53952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53952; }

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

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

background-color css

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

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

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

border-color css

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

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

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