#ea1f5b

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

Shades of Amaranth #EA1F5B

Tints of Amaranth #EA1F5B

Color information

#EA1F5B (or 0xEA1F5B) is unknown color: approx Amaranth. HEX triplet: EA, 1F and 5B. RGB value is (234,31,91). Sum of RGB (Red+Green+Blue) = 234+31+91=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1F5B is #15E0A4. Grayscale: #626262. Windows color (decimal): -1433765 or 5971946. OLE color: 5971946.

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

Color convert

RGB2343191-
CMYK00.870.610.08
HSL342.27º82.86%51.96%-
HSV(B)342.27º86.75%91.76%-
XYZ36.3119.2311.7-
YUV98.54123.75224.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.73%
GREEN value IS 31 (12.5% from 255) = 8.71%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=65.73%
G=8.71%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234319100.870.610.08342.2782.8651.96
HexEA1F5B0573D81565334
Octal352371330127751052612364
Binary111010101111110110110101011111110110001010101101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea1f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea1f5b; }

 p { color: rgb(234,31,91); }

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

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

 a { background-color: rgb(234,31,91); }

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

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

 span { border-color: rgb(234,31,91); }

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