Html Css Color HEX #E3364C Amaranth

📋 copy color: '#E3364C'

red 227 ◦ green 54 ◦ blue 76

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

Shades of Amaranth #E3364C

Tints of Amaranth #E3364C

RGB

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

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

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

R = 63.59%
G = 15.13%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3364C (or 0xE3364C) is known color: Amaranth. HEX triplet: E3, 36 and 4C. RGB value is (227,54,76). Sum of RGB (Red+Green+Blue) = 227+54+76=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E3364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3364C is #1CC9B3. Grayscale: #6C6C6C. Windows color (decimal): -1886644 or 4994787. OLE color: 4994787.

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

Color convert

RGB 227 54 76 -
CMYK 0 0.76 0.67 0.11
HSL 352.37º 0.76% 0.55% -
HSV(B) 352.37º 0.76% 0.89% -
XYZ 34.3 19.49 8.79 -
YUV 108.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 227 54 76 0 0.76 0.67 0.11 352.37 0.76 0.55
Hex E3 36 4C 0 4C 43 B 160 4C 37
Octal 343 66 114 0 114 103 13 540 114 67
Binary 11100011 110110 1001100 0 1001100 1000011 1011 101100000 1001100 110111

Color Harmonies of #E3364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3364C

Black with #E3364C

Text Example


Text Example

White with #E3364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3364C; }

 p { color: rgb(227,54,76); }

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

background-color css

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

 a { background-color: rgb(227,54,76); }

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

border-color css

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

 span { border-color: rgb(227,54,76); }

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