Html Css Color HEX #E54250 Amaranth

📋 copy color: '#E54250'

red 229 ◦ green 66 ◦ blue 80

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

Shades of Amaranth #E54250

Tints of Amaranth #E54250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

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

R = 61.07%
G = 17.6%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E54250 (or 0xE54250) is known color: Amaranth. HEX triplet: E5, 42 and 50. RGB value is (229,66,80). Sum of RGB (Red+Green+Blue) = 229+66+80=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E54250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54250 is #1ABDAF. Grayscale: #747474. Windows color (decimal): -1752496 or 5260005. OLE color: 5260005.

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

Color convert

RGB 229 66 80 -
CMYK 0 0.71 0.65 0.10
HSL 354.85º 0.76% 0.58% -
HSV(B) 354.85º 0.71% 0.9% -
XYZ 35.71 21.13 9.79 -
YUV 116.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 229 66 80 0 0.71 0.65 0.10 354.85 0.76 0.58
Hex E5 42 50 0 47 41 A 163 4C 3A
Octal 345 102 120 0 107 101 12 543 114 72
Binary 11100101 1000010 1010000 0 1000111 1000001 1010 101100011 1001100 111010

Color Harmonies of #E54250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54250

Black with #E54250

Text Example


Text Example

White with #E54250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54250; }

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

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

background-color css

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

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

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

border-color css

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

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

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