Html Css Color HEX #EB3755 Amaranth

📋 copy color: '#EB3755'

red 235 ◦ green 55 ◦ blue 85

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

Shades of Amaranth #EB3755

Tints of Amaranth #EB3755

RGB

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

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

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

R = 62.67%
G = 14.67%
B = 22.67%

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

#EB3755 (or 0xEB3755) is known color: Amaranth. HEX triplet: EB, 37 and 55. RGB value is (235,55,85). Sum of RGB (Red+Green+Blue) = 235+55+85=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3755 is #14C8AA. Grayscale: #707070. Windows color (decimal): -1362091 or 5584875. OLE color: 5584875.

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

Color convert

RGB 235 55 85 -
CMYK 0 0.77 0.64 0.08
HSL 350º 0.82% 0.57% -
HSV(B) 350º 0.77% 0.92% -
XYZ 37.27 21.05 10.69 -
YUV 112.24 112.63 215.56 -
System Red Green Blue C M Y K H S L
Decimal 235 55 85 0 0.77 0.64 0.08 350 0.82 0.57
Hex EB 37 55 0 4D 40 8 15E 52 39
Octal 353 67 125 0 115 100 10 536 122 71
Binary 11101011 110111 1010101 0 1001101 1000000 1000 101011110 1010010 111001

Color Harmonies of #EB3755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3755

Black with #EB3755

Text Example


Text Example

White with #EB3755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3755; }

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

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

background-color css

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

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

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

border-color css

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

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

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