Html Css Color HEX #E6364D Amaranth

📋 copy color: '#E6364D'

red 230 ◦ green 54 ◦ blue 77

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

Shades of Amaranth #E6364D

Tints of Amaranth #E6364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.96%

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

R = 63.71%
G = 14.96%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6364D (or 0xE6364D) is known color: Amaranth. HEX triplet: E6, 36 and 4D. RGB value is (230,54,77). Sum of RGB (Red+Green+Blue) = 230+54+77=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6364D is #19C9B2. Grayscale: #6D6D6D. Windows color (decimal): -1690035 or 5060326. OLE color: 5060326.

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

Color convert

RGB 230 54 77 -
CMYK 0 0.77 0.67 0.10
HSL 352.16º 0.78% 0.56% -
HSV(B) 352.16º 0.77% 0.9% -
XYZ 35.29 20 9.02 -
YUV 109.25 109.81 214.13 -
System Red Green Blue C M Y K H S L
Decimal 230 54 77 0 0.77 0.67 0.10 352.16 0.78 0.56
Hex E6 36 4D 0 4D 43 A 160 4E 38
Octal 346 66 115 0 115 103 12 540 116 70
Binary 11100110 110110 1001101 0 1001101 1000011 1010 101100000 1001110 111000

Color Harmonies of #E6364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6364D

Black with #E6364D

Text Example


Text Example

White with #E6364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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