Html Css Color HEX #EB3754 Amaranth

📋 copy color: '#EB3754'

red 235 ◦ green 55 ◦ blue 84

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

Shades of Amaranth #EB3754

Tints of Amaranth #EB3754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 62.83%
G = 14.71%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB3754 (or 0xEB3754) is known color: Amaranth. HEX triplet: EB, 37 and 54. RGB value is (235,55,84). Sum of RGB (Red+Green+Blue) = 235+55+84=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3754 is #14C8AB. Grayscale: #707070. Windows color (decimal): -1362092 or 5519339. OLE color: 5519339.

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

Color convert

RGB 235 55 84 -
CMYK 0 0.77 0.64 0.08
HSL 350.33º 0.82% 0.57% -
HSV(B) 350.33º 0.77% 0.92% -
XYZ 37.23 21.03 10.49 -
YUV 112.13 112.13 215.64 -
System Red Green Blue C M Y K H S L
Decimal 235 55 84 0 0.77 0.64 0.08 350.33 0.82 0.57
Hex EB 37 54 0 4D 40 8 15E 52 39
Octal 353 67 124 0 115 100 10 536 122 71
Binary 11101011 110111 1010100 0 1001101 1000000 1000 101011110 1010010 111001

Color Harmonies of #EB3754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3754

Black with #EB3754

Text Example


Text Example

White with #EB3754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3754; }

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

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

background-color css

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

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

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

border-color css

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

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

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