Html Css Color HEX #EB3743 Amaranth

📋 copy color: '#EB3743'

red 235 ◦ green 55 ◦ blue 67

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

Shades of Amaranth #EB3743

Tints of Amaranth #EB3743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

 BLUE value IS 67 (26.56% from 255) = 18.77%

R = 65.83%
G = 15.41%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB3743 (or 0xEB3743) is known color: Amaranth. HEX triplet: EB, 37 and 43. RGB value is (235,55,67). Sum of RGB (Red+Green+Blue) = 235+55+67=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3743 is #14C8BC. Grayscale: #6E6E6E. Windows color (decimal): -1362109 or 4405227. OLE color: 4405227.

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

Color convert

RGB 235 55 67 -
CMYK 0 0.77 0.71 0.08
HSL 356º 0.82% 0.57% -
HSV(B) 356º 0.77% 0.92% -
XYZ 36.64 20.8 7.39 -
YUV 110.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 235 55 67 0 0.77 0.71 0.08 356 0.82 0.57
Hex EB 37 43 0 4D 47 8 164 52 39
Octal 353 67 103 0 115 107 10 544 122 71
Binary 11101011 110111 1000011 0 1001101 1000111 1000 101100100 1010010 111001

Color Harmonies of #EB3743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3743

Black with #EB3743

Text Example


Text Example

White with #EB3743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3743; }

 p { color: rgb(235,55,67); }

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

background-color css

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

 a { background-color: rgb(235,55,67); }

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

border-color css

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

 span { border-color: rgb(235,55,67); }

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