Html Css Color HEX #E3384C Amaranth

📋 copy color: '#E3384C'

red 227 ◦ green 56 ◦ blue 76

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

Shades of Amaranth #E3384C

Tints of Amaranth #E3384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 63.23%
G = 15.6%
B = 21.17%

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

#E3384C (or 0xE3384C) is known color: Amaranth. HEX triplet: E3, 38 and 4C. RGB value is (227,56,76). Sum of RGB (Red+Green+Blue) = 227+56+76=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E3384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3384C is #1CC7B3. Grayscale: #6D6D6D. Windows color (decimal): -1886132 or 4995299. OLE color: 4995299.

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

Color convert

RGB 227 56 76 -
CMYK 0 0.75 0.67 0.11
HSL 352.98º 0.75% 0.55% -
HSV(B) 352.98º 0.75% 0.89% -
XYZ 34.4 19.68 8.82 -
YUV 109.41 109.15 211.87 -
System Red Green Blue C M Y K H S L
Decimal 227 56 76 0 0.75 0.67 0.11 352.98 0.75 0.55
Hex E3 38 4C 0 4B 43 B 161 4B 37
Octal 343 70 114 0 113 103 13 541 113 67
Binary 11100011 111000 1001100 0 1001011 1000011 1011 101100001 1001011 110111

Color Harmonies of #E3384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3384C

Black with #E3384C

Text Example


Text Example

White with #E3384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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