#EB2253

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

Shades of Amaranth #EB2253

Tints of Amaranth #EB2253

Color information

#EB2253 (or 0xEB2253) is unknown color: approx Amaranth. HEX triplet: EB, 22 and 53. RGB value is (235,34,83). Sum of RGB (Red+Green+Blue) = 235+34+83=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2253 is #14DDAC. Grayscale: #636363. Windows color (decimal): -1367469 or 5448427. OLE color: 5448427.

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

Color convert

RGB2353483-
CMYK00.860.650.08
HSL345.37º83.4%52.75%-
HSV(B)345.37º85.53%92.16%-
XYZ36.3919.4310.02-
YUV99.68118.59224.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.76%
GREEN value IS 34 (13.67% from 255) = 9.66%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=66.76%
G=9.66%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235348300.860.650.08345.3783.452.75
HexEB22530564181595335
Octal3534212301261011053112365
Binary11101011100010101001101010110100000110001010110011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2253; }

 p { color: rgb(235,34,83); }

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

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

 a { background-color: rgb(235,34,83); }

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

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

 span { border-color: rgb(235,34,83); }

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