Html Css Color HEX #EB4144 Amaranth

📋 copy color: '#EB4144'

red 235 ◦ green 65 ◦ blue 68

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

Shades of Amaranth #EB4144

Tints of Amaranth #EB4144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

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

R = 63.86%
G = 17.66%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB4144 (or 0xEB4144) is known color: Amaranth. HEX triplet: EB, 41 and 44. RGB value is (235,65,68). Sum of RGB (Red+Green+Blue) = 235+65+68=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4144 is #14BEBB. Grayscale: #747474. Windows color (decimal): -1359548 or 4473323. OLE color: 4473323.

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

Color convert

RGB 235 65 68 -
CMYK 0 0.72 0.71 0.08
HSL 358.94º 0.81% 0.59% -
HSV(B) 358.94º 0.72% 0.92% -
XYZ 37.19 21.86 7.73 -
YUV 116.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 235 65 68 0 0.72 0.71 0.08 358.94 0.81 0.59
Hex EB 41 44 0 48 47 8 167 51 3B
Octal 353 101 104 0 110 107 10 547 121 73
Binary 11101011 1000001 1000100 0 1001000 1000111 1000 101100111 1010001 111011

Color Harmonies of #EB4144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4144

Black with #EB4144

Text Example


Text Example

White with #EB4144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4144; }

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

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

background-color css

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

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

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

border-color css

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

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

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