Html Css Color HEX #E6394C Amaranth

📋 copy color: '#E6394C'

red 230 ◦ green 57 ◦ blue 76

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

Shades of Amaranth #E6394C

Tints of Amaranth #E6394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 63.36%
G = 15.7%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6394C (or 0xE6394C) is known color: Amaranth. HEX triplet: E6, 39 and 4C. RGB value is (230,57,76). Sum of RGB (Red+Green+Blue) = 230+57+76=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E6394C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6394C is #19C6B3. Grayscale: #6E6E6E. Windows color (decimal): -1689268 or 4995558. OLE color: 4995558.

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

Color convert

RGB 230 57 76 -
CMYK 0 0.75 0.67 0.10
HSL 353.41º 0.78% 0.56% -
HSV(B) 353.41º 0.75% 0.9% -
XYZ 35.4 20.27 8.88 -
YUV 110.89 108.31 212.96 -
System Red Green Blue C M Y K H S L
Decimal 230 57 76 0 0.75 0.67 0.10 353.41 0.78 0.56
Hex E6 39 4C 0 4B 43 A 161 4E 38
Octal 346 71 114 0 113 103 12 541 116 70
Binary 11100110 111001 1001100 0 1001011 1000011 1010 101100001 1001110 111000

Color Harmonies of #E6394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6394C

Black with #E6394C

Text Example


Text Example

White with #E6394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6394C; }

 p { color: rgb(230,57,76); }

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

background-color css

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

 a { background-color: rgb(230,57,76); }

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

border-color css

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

 span { border-color: rgb(230,57,76); }

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