Html Css Color HEX #E2334D Amaranth

📋 copy color: '#E2334D'

red 226 ◦ green 51 ◦ blue 77

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

Shades of Amaranth #E2334D

Tints of Amaranth #E2334D

RGB

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

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

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

R = 63.84%
G = 14.41%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2334D (or 0xE2334D) is known color: Amaranth. HEX triplet: E2, 33 and 4D. RGB value is (226,51,77). Sum of RGB (Red+Green+Blue) = 226+51+77=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E2334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2334D is #1DCCB2. Grayscale: #6A6A6A. Windows color (decimal): -1952947 or 5059554. OLE color: 5059554.

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

Color convert

RGB 226 51 77 -
CMYK 0 0.77 0.66 0.11
HSL 351.09º 0.75% 0.54% -
HSV(B) 351.09º 0.77% 0.89% -
XYZ 33.89 19.07 8.92 -
YUV 106.29 111.48 213.39 -
System Red Green Blue C M Y K H S L
Decimal 226 51 77 0 0.77 0.66 0.11 351.09 0.75 0.54
Hex E2 33 4D 0 4D 42 B 15F 4B 36
Octal 342 63 115 0 115 102 13 537 113 66
Binary 11100010 110011 1001101 0 1001101 1000010 1011 101011111 1001011 110110

Color Harmonies of #E2334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2334D

Black with #E2334D

Text Example


Text Example

White with #E2334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2334D; }

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

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

background-color css

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

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

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

border-color css

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

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

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