Html Css Color HEX #E9354B Amaranth

📋 copy color: '#E9354B'

red 233 ◦ green 53 ◦ blue 75

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

Shades of Amaranth #E9354B

Tints of Amaranth #E9354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.68%

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

R = 64.54%
G = 14.68%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9354B (or 0xE9354B) is known color: Amaranth. HEX triplet: E9, 35 and 4B. RGB value is (233,53,75). Sum of RGB (Red+Green+Blue) = 233+53+75=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E9354B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9354B is #16CAB4. Grayscale: #6D6D6D. Windows color (decimal): -1493685 or 4929001. OLE color: 4929001.

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

Color convert

RGB 233 53 75 -
CMYK 0 0.77 0.68 0.09
HSL 352.67º 0.8% 0.56% -
HSV(B) 352.67º 0.77% 0.91% -
XYZ 36.15 20.38 8.68 -
YUV 109.33 108.63 216.21 -
System Red Green Blue C M Y K H S L
Decimal 233 53 75 0 0.77 0.68 0.09 352.67 0.8 0.56
Hex E9 35 4B 0 4D 44 9 161 50 38
Octal 351 65 113 0 115 104 11 541 120 70
Binary 11101001 110101 1001011 0 1001101 1000100 1001 101100001 1010000 111000

Color Harmonies of #E9354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9354B

Black with #E9354B

Text Example


Text Example

White with #E9354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9354B; }

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

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

background-color css

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

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

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

border-color css

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

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

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