Html Css Color HEX #EB3144 Amaranth

📋 copy color: '#EB3144'

red 235 ◦ green 49 ◦ blue 68

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

Shades of Amaranth #EB3144

Tints of Amaranth #EB3144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.92%

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

R = 66.76%
G = 13.92%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB3144 (or 0xEB3144) is known color: Amaranth. HEX triplet: EB, 31 and 44. RGB value is (235,49,68). Sum of RGB (Red+Green+Blue) = 235+49+68=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3144 is #14CEBB. Grayscale: #6A6A6A. Windows color (decimal): -1363644 or 4469227. OLE color: 4469227.

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

Color convert

RGB 235 49 68 -
CMYK 0 0.79 0.71 0.08
HSL 353.87º 0.82% 0.56% -
HSV(B) 353.87º 0.79% 0.92% -
XYZ 36.4 20.28 7.46 -
YUV 106.78 106.12 219.46 -
System Red Green Blue C M Y K H S L
Decimal 235 49 68 0 0.79 0.71 0.08 353.87 0.82 0.56
Hex EB 31 44 0 4F 47 8 162 52 38
Octal 353 61 104 0 117 107 10 542 122 70
Binary 11101011 110001 1000100 0 1001111 1000111 1000 101100010 1010010 111000

Color Harmonies of #EB3144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3144

Black with #EB3144

Text Example


Text Example

White with #EB3144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3144; }

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

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

background-color css

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

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

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

border-color css

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

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

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