Html Css Color HEX #EB2046 Amaranth

📋 copy color: '#EB2046'

red 235 ◦ green 32 ◦ blue 70

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

Shades of Amaranth #EB2046

Tints of Amaranth #EB2046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.5%

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

R = 69.73%
G = 9.5%
B = 20.77%

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

#EB2046 (or 0xEB2046) is known color: Amaranth. HEX triplet: EB, 20 and 46. RGB value is (235,32,70). Sum of RGB (Red+Green+Blue) = 235+32+70=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2046 is #14DFB9. Grayscale: #616161. Windows color (decimal): -1367994 or 4595947. OLE color: 4595947.

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

Color convert

RGB 235 32 70 -
CMYK 0 0.86 0.70 0.08
HSL 348.77º 0.84% 0.52% -
HSV(B) 348.77º 0.86% 0.92% -
XYZ 35.88 19.14 7.6 -
YUV 97.03 112.75 226.41 -
System Red Green Blue C M Y K H S L
Decimal 235 32 70 0 0.86 0.70 0.08 348.77 0.84 0.52
Hex EB 20 46 0 56 46 8 15D 54 34
Octal 353 40 106 0 126 106 10 535 124 64
Binary 11101011 100000 1000110 0 1010110 1000110 1000 101011101 1010100 110100

Color Harmonies of #EB2046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2046

Black with #EB2046

Text Example


Text Example

White with #EB2046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2046; }

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

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

background-color css

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

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

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

border-color css

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

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

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