Html Css Color HEX #EB2A46 Amaranth

📋 copy color: '#EB2A46'

red 235 ◦ green 42 ◦ blue 70

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

Shades of Amaranth #EB2A46

Tints of Amaranth #EB2A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.17%

R = 67.72%
G = 12.1%
B = 20.17%

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

#EB2A46 (or 0xEB2A46) is known color: Amaranth. HEX triplet: EB, 2A and 46. RGB value is (235,42,70). Sum of RGB (Red+Green+Blue) = 235+42+70=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A46 is #14D5B9. Grayscale: #666666. Windows color (decimal): -1365434 or 4598507. OLE color: 4598507.

HSL color Cylindrical-coordinate representation of color #EB2A46: hue angle of 351.3º 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 #EB2A46 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 42 70 -
CMYK 0 0.82 0.70 0.08
HSL 351.3º 0.83% 0.54% -
HSV(B) 351.3º 0.82% 0.92% -
XYZ 36.19 19.76 7.7 -
YUV 102.9 109.44 222.22 -
System Red Green Blue C M Y K H S L
Decimal 235 42 70 0 0.82 0.70 0.08 351.3 0.83 0.54
Hex EB 2A 46 0 52 46 8 15F 53 36
Octal 353 52 106 0 122 106 10 537 123 66
Binary 11101011 101010 1000110 0 1010010 1000110 1000 101011111 1010011 110110

Color Harmonies of #EB2A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A46

Black with #EB2A46

Text Example


Text Example

White with #EB2A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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