Html Css Color HEX #E3264A Amaranth

📋 copy color: '#E3264A'

red 227 ◦ green 38 ◦ blue 74

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

Shades of Amaranth #E3264A

Tints of Amaranth #E3264A

RGB

 RED value IS 227 (89.06% from 255) = 66.96%

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

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

R = 66.96%
G = 11.21%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3264A (or 0xE3264A) is known color: Amaranth. HEX triplet: E3, 26 and 4A. RGB value is (227,38,74). Sum of RGB (Red+Green+Blue) = 227+38+74=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E3264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3264A is #1CD9B5. Grayscale: #626262. Windows color (decimal): -1890742 or 4859619. OLE color: 4859619.

HSL color Cylindrical-coordinate representation of color #E3264A: hue angle of 348.57º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E3264A is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 38 74 -
CMYK 0 0.83 0.67 0.11
HSL 348.57º 0.77% 0.52% -
HSV(B) 348.57º 0.83% 0.89% -
XYZ 33.61 18.21 8.22 -
YUV 98.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 227 38 74 0 0.83 0.67 0.11 348.57 0.77 0.52
Hex E3 26 4A 0 53 43 B 15D 4D 34
Octal 343 46 112 0 123 103 13 535 115 64
Binary 11100011 100110 1001010 0 1010011 1000011 1011 101011101 1001101 110100

Color Harmonies of #E3264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3264A

Black with #E3264A

Text Example


Text Example

White with #E3264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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