Html Css Color HEX #EB2146 Amaranth

📋 copy color: '#EB2146'

red 235 ◦ green 33 ◦ blue 70

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

Shades of Amaranth #EB2146

Tints of Amaranth #EB2146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.76%

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

R = 69.53%
G = 9.76%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB2146 (or 0xEB2146) is known color: Amaranth. HEX triplet: EB, 21 and 46. RGB value is (235,33,70). Sum of RGB (Red+Green+Blue) = 235+33+70=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2146 is #14DEB9. Grayscale: #616161. Windows color (decimal): -1367738 or 4596203. OLE color: 4596203.

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

Color convert

RGB 235 33 70 -
CMYK 0 0.86 0.70 0.08
HSL 349.01º 0.83% 0.53% -
HSV(B) 349.01º 0.86% 0.92% -
XYZ 35.91 19.19 7.61 -
YUV 97.62 112.42 225.99 -
System Red Green Blue C M Y K H S L
Decimal 235 33 70 0 0.86 0.70 0.08 349.01 0.83 0.53
Hex EB 21 46 0 56 46 8 15D 53 35
Octal 353 41 106 0 126 106 10 535 123 65
Binary 11101011 100001 1000110 0 1010110 1000110 1000 101011101 1010011 110101

Color Harmonies of #EB2146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2146

Black with #EB2146

Text Example


Text Example

White with #EB2146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2146; }

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

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

background-color css

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

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

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

border-color css

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

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

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