Html Css Color HEX #E04350 Amaranth

📋 copy color: '#E04350'

red 224 ◦ green 67 ◦ blue 80

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

Shades of Amaranth #E04350

Tints of Amaranth #E04350

RGB

 RED value IS 224 (87.89% from 255) = 60.38%

 GREEN value IS 67 (26.56% from 255) = 18.06%

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

R = 60.38%
G = 18.06%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E04350 (or 0xE04350) is known color: Amaranth. HEX triplet: E0, 43 and 50. RGB value is (224,67,80). Sum of RGB (Red+Green+Blue) = 224+67+80=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E04350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04350 is #1FBCAF. Grayscale: #737373. Windows color (decimal): -2079920 or 5260256. OLE color: 5260256.

HSL color Cylindrical-coordinate representation of color #E04350: hue angle of 355.03º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04350 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 67 80 -
CMYK 0 0.70 0.64 0.12
HSL 355.03º 0.72% 0.57% -
HSV(B) 355.03º 0.7% 0.88% -
XYZ 34.2 20.44 9.73 -
YUV 115.43 108.01 205.44 -
System Red Green Blue C M Y K H S L
Decimal 224 67 80 0 0.70 0.64 0.12 355.03 0.72 0.57
Hex E0 43 50 0 46 40 C 163 48 39
Octal 340 103 120 0 106 100 14 543 110 71
Binary 11100000 1000011 1010000 0 1000110 1000000 1100 101100011 1001000 111001

Color Harmonies of #E04350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04350

Black with #E04350

Text Example


Text Example

White with #E04350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04350; }

 p { color: rgb(224,67,80); }

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

background-color css

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

 a { background-color: rgb(224,67,80); }

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

border-color css

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

 span { border-color: rgb(224,67,80); }

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