Html Css Color HEX #E3264D Amaranth

📋 copy color: '#E3264D'

red 227 ◦ green 38 ◦ blue 77

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

Shades of Amaranth #E3264D

Tints of Amaranth #E3264D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 66.37%
G = 11.11%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3264D (or 0xE3264D) is known color: Amaranth. HEX triplet: E3, 26 and 4D. RGB value is (227,38,77). Sum of RGB (Red+Green+Blue) = 227+38+77=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E3264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3264D is #1CD9B2. Grayscale: #626262. Windows color (decimal): -1890739 or 5056227. OLE color: 5056227.

HSL color Cylindrical-coordinate representation of color #E3264D: hue angle of 347.62º 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 #E3264D is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 38 77 -
CMYK 0 0.83 0.66 0.11
HSL 347.62º 0.77% 0.52% -
HSV(B) 347.62º 0.83% 0.89% -
XYZ 33.71 18.25 8.77 -
YUV 98.96 115.62 219.33 -
System Red Green Blue C M Y K H S L
Decimal 227 38 77 0 0.83 0.66 0.11 347.62 0.77 0.52
Hex E3 26 4D 0 53 42 B 15C 4D 34
Octal 343 46 115 0 123 102 13 534 115 64
Binary 11100011 100110 1001101 0 1010011 1000010 1011 101011100 1001101 110100

Color Harmonies of #E3264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3264D

Black with #E3264D

Text Example


Text Example

White with #E3264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3264D; }

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

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

background-color css

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

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

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

border-color css

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

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

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