Html Css Color HEX #EB2A47 Amaranth

📋 copy color: '#EB2A47'

red 235 ◦ green 42 ◦ blue 71

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

Shades of Amaranth #EB2A47

Tints of Amaranth #EB2A47

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.07%

 BLUE value IS 71 (28.13% from 255) = 20.4%

R = 67.53%
G = 12.07%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB2A47 (or 0xEB2A47) is known color: Amaranth. HEX triplet: EB, 2A and 47. RGB value is (235,42,71). Sum of RGB (Red+Green+Blue) = 235+42+71=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A47 is #14D5B8. Grayscale: #676767. Windows color (decimal): -1365433 or 4664043. OLE color: 4664043.

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

Color convert

RGB 235 42 71 -
CMYK 0 0.82 0.70 0.08
HSL 350.98º 0.83% 0.54% -
HSV(B) 350.98º 0.82% 0.92% -
XYZ 36.23 19.77 7.87 -
YUV 103.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 235 42 71 0 0.82 0.70 0.08 350.98 0.83 0.54
Hex EB 2A 47 0 52 46 8 15F 53 36
Octal 353 52 107 0 122 106 10 537 123 66
Binary 11101011 101010 1000111 0 1010010 1000110 1000 101011111 1010011 110110

Color Harmonies of #EB2A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A47

Black with #EB2A47

Text Example


Text Example

White with #EB2A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A47; }

 p { color: rgb(235,42,71); }

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

background-color css

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

 a { background-color: rgb(235,42,71); }

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

border-color css

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

 span { border-color: rgb(235,42,71); }

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