#EB395A

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

Shades of Amaranth #EB395A

Tints of Amaranth #EB395A

Color information

#EB395A (or 0xEB395A) is unknown color: approx Amaranth. HEX triplet: EB, 39 and 5A. RGB value is (235,57,90). Sum of RGB (Red+Green+Blue) = 235+57+90=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB395A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB395A is #14C6A5. Grayscale: #727272. Windows color (decimal): -1361574 or 5913067. OLE color: 5913067.

HSL color Cylindrical-coordinate representation of color #EB395A: hue angle of 348.88º 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 #EB395A is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB2355790-
CMYK00.760.620.08
HSL348.88º81.65%57.25%-
HSV(B)348.88º75.74%92.16%-
XYZ37.5721.3311.81-
YUV113.98114.47214.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.52%
GREEN value IS 57 (22.66% from 255) = 14.92%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=61.52%
G=14.92%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235579000.760.620.08348.8881.6557.25
HexEB395A04C3E815d5239
Octal353711320114761053512271
Binary1110101111100110110100100110011111010001010111011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB395A; }

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

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

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

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

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

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

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

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