Html Css Color HEX #E6324D Amaranth

📋 copy color: '#E6324D'

red 230 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #E6324D

Tints of Amaranth #E6324D

RGB

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

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

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

R = 64.43%
G = 14.01%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6324D (or 0xE6324D) is known color: Amaranth. HEX triplet: E6, 32 and 4D. RGB value is (230,50,77). Sum of RGB (Red+Green+Blue) = 230+50+77=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E6324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6324D is #19CDB2. Grayscale: #6A6A6A. Windows color (decimal): -1691059 or 5059302. OLE color: 5059302.

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

Color convert

RGB 230 50 77 -
CMYK 0 0.78 0.67 0.10
HSL 351º 0.78% 0.55% -
HSV(B) 351º 0.78% 0.9% -
XYZ 35.11 19.64 8.96 -
YUV 106.9 111.13 215.8 -
System Red Green Blue C M Y K H S L
Decimal 230 50 77 0 0.78 0.67 0.10 351 0.78 0.55
Hex E6 32 4D 0 4E 43 A 15F 4E 37
Octal 346 62 115 0 116 103 12 537 116 67
Binary 11100110 110010 1001101 0 1001110 1000011 1010 101011111 1001110 110111

Color Harmonies of #E6324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6324D

Black with #E6324D

Text Example


Text Example

White with #E6324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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