Html Css Color HEX #E52450 Amaranth

📋 copy color: '#E52450'

red 229 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #E52450

Tints of Amaranth #E52450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.43%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 66.38%
G = 10.43%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E52450 (or 0xE52450) is known color: Amaranth. HEX triplet: E5, 24 and 50. RGB value is (229,36,80). Sum of RGB (Red+Green+Blue) = 229+36+80=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E52450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52450 is #1ADBAF. Grayscale: #626262. Windows color (decimal): -1760176 or 5252325. OLE color: 5252325.

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

Color convert

RGB 229 36 80 -
CMYK 0 0.84 0.65 0.10
HSL 346.32º 0.79% 0.52% -
HSV(B) 346.32º 0.84% 0.9% -
XYZ 34.39 18.5 9.35 -
YUV 98.72 117.44 220.92 -
System Red Green Blue C M Y K H S L
Decimal 229 36 80 0 0.84 0.65 0.10 346.32 0.79 0.52
Hex E5 24 50 0 54 41 A 15A 4F 34
Octal 345 44 120 0 124 101 12 532 117 64
Binary 11100101 100100 1010000 0 1010100 1000001 1010 101011010 1001111 110100

Color Harmonies of #E52450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52450

Black with #E52450

Text Example


Text Example

White with #E52450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52450; }

 p { color: rgb(229,36,80); }

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

background-color css

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

 a { background-color: rgb(229,36,80); }

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

border-color css

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

 span { border-color: rgb(229,36,80); }

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