Html Css Color HEX #E2374F Amaranth

📋 copy color: '#E2374F'

red 226 ◦ green 55 ◦ blue 79

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

Shades of Amaranth #E2374F

Tints of Amaranth #E2374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.28%

 BLUE value IS 79 (31.25% from 255) = 21.94%

R = 62.78%
G = 15.28%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2374F (or 0xE2374F) is known color: Amaranth. HEX triplet: E2, 37 and 4F. RGB value is (226,55,79). Sum of RGB (Red+Green+Blue) = 226+55+79=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E2374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2374F is #1DC8B0. Grayscale: #6C6C6C. Windows color (decimal): -1951921 or 5191650. OLE color: 5191650.

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

Color convert

RGB 226 55 79 -
CMYK 0 0.76 0.65 0.11
HSL 351.58º 0.75% 0.55% -
HSV(B) 351.58º 0.76% 0.89% -
XYZ 34.14 19.47 9.35 -
YUV 108.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 226 55 79 0 0.76 0.65 0.11 351.58 0.75 0.55
Hex E2 37 4F 0 4C 41 B 160 4B 37
Octal 342 67 117 0 114 101 13 540 113 67
Binary 11100010 110111 1001111 0 1001100 1000001 1011 101100000 1001011 110111

Color Harmonies of #E2374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2374F

Black with #E2374F

Text Example


Text Example

White with #E2374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2374F; }

 p { color: rgb(226,55,79); }

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

background-color css

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

 a { background-color: rgb(226,55,79); }

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

border-color css

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

 span { border-color: rgb(226,55,79); }

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