Html Css Color HEX #E2384A Amaranth

📋 copy color: '#E2384A'

red 226 ◦ green 56 ◦ blue 74

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

Shades of Amaranth #E2384A

Tints of Amaranth #E2384A

RGB

 RED value IS 226 (88.67% from 255) = 63.48%

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

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

R = 63.48%
G = 15.73%
B = 20.79%

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

#E2384A (or 0xE2384A) is known color: Amaranth. HEX triplet: E2, 38 and 4A. RGB value is (226,56,74). Sum of RGB (Red+Green+Blue) = 226+56+74=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2384A is #1DC7B5. Grayscale: #6C6C6C. Windows color (decimal): -1951670 or 4864226. OLE color: 4864226.

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

Color convert

RGB 226 56 74 -
CMYK 0 0.75 0.67 0.11
HSL 353.65º 0.75% 0.55% -
HSV(B) 353.65º 0.75% 0.89% -
XYZ 34.01 19.49 8.45 -
YUV 108.88 108.32 211.54 -
System Red Green Blue C M Y K H S L
Decimal 226 56 74 0 0.75 0.67 0.11 353.65 0.75 0.55
Hex E2 38 4A 0 4B 43 B 162 4B 37
Octal 342 70 112 0 113 103 13 542 113 67
Binary 11100010 111000 1001010 0 1001011 1000011 1011 101100010 1001011 110111

Color Harmonies of #E2384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2384A

Black with #E2384A

Text Example


Text Example

White with #E2384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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