Html Css Color HEX #EB2959 Amaranth

📋 copy color: '#EB2959'

red 235 ◦ green 41 ◦ blue 89

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

Shades of Amaranth #EB2959

Tints of Amaranth #EB2959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.23%

 BLUE value IS 89 (35.16% from 255) = 24.38%

R = 64.38%
G = 11.23%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB2959 (or 0xEB2959) is known color: Amaranth. HEX triplet: EB, 29 and 59. RGB value is (235,41,89). Sum of RGB (Red+Green+Blue) = 235+41+89=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2959 is #14D6A6. Grayscale: #686868. Windows color (decimal): -1365671 or 5843435. OLE color: 5843435.

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

Color convert

RGB 235 41 89 -
CMYK 0 0.83 0.62 0.08
HSL 345.15º 0.83% 0.54% -
HSV(B) 345.15º 0.83% 0.92% -
XYZ 36.86 19.97 11.36 -
YUV 104.48 119.27 221.1 -
System Red Green Blue C M Y K H S L
Decimal 235 41 89 0 0.83 0.62 0.08 345.15 0.83 0.54
Hex EB 29 59 0 53 3E 8 159 53 36
Octal 353 51 131 0 123 76 10 531 123 66
Binary 11101011 101001 1011001 0 1010011 111110 1000 101011001 1010011 110110

Color Harmonies of #EB2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2959

Black with #EB2959

Text Example


Text Example

White with #EB2959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2959; }

 p { color: rgb(235,41,89); }

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

background-color css

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

 a { background-color: rgb(235,41,89); }

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

border-color css

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

 span { border-color: rgb(235,41,89); }

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