Html Css Color HEX #E2334E Amaranth

📋 copy color: '#E2334E'

red 226 ◦ green 51 ◦ blue 78

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

Shades of Amaranth #E2334E

Tints of Amaranth #E2334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.37%

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

R = 63.66%
G = 14.37%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2334E (or 0xE2334E) is known color: Amaranth. HEX triplet: E2, 33 and 4E. RGB value is (226,51,78). Sum of RGB (Red+Green+Blue) = 226+51+78=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2334E is #1DCCB1. Grayscale: #6A6A6A. Windows color (decimal): -1952946 or 5125090. OLE color: 5125090.

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

Color convert

RGB 226 51 78 -
CMYK 0 0.77 0.65 0.11
HSL 350.74º 0.75% 0.54% -
HSV(B) 350.74º 0.77% 0.89% -
XYZ 33.92 19.09 9.1 -
YUV 106.4 111.98 213.3 -
System Red Green Blue C M Y K H S L
Decimal 226 51 78 0 0.77 0.65 0.11 350.74 0.75 0.54
Hex E2 33 4E 0 4D 41 B 15F 4B 36
Octal 342 63 116 0 115 101 13 537 113 66
Binary 11100010 110011 1001110 0 1001101 1000001 1011 101011111 1001011 110110

Color Harmonies of #E2334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2334E

Black with #E2334E

Text Example


Text Example

White with #E2334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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