Html Css Color HEX #E2264C Amaranth

📋 copy color: '#E2264C'

red 226 ◦ green 38 ◦ blue 76

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

Shades of Amaranth #E2264C

Tints of Amaranth #E2264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.18%

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

R = 66.47%
G = 11.18%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2264C (or 0xE2264C) is known color: Amaranth. HEX triplet: E2, 26 and 4C. RGB value is (226,38,76). Sum of RGB (Red+Green+Blue) = 226+38+76=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E2264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2264C is #1DD9B3. Grayscale: #626262. Windows color (decimal): -1956276 or 4990690. OLE color: 4990690.

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

Color convert

RGB 226 38 76 -
CMYK 0 0.83 0.66 0.11
HSL 347.87º 0.76% 0.52% -
HSV(B) 347.87º 0.83% 0.89% -
XYZ 33.36 18.08 8.57 -
YUV 98.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 226 38 76 0 0.83 0.66 0.11 347.87 0.76 0.52
Hex E2 26 4C 0 53 42 B 15C 4C 34
Octal 342 46 114 0 123 102 13 534 114 64
Binary 11100010 100110 1001100 0 1010011 1000010 1011 101011100 1001100 110100

Color Harmonies of #E2264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2264C

Black with #E2264C

Text Example


Text Example

White with #E2264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2264C; }

 p { color: rgb(226,38,76); }

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

background-color css

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

 a { background-color: rgb(226,38,76); }

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

border-color css

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

 span { border-color: rgb(226,38,76); }

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