Html Css Color HEX #E9234A Amaranth

📋 copy color: '#E9234A'

red 233 ◦ green 35 ◦ blue 74

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

Shades of Amaranth #E9234A

Tints of Amaranth #E9234A

RGB

 RED value IS 233 (91.41% from 255) = 68.13%

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

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

R = 68.13%
G = 10.23%
B = 21.64%

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

#E9234A (or 0xE9234A) is known color: Amaranth. HEX triplet: E9, 23 and 4A. RGB value is (233,35,74). Sum of RGB (Red+Green+Blue) = 233+35+74=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E9234A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9234A is #16DCB5. Grayscale: #626262. Windows color (decimal): -1498294 or 4858857. OLE color: 4858857.

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

Color convert

RGB 233 35 74 -
CMYK 0 0.85 0.68 0.09
HSL 348.18º 0.82% 0.53% -
HSV(B) 348.18º 0.85% 0.91% -
XYZ 35.44 19.02 8.28 -
YUV 98.65 114.1 223.83 -
System Red Green Blue C M Y K H S L
Decimal 233 35 74 0 0.85 0.68 0.09 348.18 0.82 0.53
Hex E9 23 4A 0 55 44 9 15C 52 35
Octal 351 43 112 0 125 104 11 534 122 65
Binary 11101001 100011 1001010 0 1010101 1000100 1001 101011100 1010010 110101

Color Harmonies of #E9234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9234A

Black with #E9234A

Text Example


Text Example

White with #E9234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9234A; }

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

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

background-color css

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

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

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

border-color css

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

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

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