Html Css Color HEX #EB3A57 Amaranth

📋 copy color: '#EB3A57'

red 235 ◦ green 58 ◦ blue 87

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

Shades of Amaranth #EB3A57

Tints of Amaranth #EB3A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.26%

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

R = 61.84%
G = 15.26%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB3A57 (or 0xEB3A57) is known color: Amaranth. HEX triplet: EB, 3A and 57. RGB value is (235,58,87). Sum of RGB (Red+Green+Blue) = 235+58+87=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3A57 is #14C5A8. Grayscale: #727272. Windows color (decimal): -1361321 or 5716715. OLE color: 5716715.

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

Color convert

RGB 235 58 87 -
CMYK 0 0.75 0.63 0.08
HSL 350.17º 0.82% 0.57% -
HSV(B) 350.17º 0.75% 0.92% -
XYZ 37.49 21.38 11.17 -
YUV 114.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 235 58 87 0 0.75 0.63 0.08 350.17 0.82 0.57
Hex EB 3A 57 0 4B 3F 8 15E 52 39
Octal 353 72 127 0 113 77 10 536 122 71
Binary 11101011 111010 1010111 0 1001011 111111 1000 101011110 1010010 111001

Color Harmonies of #EB3A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A57

Black with #EB3A57

Text Example


Text Example

White with #EB3A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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