#EB3558

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

Shades of Amaranth #EB3558

Tints of Amaranth #EB3558

Color information

#EB3558 (or 0xEB3558) is unknown color: approx Amaranth. HEX triplet: EB, 35 and 58. RGB value is (235,53,88). Sum of RGB (Red+Green+Blue) = 235+53+88=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3558 is #14CAA7. Grayscale: #6F6F6F. Windows color (decimal): -1362600 or 5780971. OLE color: 5780971.

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

Color convert

RGB2355388-
CMYK00.770.630.08
HSL348.46º81.98%56.47%-
HSV(B)348.46º77.45%92.16%-
XYZ37.320.9111.3-
YUV111.41114.8216.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.5%
GREEN value IS 53 (21.09% from 255) = 14.10%
BLUE value IS 88 (34.77% from 255) = 23.40%
R=62.5%
G=14.10%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235538800.770.630.08348.4681.9856.47
HexEB355804D3F815c5238
Octal353651300115771053412270
Binary1110101111010110110000100110111111110001010111001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3558; }

 p { color: rgb(235,53,88); }

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

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

 a { background-color: rgb(235,53,88); }

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

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

 span { border-color: rgb(235,53,88); }

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