Html Css Color HEX #E3314C Amaranth

📋 copy color: '#E3314C'

red 227 ◦ green 49 ◦ blue 76

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

Shades of Amaranth #E3314C

Tints of Amaranth #E3314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.92%

 BLUE value IS 76 (30.08% from 255) = 21.59%

R = 64.49%
G = 13.92%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3314C (or 0xE3314C) is known color: Amaranth. HEX triplet: E3, 31 and 4C. RGB value is (227,49,76). Sum of RGB (Red+Green+Blue) = 227+49+76=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E3314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3314C is #1CCEB3. Grayscale: #696969. Windows color (decimal): -1887924 or 4993507. OLE color: 4993507.

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

Color convert

RGB 227 49 76 -
CMYK 0 0.78 0.67 0.11
HSL 350.9º 0.76% 0.54% -
HSV(B) 350.9º 0.78% 0.89% -
XYZ 34.08 19.05 8.72 -
YUV 105.3 111.47 214.8 -
System Red Green Blue C M Y K H S L
Decimal 227 49 76 0 0.78 0.67 0.11 350.9 0.76 0.54
Hex E3 31 4C 0 4E 43 B 15F 4C 36
Octal 343 61 114 0 116 103 13 537 114 66
Binary 11100011 110001 1001100 0 1001110 1000011 1011 101011111 1001100 110110

Color Harmonies of #E3314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3314C

Black with #E3314C

Text Example


Text Example

White with #E3314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3314C; }

 p { color: rgb(227,49,76); }

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

background-color css

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

 a { background-color: rgb(227,49,76); }

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

border-color css

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

 span { border-color: rgb(227,49,76); }

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