Html Css Color HEX #E3374B Amaranth

📋 copy color: '#E3374B'

red 227 ◦ green 55 ◦ blue 75

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

Shades of Amaranth #E3374B

Tints of Amaranth #E3374B

RGB

 RED value IS 227 (89.06% from 255) = 63.59%

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

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

R = 63.59%
G = 15.41%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3374B (or 0xE3374B) is known color: Amaranth. HEX triplet: E3, 37 and 4B. RGB value is (227,55,75). Sum of RGB (Red+Green+Blue) = 227+55+75=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E3374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3374B is #1CC8B4. Grayscale: #6C6C6C. Windows color (decimal): -1886389 or 4929507. OLE color: 4929507.

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

Color convert

RGB 227 55 75 -
CMYK 0 0.76 0.67 0.11
HSL 353.02º 0.75% 0.55% -
HSV(B) 353.02º 0.76% 0.89% -
XYZ 34.31 19.57 8.63 -
YUV 108.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 227 55 75 0 0.76 0.67 0.11 353.02 0.75 0.55
Hex E3 37 4B 0 4C 43 B 161 4B 37
Octal 343 67 113 0 114 103 13 541 113 67
Binary 11100011 110111 1001011 0 1001100 1000011 1011 101100001 1001011 110111

Color Harmonies of #E3374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3374B

Black with #E3374B

Text Example


Text Example

White with #E3374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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