Html Css Color HEX #E52748 Amaranth

📋 copy color: '#E52748'

red 229 ◦ green 39 ◦ blue 72

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

Shades of Amaranth #E52748

Tints of Amaranth #E52748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 67.35%
G = 11.47%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E52748 (or 0xE52748) is known color: Amaranth. HEX triplet: E5, 27 and 48. RGB value is (229,39,72). Sum of RGB (Red+Green+Blue) = 229+39+72=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E52748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52748 is #1AD8B7. Grayscale: #636363. Windows color (decimal): -1759416 or 4728805. OLE color: 4728805.

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

Color convert

RGB 229 39 72 -
CMYK 0 0.83 0.69 0.10
HSL 349.58º 0.79% 0.53% -
HSV(B) 349.58º 0.83% 0.9% -
XYZ 34.21 18.58 7.91 -
YUV 99.57 112.45 220.32 -
System Red Green Blue C M Y K H S L
Decimal 229 39 72 0 0.83 0.69 0.10 349.58 0.79 0.53
Hex E5 27 48 0 53 45 A 15E 4F 35
Octal 345 47 110 0 123 105 12 536 117 65
Binary 11100101 100111 1001000 0 1010011 1000101 1010 101011110 1001111 110101

Color Harmonies of #E52748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52748

Black with #E52748

Text Example


Text Example

White with #E52748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52748; }

 p { color: rgb(229,39,72); }

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

background-color css

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

 a { background-color: rgb(229,39,72); }

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

border-color css

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

 span { border-color: rgb(229,39,72); }

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