Html Css Color HEX #E52354 Amaranth

📋 copy color: '#E52354'

red 229 ◦ green 35 ◦ blue 84

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

Shades of Amaranth #E52354

Tints of Amaranth #E52354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.14%

R = 65.8%
G = 10.06%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E52354 (or 0xE52354) is known color: Amaranth. HEX triplet: E5, 23 and 54. RGB value is (229,35,84). Sum of RGB (Red+Green+Blue) = 229+35+84=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E52354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52354 is #1ADCAB. Grayscale: #626262. Windows color (decimal): -1760428 or 5514213. OLE color: 5514213.

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

Color convert

RGB 229 35 84 -
CMYK 0 0.85 0.63 0.10
HSL 344.85º 0.79% 0.52% -
HSV(B) 344.85º 0.85% 0.9% -
XYZ 34.51 18.5 10.14 -
YUV 98.59 119.77 221.02 -
System Red Green Blue C M Y K H S L
Decimal 229 35 84 0 0.85 0.63 0.10 344.85 0.79 0.52
Hex E5 23 54 0 55 3F A 159 4F 34
Octal 345 43 124 0 125 77 12 531 117 64
Binary 11100101 100011 1010100 0 1010101 111111 1010 101011001 1001111 110100

Color Harmonies of #E52354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52354

Black with #E52354

Text Example


Text Example

White with #E52354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52354; }

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

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

background-color css

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

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

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

border-color css

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

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

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