Html Css Color HEX #E9334A Amaranth

📋 copy color: '#E9334A'

red 233 ◦ green 51 ◦ blue 74

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

Shades of Amaranth #E9334A

Tints of Amaranth #E9334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

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

R = 65.08%
G = 14.25%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9334A (or 0xE9334A) is known color: Amaranth. HEX triplet: E9, 33 and 4A. RGB value is (233,51,74). Sum of RGB (Red+Green+Blue) = 233+51+74=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E9334A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9334A is #16CCB5. Grayscale: #6C6C6C. Windows color (decimal): -1494198 or 4862953. OLE color: 4862953.

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

Color convert

RGB 233 51 74 -
CMYK 0 0.78 0.68 0.09
HSL 352.42º 0.81% 0.56% -
HSV(B) 352.42º 0.78% 0.91% -
XYZ 36.02 20.19 8.48 -
YUV 108.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 233 51 74 0 0.78 0.68 0.09 352.42 0.81 0.56
Hex E9 33 4A 0 4E 44 9 160 51 38
Octal 351 63 112 0 116 104 11 540 121 70
Binary 11101001 110011 1001010 0 1001110 1000100 1001 101100000 1010001 111000

Color Harmonies of #E9334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9334A

Black with #E9334A

Text Example


Text Example

White with #E9334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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