Html Css Color HEX #EB2049 Amaranth

📋 copy color: '#EB2049'

red 235 ◦ green 32 ◦ blue 73

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

Shades of Amaranth #EB2049

Tints of Amaranth #EB2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

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

R = 69.12%
G = 9.41%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB2049 (or 0xEB2049) is known color: Amaranth. HEX triplet: EB, 20 and 49. RGB value is (235,32,73). Sum of RGB (Red+Green+Blue) = 235+32+73=340 (45% of max value = 765). Red value is 235 (92.19% from 255 or 69.12% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2049 is #14DFB6. Grayscale: #616161. Windows color (decimal): -1367991 or 4792555. OLE color: 4792555.

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

Color convert

RGB 235 32 73 -
CMYK 0 0.86 0.69 0.08
HSL 347.88º 0.84% 0.52% -
HSV(B) 347.88º 0.86% 0.92% -
XYZ 35.98 19.18 8.11 -
YUV 97.37 114.25 226.17 -
System Red Green Blue C M Y K H S L
Decimal 235 32 73 0 0.86 0.69 0.08 347.88 0.84 0.52
Hex EB 20 49 0 56 45 8 15C 54 34
Octal 353 40 111 0 126 105 10 534 124 64
Binary 11101011 100000 1001001 0 1010110 1000101 1000 101011100 1010100 110100

Color Harmonies of #EB2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2049

Black with #EB2049

Text Example


Text Example

White with #EB2049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2049; }

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

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

background-color css

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

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

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

border-color css

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

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

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