Html Css Color HEX #E7234D Amaranth

📋 copy color: '#E7234D'

red 231 ◦ green 35 ◦ blue 77

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

Shades of Amaranth #E7234D

Tints of Amaranth #E7234D

RGB

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

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

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

R = 67.35%
G = 10.2%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7234D (or 0xE7234D) is known color: Amaranth. HEX triplet: E7, 23 and 4D. RGB value is (231,35,77). Sum of RGB (Red+Green+Blue) = 231+35+77=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E7234D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7234D is #18DCB2. Grayscale: #626262. Windows color (decimal): -1629363 or 5055463. OLE color: 5055463.

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

Color convert

RGB 231 35 77 -
CMYK 0 0.85 0.67 0.09
HSL 347.14º 0.8% 0.52% -
HSV(B) 347.14º 0.85% 0.91% -
XYZ 34.9 18.73 8.8 -
YUV 98.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 231 35 77 0 0.85 0.67 0.09 347.14 0.8 0.52
Hex E7 23 4D 0 55 43 9 15B 50 34
Octal 347 43 115 0 125 103 11 533 120 64
Binary 11100111 100011 1001101 0 1010101 1000011 1001 101011011 1010000 110100

Color Harmonies of #E7234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7234D

Black with #E7234D

Text Example


Text Example

White with #E7234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7234D; }

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

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

background-color css

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

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

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

border-color css

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

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

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