Html Css Color HEX #EB2546 Amaranth

📋 copy color: '#EB2546'

red 235 ◦ green 37 ◦ blue 70

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

Shades of Amaranth #EB2546

Tints of Amaranth #EB2546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.82%

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

R = 68.71%
G = 10.82%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB2546 (or 0xEB2546) is known color: Amaranth. HEX triplet: EB, 25 and 46. RGB value is (235,37,70). Sum of RGB (Red+Green+Blue) = 235+37+70=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2546 is #14DAB9. Grayscale: #646464. Windows color (decimal): -1366714 or 4597227. OLE color: 4597227.

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

Color convert

RGB 235 37 70 -
CMYK 0 0.84 0.70 0.08
HSL 350º 0.83% 0.53% -
HSV(B) 350º 0.84% 0.92% -
XYZ 36.03 19.43 7.65 -
YUV 99.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 235 37 70 0 0.84 0.70 0.08 350 0.83 0.53
Hex EB 25 46 0 54 46 8 15E 53 35
Octal 353 45 106 0 124 106 10 536 123 65
Binary 11101011 100101 1000110 0 1010100 1000110 1000 101011110 1010011 110101

Color Harmonies of #EB2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2546

Black with #EB2546

Text Example


Text Example

White with #EB2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2546; }

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

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

background-color css

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

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

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

border-color css

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

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

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