Html Css Color HEX #E9344A Amaranth

📋 copy color: '#E9344A'

red 233 ◦ green 52 ◦ blue 74

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

Shades of Amaranth #E9344A

Tints of Amaranth #E9344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.48%

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

R = 64.9%
G = 14.48%
B = 20.61%

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

#E9344A (or 0xE9344A) is known color: Amaranth. HEX triplet: E9, 34 and 4A. RGB value is (233,52,74). Sum of RGB (Red+Green+Blue) = 233+52+74=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E9344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9344A is #16CBB5. Grayscale: #6C6C6C. Windows color (decimal): -1493942 or 4863209. OLE color: 4863209.

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

Color convert

RGB 233 52 74 -
CMYK 0 0.78 0.68 0.09
HSL 352.71º 0.8% 0.56% -
HSV(B) 352.71º 0.78% 0.91% -
XYZ 36.07 20.27 8.49 -
YUV 108.63 108.47 216.71 -
System Red Green Blue C M Y K H S L
Decimal 233 52 74 0 0.78 0.68 0.09 352.71 0.8 0.56
Hex E9 34 4A 0 4E 44 9 161 50 38
Octal 351 64 112 0 116 104 11 541 120 70
Binary 11101001 110100 1001010 0 1001110 1000100 1001 101100001 1010000 111000

Color Harmonies of #E9344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9344A

Black with #E9344A

Text Example


Text Example

White with #E9344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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