Html Css Color HEX #EB354C Amaranth

📋 copy color: '#EB354C'

red 235 ◦ green 53 ◦ blue 76

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

Shades of Amaranth #EB354C

Tints of Amaranth #EB354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 64.56%
G = 14.56%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB354C (or 0xEB354C) is known color: Amaranth. HEX triplet: EB, 35 and 4C. RGB value is (235,53,76). Sum of RGB (Red+Green+Blue) = 235+53+76=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB354C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB354C is #14CAB3. Grayscale: #6E6E6E. Windows color (decimal): -1362612 or 4994539. OLE color: 4994539.

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

Color convert

RGB 235 53 76 -
CMYK 0 0.77 0.68 0.08
HSL 352.42º 0.82% 0.56% -
HSV(B) 352.42º 0.77% 0.92% -
XYZ 36.84 20.73 8.9 -
YUV 110.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 235 53 76 0 0.77 0.68 0.08 352.42 0.82 0.56
Hex EB 35 4C 0 4D 44 8 160 52 38
Octal 353 65 114 0 115 104 10 540 122 70
Binary 11101011 110101 1001100 0 1001101 1000100 1000 101100000 1010010 111000

Color Harmonies of #EB354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB354C

Black with #EB354C

Text Example


Text Example

White with #EB354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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