Html Css Color HEX #E6364A Amaranth

📋 copy color: '#E6364A'

red 230 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #E6364A

Tints of Amaranth #E6364A

RGB

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

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

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

R = 64.25%
G = 15.08%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6364A (or 0xE6364A) is known color: Amaranth. HEX triplet: E6, 36 and 4A. RGB value is (230,54,74). Sum of RGB (Red+Green+Blue) = 230+54+74=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6364A is #19C9B5. Grayscale: #6D6D6D. Windows color (decimal): -1690038 or 4863718. OLE color: 4863718.

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

Color convert

RGB 230 54 74 -
CMYK 0 0.77 0.68 0.10
HSL 353.18º 0.78% 0.56% -
HSV(B) 353.18º 0.77% 0.9% -
XYZ 35.19 19.96 8.48 -
YUV 108.9 108.31 214.37 -
System Red Green Blue C M Y K H S L
Decimal 230 54 74 0 0.77 0.68 0.10 353.18 0.78 0.56
Hex E6 36 4A 0 4D 44 A 161 4E 38
Octal 346 66 112 0 115 104 12 541 116 70
Binary 11100110 110110 1001010 0 1001101 1000100 1010 101100001 1001110 111000

Color Harmonies of #E6364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6364A

Black with #E6364A

Text Example


Text Example

White with #E6364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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