Html Css Color HEX #E8234C Amaranth

📋 copy color: '#E8234C'

red 232 ◦ green 35 ◦ blue 76

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

Shades of Amaranth #E8234C

Tints of Amaranth #E8234C

RGB

 RED value IS 232 (91.02% from 255) = 67.64%

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

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

R = 67.64%
G = 10.2%
B = 22.16%

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

#E8234C (or 0xE8234C) is known color: Amaranth. HEX triplet: E8, 23 and 4C. RGB value is (232,35,76). Sum of RGB (Red+Green+Blue) = 232+35+76=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E8234C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8234C is #17DCB3. Grayscale: #626262. Windows color (decimal): -1563828 or 4989928. OLE color: 4989928.

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

Color convert

RGB 232 35 76 -
CMYK 0 0.85 0.67 0.09
HSL 347.51º 0.81% 0.52% -
HSV(B) 347.51º 0.85% 0.91% -
XYZ 35.18 18.88 8.63 -
YUV 98.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 232 35 76 0 0.85 0.67 0.09 347.51 0.81 0.52
Hex E8 23 4C 0 55 43 9 15C 51 34
Octal 350 43 114 0 125 103 11 534 121 64
Binary 11101000 100011 1001100 0 1010101 1000011 1001 101011100 1010001 110100

Color Harmonies of #E8234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8234C

Black with #E8234C

Text Example


Text Example

White with #E8234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8234C; }

 p { color: rgb(232,35,76); }

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

background-color css

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

 a { background-color: rgb(232,35,76); }

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

border-color css

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

 span { border-color: rgb(232,35,76); }

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