Html Css Color HEX #E8234E Amaranth

📋 copy color: '#E8234E'

red 232 ◦ green 35 ◦ blue 78

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

Shades of Amaranth #E8234E

Tints of Amaranth #E8234E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 67.25%
G = 10.14%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8234E (or 0xE8234E) is known color: Amaranth. HEX triplet: E8, 23 and 4E. RGB value is (232,35,78). Sum of RGB (Red+Green+Blue) = 232+35+78=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E8234E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8234E is #17DCB1. Grayscale: #626262. Windows color (decimal): -1563826 or 5121000. OLE color: 5121000.

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

Color convert

RGB 232 35 78 -
CMYK 0 0.85 0.66 0.09
HSL 346.9º 0.81% 0.52% -
HSV(B) 346.9º 0.85% 0.91% -
XYZ 35.25 18.91 9 -
YUV 98.81 116.27 223 -
System Red Green Blue C M Y K H S L
Decimal 232 35 78 0 0.85 0.66 0.09 346.9 0.81 0.52
Hex E8 23 4E 0 55 42 9 15B 51 34
Octal 350 43 116 0 125 102 11 533 121 64
Binary 11101000 100011 1001110 0 1010101 1000010 1001 101011011 1010001 110100

Color Harmonies of #E8234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8234E

Black with #E8234E

Text Example


Text Example

White with #E8234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8234E; }

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

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

background-color css

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

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

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

border-color css

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

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

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