Html Css Color HEX #EB2D49 Amaranth

📋 copy color: '#EB2D49'

red 235 ◦ green 45 ◦ blue 73

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

Shades of Amaranth #EB2D49

Tints of Amaranth #EB2D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.75%

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

R = 66.57%
G = 12.75%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB2D49 (or 0xEB2D49) is known color: Amaranth. HEX triplet: EB, 2D and 49. RGB value is (235,45,73). Sum of RGB (Red+Green+Blue) = 235+45+73=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D49 is #14D2B6. Grayscale: #696969. Windows color (decimal): -1364663 or 4795883. OLE color: 4795883.

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

Color convert

RGB 235 45 73 -
CMYK 0 0.81 0.69 0.08
HSL 351.16º 0.83% 0.55% -
HSV(B) 351.16º 0.81% 0.92% -
XYZ 36.4 20.02 8.25 -
YUV 105 109.95 220.72 -
System Red Green Blue C M Y K H S L
Decimal 235 45 73 0 0.81 0.69 0.08 351.16 0.83 0.55
Hex EB 2D 49 0 51 45 8 15F 53 37
Octal 353 55 111 0 121 105 10 537 123 67
Binary 11101011 101101 1001001 0 1010001 1000101 1000 101011111 1010011 110111

Color Harmonies of #EB2D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D49

Black with #EB2D49

Text Example


Text Example

White with #EB2D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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