Html Css Color HEX #E6324A Amaranth

📋 copy color: '#E6324A'

red 230 ◦ green 50 ◦ blue 74

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

Shades of Amaranth #E6324A

Tints of Amaranth #E6324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

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

R = 64.97%
G = 14.12%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6324A (or 0xE6324A) is known color: Amaranth. HEX triplet: E6, 32 and 4A. RGB value is (230,50,74). Sum of RGB (Red+Green+Blue) = 230+50+74=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E6324A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6324A is #19CDB5. Grayscale: #6A6A6A. Windows color (decimal): -1691062 or 4862694. OLE color: 4862694.

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

Color convert

RGB 230 50 74 -
CMYK 0 0.78 0.68 0.10
HSL 352º 0.78% 0.55% -
HSV(B) 352º 0.78% 0.9% -
XYZ 35.01 19.6 8.42 -
YUV 106.56 109.63 216.05 -
System Red Green Blue C M Y K H S L
Decimal 230 50 74 0 0.78 0.68 0.10 352 0.78 0.55
Hex E6 32 4A 0 4E 44 A 160 4E 37
Octal 346 62 112 0 116 104 12 540 116 67
Binary 11100110 110010 1001010 0 1001110 1000100 1010 101100000 1001110 110111

Color Harmonies of #E6324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6324A

Black with #E6324A

Text Example


Text Example

White with #E6324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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