Html Css Color HEX #E8264A Amaranth

📋 copy color: '#E8264A'

red 232 ◦ green 38 ◦ blue 74

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

Shades of Amaranth #E8264A

Tints of Amaranth #E8264A

RGB

 RED value IS 232 (91.02% from 255) = 67.44%

 GREEN value IS 38 (15.23% from 255) = 11.05%

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 67.44%
G = 11.05%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8264A (or 0xE8264A) is known color: Amaranth. HEX triplet: E8, 26 and 4A. RGB value is (232,38,74). Sum of RGB (Red+Green+Blue) = 232+38+74=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E8264A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8264A is #17D9B5. Grayscale: #646464. Windows color (decimal): -1563062 or 4859624. OLE color: 4859624.

HSL color Cylindrical-coordinate representation of color #E8264A: hue angle of 348.87º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8264A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 38 74 -
CMYK 0 0.84 0.68 0.09
HSL 348.87º 0.81% 0.53% -
HSV(B) 348.87º 0.84% 0.91% -
XYZ 35.21 19.04 8.3 -
YUV 100.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 232 38 74 0 0.84 0.68 0.09 348.87 0.81 0.53
Hex E8 26 4A 0 54 44 9 15D 51 35
Octal 350 46 112 0 124 104 11 535 121 65
Binary 11101000 100110 1001010 0 1010100 1000100 1001 101011101 1010001 110101

Color Harmonies of #E8264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8264A

Black with #E8264A

Text Example


Text Example

White with #E8264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8264A; }

 p { color: rgb(232,38,74); }

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

background-color css

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

 a { background-color: rgb(232,38,74); }

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

border-color css

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

 span { border-color: rgb(232,38,74); }

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