Html Css Color HEX #EB2A57 Amaranth

📋 copy color: '#EB2A57'

red 235 ◦ green 42 ◦ blue 87

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

Shades of Amaranth #EB2A57

Tints of Amaranth #EB2A57

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.54%

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

R = 64.56%
G = 11.54%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB2A57 (or 0xEB2A57) is known color: Amaranth. HEX triplet: EB, 2A and 57. RGB value is (235,42,87). Sum of RGB (Red+Green+Blue) = 235+42+87=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A57 is #14D5A8. Grayscale: #686868. Windows color (decimal): -1365417 or 5712619. OLE color: 5712619.

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

Color convert

RGB 235 42 87 -
CMYK 0 0.82 0.63 0.08
HSL 346.01º 0.83% 0.54% -
HSV(B) 346.01º 0.82% 0.92% -
XYZ 36.81 20.01 10.94 -
YUV 104.84 117.94 220.84 -
System Red Green Blue C M Y K H S L
Decimal 235 42 87 0 0.82 0.63 0.08 346.01 0.83 0.54
Hex EB 2A 57 0 52 3F 8 15A 53 36
Octal 353 52 127 0 122 77 10 532 123 66
Binary 11101011 101010 1010111 0 1010010 111111 1000 101011010 1010011 110110

Color Harmonies of #EB2A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A57

Black with #EB2A57

Text Example


Text Example

White with #EB2A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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