Html Css Color HEX #E6314A Amaranth

📋 copy color: '#E6314A'

red 230 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #E6314A

Tints of Amaranth #E6314A

RGB

 RED value IS 230 (90.23% from 255) = 65.16%

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

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

R = 65.16%
G = 13.88%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6314A (or 0xE6314A) is known color: Amaranth. HEX triplet: E6, 31 and 4A. RGB value is (230,49,74). Sum of RGB (Red+Green+Blue) = 230+49+74=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E6314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6314A is #19CEB5. Grayscale: #6A6A6A. Windows color (decimal): -1691318 or 4862438. OLE color: 4862438.

HSL color Cylindrical-coordinate representation of color #E6314A: hue angle of 351.71º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6314A is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 49 74 -
CMYK 0 0.79 0.68 0.10
HSL 351.71º 0.78% 0.55% -
HSV(B) 351.71º 0.79% 0.9% -
XYZ 34.97 19.51 8.4 -
YUV 105.97 109.97 216.47 -
System Red Green Blue C M Y K H S L
Decimal 230 49 74 0 0.79 0.68 0.10 351.71 0.78 0.55
Hex E6 31 4A 0 4F 44 A 160 4E 37
Octal 346 61 112 0 117 104 12 540 116 67
Binary 11100110 110001 1001010 0 1001111 1000100 1010 101100000 1001110 110111

Color Harmonies of #E6314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6314A

Black with #E6314A

Text Example


Text Example

White with #E6314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6314A; }

 p { color: rgb(230,49,74); }

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

background-color css

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

 a { background-color: rgb(230,49,74); }

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

border-color css

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

 span { border-color: rgb(230,49,74); }

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