Html Css Color HEX #E3324E Amaranth

📋 copy color: '#E3324E'

red 227 ◦ green 50 ◦ blue 78

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

Shades of Amaranth #E3324E

Tints of Amaranth #E3324E

RGB

 RED value IS 227 (89.06% from 255) = 63.94%

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

 BLUE value IS 78 (30.86% from 255) = 21.97%

R = 63.94%
G = 14.08%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3324E (or 0xE3324E) is known color: Amaranth. HEX triplet: E3, 32 and 4E. RGB value is (227,50,78). Sum of RGB (Red+Green+Blue) = 227+50+78=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E3324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3324E is #1CCDB1. Grayscale: #6A6A6A. Windows color (decimal): -1887666 or 5124835. OLE color: 5124835.

HSL color Cylindrical-coordinate representation of color #E3324E: hue angle of 350.51º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3324E is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 50 78 -
CMYK 0 0.78 0.66 0.11
HSL 350.51º 0.76% 0.54% -
HSV(B) 350.51º 0.78% 0.89% -
XYZ 34.19 19.16 9.1 -
YUV 106.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 227 50 78 0 0.78 0.66 0.11 350.51 0.76 0.54
Hex E3 32 4E 0 4E 42 B 15F 4C 36
Octal 343 62 116 0 116 102 13 537 114 66
Binary 11100011 110010 1001110 0 1001110 1000010 1011 101011111 1001100 110110

Color Harmonies of #E3324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3324E

Black with #E3324E

Text Example


Text Example

White with #E3324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3324E; }

 p { color: rgb(227,50,78); }

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

background-color css

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

 a { background-color: rgb(227,50,78); }

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

border-color css

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

 span { border-color: rgb(227,50,78); }

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