Html Css Color HEX #E3314B Amaranth

📋 copy color: '#E3314B'

red 227 ◦ green 49 ◦ blue 75

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

Shades of Amaranth #E3314B

Tints of Amaranth #E3314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.37%

R = 64.67%
G = 13.96%
B = 21.37%

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

#E3314B (or 0xE3314B) is known color: Amaranth. HEX triplet: E3, 31 and 4B. RGB value is (227,49,75). Sum of RGB (Red+Green+Blue) = 227+49+75=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E3314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3314B is #1CCEB4. Grayscale: #696969. Windows color (decimal): -1887925 or 4927971. OLE color: 4927971.

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

Color convert

RGB 227 49 75 -
CMYK 0 0.78 0.67 0.11
HSL 351.24º 0.76% 0.54% -
HSV(B) 351.24º 0.78% 0.89% -
XYZ 34.05 19.04 8.54 -
YUV 105.19 110.97 214.89 -
System Red Green Blue C M Y K H S L
Decimal 227 49 75 0 0.78 0.67 0.11 351.24 0.76 0.54
Hex E3 31 4B 0 4E 43 B 15F 4C 36
Octal 343 61 113 0 116 103 13 537 114 66
Binary 11100011 110001 1001011 0 1001110 1000011 1011 101011111 1001100 110110

Color Harmonies of #E3314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3314B

Black with #E3314B

Text Example


Text Example

White with #E3314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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