Html Css Color HEX #E2214B Amaranth

📋 copy color: '#E2214B'

red 226 ◦ green 33 ◦ blue 75

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

Shades of Amaranth #E2214B

Tints of Amaranth #E2214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 67.66%
G = 9.88%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2214B (or 0xE2214B) is known color: Amaranth. HEX triplet: E2, 21 and 4B. RGB value is (226,33,75). Sum of RGB (Red+Green+Blue) = 226+33+75=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E2214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2214B is #1DDEB4. Grayscale: #5F5F5F. Windows color (decimal): -1957557 or 4923874. OLE color: 4923874.

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

Color convert

RGB 226 33 75 -
CMYK 0 0.85 0.67 0.11
HSL 346.94º 0.77% 0.51% -
HSV(B) 346.94º 0.85% 0.89% -
XYZ 33.18 17.76 8.34 -
YUV 95.5 116.44 221.08 -
System Red Green Blue C M Y K H S L
Decimal 226 33 75 0 0.85 0.67 0.11 346.94 0.77 0.51
Hex E2 21 4B 0 55 43 B 15B 4D 33
Octal 342 41 113 0 125 103 13 533 115 63
Binary 11100010 100001 1001011 0 1010101 1000011 1011 101011011 1001101 110011

Color Harmonies of #E2214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2214B

Black with #E2214B

Text Example


Text Example

White with #E2214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2214B; }

 p { color: rgb(226,33,75); }

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

background-color css

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

 a { background-color: rgb(226,33,75); }

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

border-color css

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

 span { border-color: rgb(226,33,75); }

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