Html Css Color HEX #E3384A Amaranth

📋 copy color: '#E3384A'

red 227 ◦ green 56 ◦ blue 74

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

Shades of Amaranth #E3384A

Tints of Amaranth #E3384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.69%

 BLUE value IS 74 (29.3% from 255) = 20.73%

R = 63.59%
G = 15.69%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3384A (or 0xE3384A) is known color: Amaranth. HEX triplet: E3, 38 and 4A. RGB value is (227,56,74). Sum of RGB (Red+Green+Blue) = 227+56+74=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E3384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3384A is #1CC7B5. Grayscale: #6D6D6D. Windows color (decimal): -1886134 or 4864227. OLE color: 4864227.

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

Color convert

RGB 227 56 74 -
CMYK 0 0.75 0.67 0.11
HSL 353.68º 0.75% 0.55% -
HSV(B) 353.68º 0.75% 0.89% -
XYZ 34.33 19.65 8.46 -
YUV 109.18 108.15 212.04 -
System Red Green Blue C M Y K H S L
Decimal 227 56 74 0 0.75 0.67 0.11 353.68 0.75 0.55
Hex E3 38 4A 0 4B 43 B 162 4B 37
Octal 343 70 112 0 113 103 13 542 113 67
Binary 11100011 111000 1001010 0 1001011 1000011 1011 101100010 1001011 110111

Color Harmonies of #E3384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3384A

Black with #E3384A

Text Example


Text Example

White with #E3384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3384A; }

 p { color: rgb(227,56,74); }

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

background-color css

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

 a { background-color: rgb(227,56,74); }

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

border-color css

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

 span { border-color: rgb(227,56,74); }

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