Html Css Color HEX #EB4354 Amaranth

📋 copy color: '#EB4354'

red 235 ◦ green 67 ◦ blue 84

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

Shades of Amaranth #EB4354

Tints of Amaranth #EB4354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.36%

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

R = 60.88%
G = 17.36%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB4354 (or 0xEB4354) is known color: Amaranth. HEX triplet: EB, 43 and 54. RGB value is (235,67,84). Sum of RGB (Red+Green+Blue) = 235+67+84=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4354 is #14BCAB. Grayscale: #777777. Windows color (decimal): -1359020 or 5522411. OLE color: 5522411.

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

Color convert

RGB 235 67 84 -
CMYK 0 0.71 0.64 0.08
HSL 353.93º 0.81% 0.59% -
HSV(B) 353.93º 0.71% 0.92% -
XYZ 37.87 22.32 10.7 -
YUV 119.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 235 67 84 0 0.71 0.64 0.08 353.93 0.81 0.59
Hex EB 43 54 0 47 40 8 162 51 3B
Octal 353 103 124 0 107 100 10 542 121 73
Binary 11101011 1000011 1010100 0 1000111 1000000 1000 101100010 1010001 111011

Color Harmonies of #EB4354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4354

Black with #EB4354

Text Example


Text Example

White with #EB4354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4354; }

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

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

background-color css

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

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

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

border-color css

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

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

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