Html Css Color HEX #E53348 Amaranth

📋 copy color: '#E53348'

red 229 ◦ green 51 ◦ blue 72

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

Shades of Amaranth #E53348

Tints of Amaranth #E53348

RGB

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

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

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

R = 65.06%
G = 14.49%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E53348 (or 0xE53348) is known color: Amaranth. HEX triplet: E5, 33 and 48. RGB value is (229,51,72). Sum of RGB (Red+Green+Blue) = 229+51+72=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E53348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53348 is #1ACCB7. Grayscale: #6A6A6A. Windows color (decimal): -1756344 or 4731877. OLE color: 4731877.

HSL color Cylindrical-coordinate representation of color #E53348: hue angle of 352.92º 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 #E53348 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 51 72 -
CMYK 0 0.78 0.69 0.10
HSL 352.92º 0.77% 0.55% -
HSV(B) 352.92º 0.78% 0.9% -
XYZ 34.67 19.49 8.07 -
YUV 106.62 108.47 215.29 -
System Red Green Blue C M Y K H S L
Decimal 229 51 72 0 0.78 0.69 0.10 352.92 0.77 0.55
Hex E5 33 48 0 4E 45 A 161 4D 37
Octal 345 63 110 0 116 105 12 541 115 67
Binary 11100101 110011 1001000 0 1001110 1000101 1010 101100001 1001101 110111

Color Harmonies of #E53348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53348

Black with #E53348

Text Example


Text Example

White with #E53348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53348; }

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

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

background-color css

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

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

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

border-color css

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

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

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