Html Css Color HEX #E6314D Amaranth

📋 copy color: '#E6314D'

red 230 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #E6314D

Tints of Amaranth #E6314D

RGB

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

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

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

R = 64.61%
G = 13.76%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6314D (or 0xE6314D) is known color: Amaranth. HEX triplet: E6, 31 and 4D. RGB value is (230,49,77). Sum of RGB (Red+Green+Blue) = 230+49+77=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E6314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6314D is #19CEB2. Grayscale: #6A6A6A. Windows color (decimal): -1691315 or 5059046. OLE color: 5059046.

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

Color convert

RGB 230 49 77 -
CMYK 0 0.79 0.67 0.10
HSL 350.72º 0.78% 0.55% -
HSV(B) 350.72º 0.79% 0.9% -
XYZ 35.07 19.56 8.95 -
YUV 106.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 230 49 77 0 0.79 0.67 0.10 350.72 0.78 0.55
Hex E6 31 4D 0 4F 43 A 15F 4E 37
Octal 346 61 115 0 117 103 12 537 116 67
Binary 11100110 110001 1001101 0 1001111 1000011 1010 101011111 1001110 110111

Color Harmonies of #E6314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6314D

Black with #E6314D

Text Example


Text Example

White with #E6314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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