#EB395B

Color #EB395B Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #EB395B

Tints of Amaranth #EB395B

Color information

#EB395B (or 0xEB395B) is unknown color: approx Amaranth. HEX triplet: EB, 39 and 5B. RGB value is (235,57,91). Sum of RGB (Red+Green+Blue) = 235+57+91=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB395B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB395B is #14C6A4. Grayscale: #727272. Windows color (decimal): -1361573 or 5978603. OLE color: 5978603.

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

Color convert

RGB2355791-
CMYK00.760.610.08
HSL348.54º81.65%57.25%-
HSV(B)348.54º75.74%92.16%-
XYZ37.6121.3412.03-
YUV114.1114.97214.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.36%
GREEN value IS 57 (22.66% from 255) = 14.88%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=61.36%
G=14.88%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235579100.760.610.08348.5481.6557.25
HexEB395B04C3D815d5239
Octal353711330114751053512271
Binary1110101111100110110110100110011110110001010111011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB395B; }

 p { color: rgb(235,57,91); }

 H1.HeaderClassName
 {
   color: #EB395B;
 }
 .AnyTagClassName
 {
   color: #EB395B;
 }
</style>
background-color css

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

 a { background-color: rgb(235,57,91); }

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

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

 span { border-color: rgb(235,57,91); }

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