Html Css Color HEX #E2234D Amaranth

📋 copy color: '#E2234D'

red 226 ◦ green 35 ◦ blue 77

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

Shades of Amaranth #E2234D

Tints of Amaranth #E2234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.36%

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 66.86%
G = 10.36%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2234D (or 0xE2234D) is known color: Amaranth. HEX triplet: E2, 23 and 4D. RGB value is (226,35,77). Sum of RGB (Red+Green+Blue) = 226+35+77=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E2234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2234D is #1DDCB2. Grayscale: #606060. Windows color (decimal): -1957043 or 5055458. OLE color: 5055458.

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

Color convert

RGB 226 35 77 -
CMYK 0 0.85 0.66 0.11
HSL 346.81º 0.77% 0.51% -
HSV(B) 346.81º 0.85% 0.89% -
XYZ 33.3 17.91 8.72 -
YUV 96.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 226 35 77 0 0.85 0.66 0.11 346.81 0.77 0.51
Hex E2 23 4D 0 55 42 B 15B 4D 33
Octal 342 43 115 0 125 102 13 533 115 63
Binary 11100010 100011 1001101 0 1010101 1000010 1011 101011011 1001101 110011

Color Harmonies of #E2234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2234D

Black with #E2234D

Text Example


Text Example

White with #E2234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2234D; }

 p { color: rgb(226,35,77); }

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

background-color css

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

 a { background-color: rgb(226,35,77); }

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

border-color css

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

 span { border-color: rgb(226,35,77); }

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