Html Css Color HEX #EB2A44 Amaranth

📋 copy color: '#EB2A44'

red 235 ◦ green 42 ◦ blue 68

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

Shades of Amaranth #EB2A44

Tints of Amaranth #EB2A44

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.17%

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

R = 68.12%
G = 12.17%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB2A44 (or 0xEB2A44) is known color: Amaranth. HEX triplet: EB, 2A and 44. RGB value is (235,42,68). Sum of RGB (Red+Green+Blue) = 235+42+68=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A44 is #14D5BB. Grayscale: #666666. Windows color (decimal): -1365436 or 4467435. OLE color: 4467435.

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

Color convert

RGB 235 42 68 -
CMYK 0 0.82 0.71 0.08
HSL 351.92º 0.83% 0.54% -
HSV(B) 351.92º 0.82% 0.92% -
XYZ 36.13 19.74 7.37 -
YUV 102.67 108.44 222.39 -
System Red Green Blue C M Y K H S L
Decimal 235 42 68 0 0.82 0.71 0.08 351.92 0.83 0.54
Hex EB 2A 44 0 52 47 8 160 53 36
Octal 353 52 104 0 122 107 10 540 123 66
Binary 11101011 101010 1000100 0 1010010 1000111 1000 101100000 1010011 110110

Color Harmonies of #EB2A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A44

Black with #EB2A44

Text Example


Text Example

White with #EB2A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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