Html Css Color HEX #EB2944 Amaranth

📋 copy color: '#EB2944'

red 235 ◦ green 41 ◦ blue 68

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

Shades of Amaranth #EB2944

Tints of Amaranth #EB2944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.77%

R = 68.31%
G = 11.92%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB2944 (or 0xEB2944) is known color: Amaranth. HEX triplet: EB, 29 and 44. RGB value is (235,41,68). Sum of RGB (Red+Green+Blue) = 235+41+68=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2944 is #14D6BB. Grayscale: #666666. Windows color (decimal): -1365692 or 4467179. OLE color: 4467179.

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

Color convert

RGB 235 41 68 -
CMYK 0 0.83 0.71 0.08
HSL 351.65º 0.83% 0.54% -
HSV(B) 351.65º 0.83% 0.92% -
XYZ 36.1 19.67 7.36 -
YUV 102.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 235 41 68 0 0.83 0.71 0.08 351.65 0.83 0.54
Hex EB 29 44 0 53 47 8 160 53 36
Octal 353 51 104 0 123 107 10 540 123 66
Binary 11101011 101001 1000100 0 1010011 1000111 1000 101100000 1010011 110110

Color Harmonies of #EB2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2944

Black with #EB2944

Text Example


Text Example

White with #EB2944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2944; }

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

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

background-color css

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

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

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

border-color css

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

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

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