Html Css Color HEX #E2394B Amaranth

📋 copy color: '#E2394B'

red 226 ◦ green 57 ◦ blue 75

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

Shades of Amaranth #E2394B

Tints of Amaranth #E2394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.92%

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

R = 63.13%
G = 15.92%
B = 20.95%

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

#E2394B (or 0xE2394B) is known color: Amaranth. HEX triplet: E2, 39 and 4B. RGB value is (226,57,75). Sum of RGB (Red+Green+Blue) = 226+57+75=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2394B is #1DC6B4. Grayscale: #6D6D6D. Windows color (decimal): -1951413 or 4930018. OLE color: 4930018.

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

Color convert

RGB 226 57 75 -
CMYK 0 0.75 0.67 0.11
HSL 353.61º 0.74% 0.55% -
HSV(B) 353.61º 0.75% 0.89% -
XYZ 34.1 19.6 8.64 -
YUV 109.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 226 57 75 0 0.75 0.67 0.11 353.61 0.74 0.55
Hex E2 39 4B 0 4B 43 B 162 4A 37
Octal 342 71 113 0 113 103 13 542 112 67
Binary 11100010 111001 1001011 0 1001011 1000011 1011 101100010 1001010 110111

Color Harmonies of #E2394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2394B

Black with #E2394B

Text Example


Text Example

White with #E2394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2394B; }

 p { color: rgb(226,57,75); }

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

background-color css

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

 a { background-color: rgb(226,57,75); }

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

border-color css

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

 span { border-color: rgb(226,57,75); }

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