Html Css Color HEX #E3384D Amaranth

📋 copy color: '#E3384D'

red 227 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #E3384D

Tints of Amaranth #E3384D

RGB

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

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

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

R = 63.06%
G = 15.56%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3384D (or 0xE3384D) is known color: Amaranth. HEX triplet: E3, 38 and 4D. RGB value is (227,56,77). Sum of RGB (Red+Green+Blue) = 227+56+77=360 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.06% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 227 - color contains mainly: red. Hex color #E3384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3384D is #1CC7B2. Grayscale: #6D6D6D. Windows color (decimal): -1886131 or 5060835. OLE color: 5060835.

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

Color convert

RGB 227 56 77 -
CMYK 0 0.75 0.66 0.11
HSL 352.63º 0.75% 0.55% -
HSV(B) 352.63º 0.75% 0.89% -
XYZ 34.43 19.7 9.01 -
YUV 109.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 227 56 77 0 0.75 0.66 0.11 352.63 0.75 0.55
Hex E3 38 4D 0 4B 42 B 161 4B 37
Octal 343 70 115 0 113 102 13 541 113 67
Binary 11100011 111000 1001101 0 1001011 1000010 1011 101100001 1001011 110111

Color Harmonies of #E3384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3384D

Black with #E3384D

Text Example


Text Example

White with #E3384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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