Html Css Color HEX #EB2955 Amaranth

📋 copy color: '#EB2955'

red 235 ◦ green 41 ◦ blue 85

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

Shades of Amaranth #EB2955

Tints of Amaranth #EB2955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.36%

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

R = 65.1%
G = 11.36%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB2955 (or 0xEB2955) is known color: Amaranth. HEX triplet: EB, 29 and 55. RGB value is (235,41,85). Sum of RGB (Red+Green+Blue) = 235+41+85=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2955 is #14D6AA. Grayscale: #686868. Windows color (decimal): -1365675 or 5581291. OLE color: 5581291.

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

Color convert

RGB 235 41 85 -
CMYK 0 0.83 0.64 0.08
HSL 346.39º 0.83% 0.54% -
HSV(B) 346.39º 0.83% 0.92% -
XYZ 36.69 19.9 10.5 -
YUV 104.02 117.27 221.42 -
System Red Green Blue C M Y K H S L
Decimal 235 41 85 0 0.83 0.64 0.08 346.39 0.83 0.54
Hex EB 29 55 0 53 40 8 15A 53 36
Octal 353 51 125 0 123 100 10 532 123 66
Binary 11101011 101001 1010101 0 1010011 1000000 1000 101011010 1010011 110110

Color Harmonies of #EB2955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2955

Black with #EB2955

Text Example


Text Example

White with #EB2955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2955; }

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

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

background-color css

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

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

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

border-color css

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

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

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