Html Css Color HEX #E52345 Amaranth

📋 copy color: '#E52345'

red 229 ◦ green 35 ◦ blue 69

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

Shades of Amaranth #E52345

Tints of Amaranth #E52345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.51%

 BLUE value IS 69 (27.34% from 255) = 20.72%

R = 68.77%
G = 10.51%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E52345 (or 0xE52345) is known color: Amaranth. HEX triplet: E5, 23 and 45. RGB value is (229,35,69). Sum of RGB (Red+Green+Blue) = 229+35+69=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E52345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52345 is #1ADCBA. Grayscale: #606060. Windows color (decimal): -1760443 or 4531173. OLE color: 4531173.

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

Color convert

RGB 229 35 69 -
CMYK 0 0.85 0.70 0.10
HSL 349.48º 0.79% 0.52% -
HSV(B) 349.48º 0.85% 0.9% -
XYZ 33.99 18.29 7.37 -
YUV 96.88 112.27 222.24 -
System Red Green Blue C M Y K H S L
Decimal 229 35 69 0 0.85 0.70 0.10 349.48 0.79 0.52
Hex E5 23 45 0 55 46 A 15D 4F 34
Octal 345 43 105 0 125 106 12 535 117 64
Binary 11100101 100011 1000101 0 1010101 1000110 1010 101011101 1001111 110100

Color Harmonies of #E52345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52345

Black with #E52345

Text Example


Text Example

White with #E52345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52345; }

 p { color: rgb(229,35,69); }

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

background-color css

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

 a { background-color: rgb(229,35,69); }

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

border-color css

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

 span { border-color: rgb(229,35,69); }

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