Html Css Color HEX #E1374B Amaranth

📋 copy color: '#E1374B'

red 225 ◦ green 55 ◦ blue 75

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

Shades of Amaranth #E1374B

Tints of Amaranth #E1374B

RGB

 RED value IS 225 (88.28% from 255) = 63.38%

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

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

R = 63.38%
G = 15.49%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1374B (or 0xE1374B) is known color: Amaranth. HEX triplet: E1, 37 and 4B. RGB value is (225,55,75). Sum of RGB (Red+Green+Blue) = 225+55+75=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1374B is #1EC8B4. Grayscale: #6C6C6C. Windows color (decimal): -2017461 or 4929505. OLE color: 4929505.

HSL color Cylindrical-coordinate representation of color #E1374B: hue angle of 352.94º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1374B is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 55 75 -
CMYK 0 0.76 0.67 0.12
HSL 352.94º 0.74% 0.55% -
HSV(B) 352.94º 0.76% 0.88% -
XYZ 33.69 19.25 8.6 -
YUV 108.11 109.32 211.37 -
System Red Green Blue C M Y K H S L
Decimal 225 55 75 0 0.76 0.67 0.12 352.94 0.74 0.55
Hex E1 37 4B 0 4C 43 C 161 4A 37
Octal 341 67 113 0 114 103 14 541 112 67
Binary 11100001 110111 1001011 0 1001100 1000011 1100 101100001 1001010 110111

Color Harmonies of #E1374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1374B

Black with #E1374B

Text Example


Text Example

White with #E1374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1374B; }

 p { color: rgb(225,55,75); }

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

background-color css

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

 a { background-color: rgb(225,55,75); }

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

border-color css

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

 span { border-color: rgb(225,55,75); }

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