Html Css Color HEX #E3364E Amaranth

📋 copy color: '#E3364E'

red 227 ◦ green 54 ◦ blue 78

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

Shades of Amaranth #E3364E

Tints of Amaranth #E3364E

RGB

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

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

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

R = 63.23%
G = 15.04%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3364E (or 0xE3364E) is known color: Amaranth. HEX triplet: E3, 36 and 4E. RGB value is (227,54,78). Sum of RGB (Red+Green+Blue) = 227+54+78=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E3364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3364E is #1CC9B1. Grayscale: #6C6C6C. Windows color (decimal): -1886642 or 5125859. OLE color: 5125859.

HSL color Cylindrical-coordinate representation of color #E3364E: hue angle of 351.68º 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 #E3364E is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 54 78 -
CMYK 0 0.76 0.66 0.11
HSL 351.68º 0.76% 0.55% -
HSV(B) 351.68º 0.76% 0.89% -
XYZ 34.37 19.52 9.16 -
YUV 108.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 227 54 78 0 0.76 0.66 0.11 351.68 0.76 0.55
Hex E3 36 4E 0 4C 42 B 160 4C 37
Octal 343 66 116 0 114 102 13 540 114 67
Binary 11100011 110110 1001110 0 1001100 1000010 1011 101100000 1001100 110111

Color Harmonies of #E3364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3364E

Black with #E3364E

Text Example


Text Example

White with #E3364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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