Html Css Color HEX #EB3E49 Amaranth

📋 copy color: '#EB3E49'

red 235 ◦ green 62 ◦ blue 73

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

Shades of Amaranth #EB3E49

Tints of Amaranth #EB3E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.76%

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 63.51%
G = 16.76%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB3E49 (or 0xEB3E49) is known color: Amaranth. HEX triplet: EB, 3E and 49. RGB value is (235,62,73). Sum of RGB (Red+Green+Blue) = 235+62+73=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E49 is #14C1B6. Grayscale: #737373. Windows color (decimal): -1360311 or 4800235. OLE color: 4800235.

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

Color convert

RGB 235 62 73 -
CMYK 0 0.74 0.69 0.08
HSL 356.19º 0.81% 0.58% -
HSV(B) 356.19º 0.74% 0.92% -
XYZ 37.19 21.59 8.51 -
YUV 114.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 235 62 73 0 0.74 0.69 0.08 356.19 0.81 0.58
Hex EB 3E 49 0 4A 45 8 164 51 3A
Octal 353 76 111 0 112 105 10 544 121 72
Binary 11101011 111110 1001001 0 1001010 1000101 1000 101100100 1010001 111010

Color Harmonies of #EB3E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E49

Black with #EB3E49

Text Example


Text Example

White with #EB3E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E49; }

 p { color: rgb(235,62,73); }

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

background-color css

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

 a { background-color: rgb(235,62,73); }

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

border-color css

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

 span { border-color: rgb(235,62,73); }

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