Html Css Color HEX #E2274D Amaranth

📋 copy color: '#E2274D'

red 226 ◦ green 39 ◦ blue 77

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

Shades of Amaranth #E2274D

Tints of Amaranth #E2274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

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

R = 66.08%
G = 11.4%
B = 22.51%

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

#E2274D (or 0xE2274D) is known color: Amaranth. HEX triplet: E2, 27 and 4D. RGB value is (226,39,77). Sum of RGB (Red+Green+Blue) = 226+39+77=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2274D is #1DD8B2. Grayscale: #636363. Windows color (decimal): -1956019 or 5056482. OLE color: 5056482.

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

Color convert

RGB 226 39 77 -
CMYK 0 0.83 0.66 0.11
HSL 347.81º 0.76% 0.52% -
HSV(B) 347.81º 0.83% 0.89% -
XYZ 33.43 18.16 8.76 -
YUV 99.25 115.45 218.41 -
System Red Green Blue C M Y K H S L
Decimal 226 39 77 0 0.83 0.66 0.11 347.81 0.76 0.52
Hex E2 27 4D 0 53 42 B 15C 4C 34
Octal 342 47 115 0 123 102 13 534 114 64
Binary 11100010 100111 1001101 0 1010011 1000010 1011 101011100 1001100 110100

Color Harmonies of #E2274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2274D

Black with #E2274D

Text Example


Text Example

White with #E2274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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