Html Css Color HEX #E7234A Amaranth

📋 copy color: '#E7234A'

red 231 ◦ green 35 ◦ blue 74

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

Shades of Amaranth #E7234A

Tints of Amaranth #E7234A

RGB

 RED value IS 231 (90.63% from 255) = 67.94%

 GREEN value IS 35 (14.06% from 255) = 10.29%

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

R = 67.94%
G = 10.29%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7234A (or 0xE7234A) is known color: Amaranth. HEX triplet: E7, 23 and 4A. RGB value is (231,35,74). Sum of RGB (Red+Green+Blue) = 231+35+74=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E7234A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7234A is #18DCB5. Grayscale: #626262. Windows color (decimal): -1629366 or 4858855. OLE color: 4858855.

HSL color Cylindrical-coordinate representation of color #E7234A: hue angle of 348.06º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E7234A is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 35 74 -
CMYK 0 0.85 0.68 0.09
HSL 348.06º 0.8% 0.52% -
HSV(B) 348.06º 0.85% 0.91% -
XYZ 34.79 18.69 8.25 -
YUV 98.05 114.43 222.83 -
System Red Green Blue C M Y K H S L
Decimal 231 35 74 0 0.85 0.68 0.09 348.06 0.8 0.52
Hex E7 23 4A 0 55 44 9 15C 50 34
Octal 347 43 112 0 125 104 11 534 120 64
Binary 11100111 100011 1001010 0 1010101 1000100 1001 101011100 1010000 110100

Color Harmonies of #E7234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7234A

Black with #E7234A

Text Example


Text Example

White with #E7234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7234A; }

 p { color: rgb(231,35,74); }

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

background-color css

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

 a { background-color: rgb(231,35,74); }

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

border-color css

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

 span { border-color: rgb(231,35,74); }

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