Html Css Color HEX #EB354A Amaranth

📋 copy color: '#EB354A'

red 235 ◦ green 53 ◦ blue 74

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

Shades of Amaranth #EB354A

Tints of Amaranth #EB354A

RGB

 RED value IS 235 (92.19% from 255) = 64.92%

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

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

R = 64.92%
G = 14.64%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB354A (or 0xEB354A) is known color: Amaranth. HEX triplet: EB, 35 and 4A. RGB value is (235,53,74). Sum of RGB (Red+Green+Blue) = 235+53+74=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB354A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB354A is #14CAB5. Grayscale: #6D6D6D. Windows color (decimal): -1362614 or 4863467. OLE color: 4863467.

HSL color Cylindrical-coordinate representation of color #EB354A: hue angle of 353.08º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB354A is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 53 74 -
CMYK 0 0.77 0.69 0.08
HSL 353.08º 0.82% 0.56% -
HSV(B) 353.08º 0.77% 0.92% -
XYZ 36.77 20.7 8.54 -
YUV 109.81 107.8 217.29 -
System Red Green Blue C M Y K H S L
Decimal 235 53 74 0 0.77 0.69 0.08 353.08 0.82 0.56
Hex EB 35 4A 0 4D 45 8 161 52 38
Octal 353 65 112 0 115 105 10 541 122 70
Binary 11101011 110101 1001010 0 1001101 1000101 1000 101100001 1010010 111000

Color Harmonies of #EB354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB354A

Black with #EB354A

Text Example


Text Example

White with #EB354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB354A; }

 p { color: rgb(235,53,74); }

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

background-color css

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

 a { background-color: rgb(235,53,74); }

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

border-color css

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

 span { border-color: rgb(235,53,74); }

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