#EB3248

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

Shades of Amaranth #EB3248

Tints of Amaranth #EB3248

Color information

#EB3248 (or 0xEB3248) is unknown color: approx Amaranth. HEX triplet: EB, 32 and 48. RGB value is (235,50,72). Sum of RGB (Red+Green+Blue) = 235+50+72=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3248 is #14CDB7. Grayscale: #6B6B6B. Windows color (decimal): -1363384 or 4731627. OLE color: 4731627.

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

Color convert

RGB2355072-
CMYK00.790.690.08
HSL352.86º82.22%55.88%-
HSV(B)352.86º78.72%92.16%-
XYZ36.5720.418.14-
YUV107.82107.79218.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.83%
GREEN value IS 50 (19.92% from 255) = 14.01%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=65.83%
G=14.01%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235507200.790.690.08352.8682.2255.88
HexEB324804F4581615238
Octal3536211001171051054112270
Binary11101011110010100100001001111100010110001011000011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3248; }

 p { color: rgb(235,50,72); }

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

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

 a { background-color: rgb(235,50,72); }

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

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

 span { border-color: rgb(235,50,72); }

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