#EB234B

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

Shades of Amaranth #EB234B

Tints of Amaranth #EB234B

Color information

#EB234B (or 0xEB234B) is unknown color: approx Amaranth. HEX triplet: EB, 23 and 4B. RGB value is (235,35,75). Sum of RGB (Red+Green+Blue) = 235+35+75=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB234B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB234B is #14DCB4. Grayscale: #636363. Windows color (decimal): -1367221 or 4924395. OLE color: 4924395.

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

Color convert

RGB2353575-
CMYK00.850.680.08
HSL348º83.33%52.94%-
HSV(B)348º85.11%92.16%-
XYZ36.1319.378.49-
YUV99.36114.26224.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.12%
GREEN value IS 35 (14.06% from 255) = 10.14%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=68.12%
G=10.14%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235357500.850.680.0834883.3352.94
HexEB234B05544815c5335
Octal3534311301251041053412365
Binary11101011100011100101101010101100010010001010111001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB234B; }

 p { color: rgb(235,35,75); }

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

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

 a { background-color: rgb(235,35,75); }

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

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

 span { border-color: rgb(235,35,75); }

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