Html Css Color HEX #EB4355 Amaranth

📋 copy color: '#EB4355'

red 235 ◦ green 67 ◦ blue 85

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

Shades of Amaranth #EB4355

Tints of Amaranth #EB4355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.96%

R = 60.72%
G = 17.31%
B = 21.96%

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

#EB4355 (or 0xEB4355) is known color: Amaranth. HEX triplet: EB, 43 and 55. RGB value is (235,67,85). Sum of RGB (Red+Green+Blue) = 235+67+85=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4355 is #14BCAA. Grayscale: #777777. Windows color (decimal): -1359019 or 5587947. OLE color: 5587947.

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

Color convert

RGB 235 67 85 -
CMYK 0 0.71 0.64 0.08
HSL 353.57º 0.81% 0.59% -
HSV(B) 353.57º 0.71% 0.92% -
XYZ 37.91 22.33 10.91 -
YUV 119.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 235 67 85 0 0.71 0.64 0.08 353.57 0.81 0.59
Hex EB 43 55 0 47 40 8 162 51 3B
Octal 353 103 125 0 107 100 10 542 121 73
Binary 11101011 1000011 1010101 0 1000111 1000000 1000 101100010 1010001 111011

Color Harmonies of #EB4355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4355

Black with #EB4355

Text Example


Text Example

White with #EB4355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4355; }

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

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

background-color css

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

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

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

border-color css

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

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

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