Html Css Color HEX #E9234B Amaranth

📋 copy color: '#E9234B'

red 233 ◦ green 35 ◦ blue 75

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

Shades of Amaranth #E9234B

Tints of Amaranth #E9234B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 67.93%
G = 10.2%
B = 21.87%

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

#E9234B (or 0xE9234B) is known color: Amaranth. HEX triplet: E9, 23 and 4B. RGB value is (233,35,75). Sum of RGB (Red+Green+Blue) = 233+35+75=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E9234B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9234B is #16DCB4. Grayscale: #626262. Windows color (decimal): -1498293 or 4924393. OLE color: 4924393.

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

Color convert

RGB 233 35 75 -
CMYK 0 0.85 0.68 0.09
HSL 347.88º 0.82% 0.53% -
HSV(B) 347.88º 0.85% 0.91% -
XYZ 35.48 19.03 8.46 -
YUV 98.76 114.6 223.75 -
System Red Green Blue C M Y K H S L
Decimal 233 35 75 0 0.85 0.68 0.09 347.88 0.82 0.53
Hex E9 23 4B 0 55 44 9 15C 52 35
Octal 351 43 113 0 125 104 11 534 122 65
Binary 11101001 100011 1001011 0 1010101 1000100 1001 101011100 1010010 110101

Color Harmonies of #E9234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9234B

Black with #E9234B

Text Example


Text Example

White with #E9234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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