Html Css Color HEX #E3274D Amaranth

📋 copy color: '#E3274D'

red 227 ◦ green 39 ◦ blue 77

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

Shades of Amaranth #E3274D

Tints of Amaranth #E3274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.37%

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

R = 66.18%
G = 11.37%
B = 22.45%

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

#E3274D (or 0xE3274D) is known color: Amaranth. HEX triplet: E3, 27 and 4D. RGB value is (227,39,77). Sum of RGB (Red+Green+Blue) = 227+39+77=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E3274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3274D is #1CD8B2. Grayscale: #636363. Windows color (decimal): -1890483 or 5056483. OLE color: 5056483.

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

Color convert

RGB 227 39 77 -
CMYK 0 0.83 0.66 0.11
HSL 347.87º 0.77% 0.52% -
HSV(B) 347.87º 0.83% 0.89% -
XYZ 33.74 18.32 8.78 -
YUV 99.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 227 39 77 0 0.83 0.66 0.11 347.87 0.77 0.52
Hex E3 27 4D 0 53 42 B 15C 4D 34
Octal 343 47 115 0 123 102 13 534 115 64
Binary 11100011 100111 1001101 0 1010011 1000010 1011 101011100 1001101 110100

Color Harmonies of #E3274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3274D

Black with #E3274D

Text Example


Text Example

White with #E3274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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