Html Css Color HEX #EB2449 Amaranth

📋 copy color: '#EB2449'

red 235 ◦ green 36 ◦ blue 73

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

Shades of Amaranth #EB2449

Tints of Amaranth #EB2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.47%

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

R = 68.31%
G = 10.47%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB2449 (or 0xEB2449) is known color: Amaranth. HEX triplet: EB, 24 and 49. RGB value is (235,36,73). Sum of RGB (Red+Green+Blue) = 235+36+73=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2449 is #14DBB6. Grayscale: #636363. Windows color (decimal): -1366967 or 4793579. OLE color: 4793579.

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

Color convert

RGB 235 36 73 -
CMYK 0 0.85 0.69 0.08
HSL 348.84º 0.83% 0.53% -
HSV(B) 348.84º 0.85% 0.92% -
XYZ 36.09 19.4 8.15 -
YUV 99.72 112.93 224.49 -
System Red Green Blue C M Y K H S L
Decimal 235 36 73 0 0.85 0.69 0.08 348.84 0.83 0.53
Hex EB 24 49 0 55 45 8 15D 53 35
Octal 353 44 111 0 125 105 10 535 123 65
Binary 11101011 100100 1001001 0 1010101 1000101 1000 101011101 1010011 110101

Color Harmonies of #EB2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2449

Black with #EB2449

Text Example


Text Example

White with #EB2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2449; }

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

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

background-color css

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

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

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

border-color css

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

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

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