Html Css Color HEX #EB2557 Amaranth

📋 copy color: '#EB2557'

red 235 ◦ green 37 ◦ blue 87

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

Shades of Amaranth #EB2557

Tints of Amaranth #EB2557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.31%

 BLUE value IS 87 (34.38% from 255) = 24.23%

R = 65.46%
G = 10.31%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB2557 (or 0xEB2557) is known color: Amaranth. HEX triplet: EB, 25 and 57. RGB value is (235,37,87). Sum of RGB (Red+Green+Blue) = 235+37+87=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2557 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2557 is #14DAA8. Grayscale: #656565. Windows color (decimal): -1366697 or 5711339. OLE color: 5711339.

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

Color convert

RGB 235 37 87 -
CMYK 0 0.84 0.63 0.08
HSL 344.85º 0.83% 0.53% -
HSV(B) 344.85º 0.84% 0.92% -
XYZ 36.64 19.67 10.88 -
YUV 101.9 119.6 222.93 -
System Red Green Blue C M Y K H S L
Decimal 235 37 87 0 0.84 0.63 0.08 344.85 0.83 0.53
Hex EB 25 57 0 54 3F 8 159 53 35
Octal 353 45 127 0 124 77 10 531 123 65
Binary 11101011 100101 1010111 0 1010100 111111 1000 101011001 1010011 110101

Color Harmonies of #EB2557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2557

Black with #EB2557

Text Example


Text Example

White with #EB2557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2557; }

 p { color: rgb(235,37,87); }

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

background-color css

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

 a { background-color: rgb(235,37,87); }

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

border-color css

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

 span { border-color: rgb(235,37,87); }

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