Html Css Color HEX #E2364E Amaranth

📋 copy color: '#E2364E'

red 226 ◦ green 54 ◦ blue 78

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

Shades of Amaranth #E2364E

Tints of Amaranth #E2364E

RGB

 RED value IS 226 (88.67% from 255) = 63.13%

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

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

R = 63.13%
G = 15.08%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2364E (or 0xE2364E) is known color: Amaranth. HEX triplet: E2, 36 and 4E. RGB value is (226,54,78). Sum of RGB (Red+Green+Blue) = 226+54+78=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2364E is #1DC9B1. Grayscale: #6C6C6C. Windows color (decimal): -1952178 or 5125858. OLE color: 5125858.

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

Color convert

RGB 226 54 78 -
CMYK 0 0.76 0.65 0.11
HSL 351.63º 0.75% 0.55% -
HSV(B) 351.63º 0.76% 0.89% -
XYZ 34.06 19.36 9.15 -
YUV 108.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 226 54 78 0 0.76 0.65 0.11 351.63 0.75 0.55
Hex E2 36 4E 0 4C 41 B 160 4B 37
Octal 342 66 116 0 114 101 13 540 113 67
Binary 11100010 110110 1001110 0 1001100 1000001 1011 101100000 1001011 110111

Color Harmonies of #E2364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2364E

Black with #E2364E

Text Example


Text Example

White with #E2364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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